From 639c33820ed4c74356727e86baf1de76bd38b7b6 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 28 Apr 2019 23:16:39 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f5f8006..843ffb231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ 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] + - Change: loadFile* & saveFile* accept filenames with (or still without) extension (@doegox) + - Fix LoadEML to accept final "\n", e.g. from pm3_mfd2eml.py (@doegox) + - Change: rework shell scripts for easy client or flasher (@doegox) + - Fix: stop poking Internet when compiling (@doegox) + - Add support for multiple commands to "-c", e.g. proxmark3 -c "hw ping;hw version" (@doegox) + - Fix external flash writing bitflips issues at 24MHz (@doegox) + - Add color support to Dbprintf & alike and rework Dbprintf flags (@doegox) + - Change: archive (and fix) hid-flasher (@doegox) + - Add standalone placeholder to simplify new standalone integration (@doegox) + - Change: refactor standalone mode info string (@iceman) + - Add iceman skeleton standalone mode for ppl to use as base for their new modes (@iceman) + - Change: move compilation options to Makefile.hal (@doegox) + - Fix compilation under OSX (@iceman) + - Add openocd config files for JLink (@doegox) + - Fix compilation dependencies for recovery (@doegox) + - Fix segfault when loading a file (@doegox) - Change/Add new dump format for Ultralight/NTAG, counters support, simulation (@mceloff) - Add 'hf mf sim' full-byte split anticollision support (@mceloff) - Fix/Add 'hf mf sim' bugs fix, RATS support, etc (@mceloff)