Explorar o código

Update changelog and bump version (#114)

Eric Betts %!s(int64=2) %!d(string=hai) anos
pai
achega
8ff393b3af
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 4 0
      .catalog/changelog.md
  2. 1 1
      application.fam

+ 4 - 0
.catalog/changelog.md

@@ -1,3 +1,7 @@
+## 1.12
+ - Add support for non-secure Picopass
+ - Change `Read` to use all dictionaries
+ - Improve saving of cards authenticated with NR-MAC
 ## 1.11
  - Update working with keys with new API
  - Display more tag information

+ 1 - 1
application.fam

@@ -10,7 +10,7 @@ App(
     ],
     stack_size=4 * 1024,
     fap_description="App to communicate with NFC tags using the PicoPass(iClass) format",
-    fap_version="1.11",
+    fap_version="1.12",
     fap_icon="125_10px.png",
     fap_category="NFC",
     fap_libs=["mbedtls"],