instructions

This commit is contained in:
iceman1001 2021-06-25 23:57:07 +02:00
parent f0c1665427
commit 3ea3b5cd9c
2 changed files with 11 additions and 1 deletions

View file

@ -47,3 +47,13 @@ sudo make install; pushd /tmp; proxmark3 -c 'data load -f lf_EM4x05.pm3;lf searc
- [ ] OSX
- [ ] Android
- [ ] Termux
# creating release
`make release RELEASE_NAME="ice awesome"`
last line of output, gives you next command to run
Sample: `git push && git push origin v4.15000`
Go to Github releases, create release based on the new created tag and publish

View file

@ -4,7 +4,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
## [unreleased][unreleased]
## [midsummer][2021-06-25]
## [midsummer.4.13441][2021-06-25]
- Added bruteforce function for the magic byte in `cmdlfnexwatch.c` and ability to clone with psk2 modulation (@Guilhem7, @MaximeBosca)
- Changed `hw setmux` - improve user feedback for special case (@iceman1001)
- Changed 'filename' - unified file name param across client (@iceman1001)