Просмотр исходного кода

bump version, update changelog

Eric Betts 9 месяцев назад
Родитель
Сommit
0016283fc7
2 измененных файлов с 5 добавлено и 2 удалено
  1. 3 0
      .catalog/changelog.md
  2. 2 2
      application.fam

+ 3 - 0
.catalog/changelog.md

@@ -1,3 +1,6 @@
+## 1.19
+ - Capture longer SIO
+ - 'Save as Seader' for iClass SE Captured with NR-MAC
 ## 1.18
  - Added Save SR as legacy from saved menu
  - Fix write key 'retry' when presented with new card

+ 2 - 2
application.fam

@@ -12,8 +12,8 @@ App(
         "gui",
     ],
     stack_size=5 * 1024,
-    fap_description="App to communicate with NFC tags using the PicoPass(iClass) format",
-    fap_version="1.18",
+    fap_description="App to communicate with PicoPass(iClass) tags",
+    fap_version="1.19",
     fap_icon="125_10px.png",
     fap_category="NFC",
     fap_libs=["mbedtls"],