Browse Source

Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-good-faps into flipperzero-good-faps

Willy-JL 2 years ago
parent
commit
285f5c34de
2 changed files with 5 additions and 1 deletions
  1. 4 0
      picopass/.catalog/changelog.md
  2. 1 1
      picopass/application.fam

+ 4 - 0
picopass/.catalog/changelog.md

@@ -1,3 +1,7 @@
+## 1.6
+ - Faster loclass response collection
+ - Save as LF for all bit lengths
+ - Removes unvalidated H10301 parsing
 ## 1.5
 ## 1.5
  - New random filename API
  - New random filename API
 ## 1.4
 ## 1.4

+ 1 - 1
picopass/application.fam

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