You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add QR code generation in the pm3 client. It's a text based version using unicode to print the generated qr code. Might not work on all things but its a MIT license and a simple to use project
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
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...
4
4
5
5
## [unreleased][unreleased]
6
+
- Added basic QR code generation support. Thanks @mistial-dev for the idea! (@iceman1001)
6
7
- Added identification of NDEF/Open print tag record (@iceman1001)
7
8
- Added support for Bruce dump files [.rfid] (@iceman1001)
8
9
- Added script `read_t-union.py` (@klks)
@@ -20,6 +21,9 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
0 commit comments