From 242578c2eea2bddabb1e8cda9aee30f0583a31e1 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Mon, 2 Oct 2023 17:35:54 -0700 Subject: [PATCH] Picopass: bump version + changelog (#56) --- .catalog/changelog.md | 4 ++++ application.fam | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.catalog/changelog.md b/.catalog/changelog.md index cbac0cef7be..800263d9a12 100644 --- a/.catalog/changelog.md +++ b/.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 - New random filename API ## 1.4 diff --git a/application.fam b/application.fam index e11b88a9506..0754287f5ae 100644 --- a/application.fam +++ b/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.5", + fap_version="1.6", fap_icon="125_10px.png", fap_category="NFC", fap_libs=["mbedtls"],