+## [unreleased][unreleased]
+ - correctly using stdtypes.h printf and scanf format string macros (PRIx64 et al) (pwpivi)
+ - fix linker warning re missing entry point when linking fullimage.elf (pwpivi)
+ - small changes to lf psk and fsk demods to improve results when the trace begins with noise or the chip isn't broadcasting yet (marshmellow)
+ - NOTE CHANGED ALL `lf em4x em*` cmds to simpler `lf em ` - example: `lf em4x em410xdemod` is now `lf em 410xdemod`
+ - Renamed and rebuilt `lf em readword` && readwordpwd to `lf em 4x05read` - it now demods and outputs the read block (marshmellow/iceman)
+ - Renamed and rebuilt `lf em writeword` && writewordpwd to `lf em 4x05write` - it now also reads validation output from the tag (marshmellow/iceman)
+ - Fixed bug in lf sim and continuous demods not turning off antenna when finished
+ - Added lua script path fixes (pwpivi)
+ - `lf search` - Added EM4x05/EM4x69 chip detection (marshmellow)
+ - Added lf em 4x05dump command to read and output all the blocks of the chip (marshmellow)
+ - Added lf em 4x05info command to read and display information about the chip (marshmellow)
+ - `lf em4x em4x50***` refactoring of em4x50 commands. (iceman)