From 8f402c58619162c95cbf02ff86b2fcd015b3602c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 8 Jan 2022 01:26:51 +0100 Subject: [PATCH] text --- CHANGELOG.md | 2 +- armsrc/Standalone/readme.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab266b2b..107228324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] - - Added new standalone mode `hf_15SNIFF` - Same as `hf_14ASNIFF` standalone mode for RDV4 - flashmem + - Added new standalone mode `hf_15SNIFF` - Same as `hf_14ASNIFF` standalone mode for RDV4 - flashmem (@startrk1995) - Added support for MIFARE DESFire application creation without authentication (@joswr1ght) - Changed drastically Hitag S ARM code to remove state machines and ease way to build new commands (@doegox) - Fixed Hitag S crypto mode with key or NrAr, fixed `lf hitag cc`, fixed pwd dump in hitagS dump with LKP (@doegox) diff --git a/armsrc/Standalone/readme.md b/armsrc/Standalone/readme.md index dacf5057c..d1fa6067b 100644 --- a/armsrc/Standalone/readme.md +++ b/armsrc/Standalone/readme.md @@ -173,7 +173,9 @@ Make sure it says your standalone mode name. Once you're ready to share your mode, please * add a line in CHANGELOG.md -* add your mode in the modes table in doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md +* add your mode in the modes table in `doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md` +* add your mode in `tools/build_all_firmwares.sh` + and submit your PR.