Prechádzať zdrojové kódy

NFC Maker: Bump 2.0

Willy-JL 9 mesiacov pred
rodič
commit
cd6076ef5b

BIN
nfc_maker/.catalog/1.png


BIN
nfc_maker/.catalog/3.png


BIN
nfc_maker/.catalog/4.png


BIN
nfc_maker/.catalog/5.png


BIN
nfc_maker/.catalog/6.png


+ 13 - 0
nfc_maker/.catalog/CHANGELOG.md

@@ -1,3 +1,16 @@
+v2.0:
+- Added support for creating more types of tags:
+  - MIFARE Classic Mini 0.3K
+  - MIFARE Classic 1K
+  - MIFARE Classic 4K
+  - SLIX
+  - SLIX-S
+  - SLIX-L
+  - SLIX2
+- Added memory size information to Tag Type list
+- Save errors don't return to the main menu anymore
+- Added version number to title screen
+
 v1.3:
 - Allow setting custom UID
 - Show extra symbols for WiFi SSID/Password and Emails (by @956MB)

+ 15 - 6
nfc_maker/.catalog/README.md

@@ -12,9 +12,18 @@ Supported data types:
   - WiFi Login
 
 Supported tag types:
-  - NTAG203
-  - NTAG213
-  - NTAG215
-  - NTAG216
-  - NTAG I2C 1K
-  - NTAG I2C 2K
+- NTAG 203
+- NTAG 213
+- NTAG 215
+- NTAG 216
+- NTAG I2C 1K
+- NTAG I2C 2K
+- MIFARE Classic Mini 0.3K
+- MIFARE Classic 1K
+- MIFARE Classic 4K
+- SLIX
+- SLIX-S
+- SLIX-L
+- SLIX2
+
+Note that not all NDEF record types are supported on all devices. In particular, iPhones and other iOS devices lack support for many useful types such as Contact Vcards and WiFi Logins. You can find more information [here](https://gist.github.com/equipter/de2d9e421be9af1615e9b9cad4834ddc).

+ 1 - 1
nfc_maker/application.fam

@@ -8,7 +8,7 @@ App(
     fap_category="NFC",
     fap_author="@Willy-JL",
     fap_weburl="https://github.com/Next-Flip/Momentum-Apps/tree/dev/nfc_maker",
-    fap_version="1.3",
+    fap_version="2.0",
     fap_description="Create NFC files for BT MACs, Contacts, Links, Emails, Phones, Text and WiFis",
     fap_icon_assets="icons",
     fap_libs=["assets"],