We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808e36d commit 8ff393bCopy full SHA for 8ff393b
.catalog/changelog.md
@@ -1,3 +1,7 @@
1
+## 1.12
2
+ - Add support for non-secure Picopass
3
+ - Change `Read` to use all dictionaries
4
+ - Improve saving of cards authenticated with NR-MAC
5
## 1.11
6
- Update working with keys with new API
7
- Display more tag information
application.fam
@@ -10,7 +10,7 @@ App(
10
],
11
stack_size=4 * 1024,
12
fap_description="App to communicate with NFC tags using the PicoPass(iClass) format",
13
- fap_version="1.11",
+ fap_version="1.12",
14
fap_icon="125_10px.png",
15
fap_category="NFC",
16
fap_libs=["mbedtls"],
0 commit comments