Merge pull request #420 from mwalker33/master

Color on windows 10
This commit is contained in:
Iceman
2019-10-06 20:00:59 +02:00
committed by GitHub
3 changed files with 38 additions and 1 deletions

View File

@@ -359,7 +359,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
- Fix `em 4x05_dump` to print all blocks read (@mwalker33)
- Added save to .eml and .bin for `em 4x05_dump` (@mwalker33)
- Added `s` <samples to skip> to `lf config` / `lf sniff` to skip samples when sniffing based on same option in Proxmark/proxmark3 by @marshmellow42. (@mwalker33)
- Added support for color text on windows 10 (@mwalker33)
### Fixed
- Changed driver file proxmark3.inf to support both old and new Product/Vendor IDs (@pwpiwi)
- Changed start sequence in Qt mode (fix: short commands hangs main Qt thread) (@merlokk)