RocketGod 1 год назад
Родитель
Сommit
253d4a2167
6 измененных файлов с 14 добавлено и 5 удалено
  1. 1 1
      application.fam
  2. 5 1
      docs/CHANGELOG.md
  3. 7 1
      docs/README.md
  4. 1 2
      manifest.yml
  5. BIN
      screenshots/Screenshot1.png
  6. BIN
      screenshots/Screenshot2.png

+ 1 - 1
application.fam

@@ -6,7 +6,7 @@ App(
     cdefines=["APP_CYBORG_DETECTOR"],
     cdefines=["APP_CYBORG_DETECTOR"],
     fap_category="NFC",
     fap_category="NFC",
     fap_author="@RocketGod-git",
     fap_author="@RocketGod-git",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="App generates a continous NFC field to make body mod implant LEDs glow. Tested on a Dangerous Things xSIID.",
     fap_description="App generates a continous NFC field to make body mod implant LEDs glow. Tested on a Dangerous Things xSIID.",
     fap_icon="icons/cyborg_detector_icon.png",
     fap_icon="icons/cyborg_detector_icon.png",
     fap_libs=["assets"],
     fap_libs=["assets"],

+ 5 - 1
docs/CHANGELOG.md

@@ -1,3 +1,7 @@
+## v1.1
+
+- App Catalog improvements by [RocketGod](@RocketGod-git)
+
 ## v1.0
 ## v1.0
 
 
-- Initial release.
+- Initial release by [RocketGod](@RocketGod-git.)

+ 7 - 1
docs/README.md

@@ -1,4 +1,10 @@
-**ToDo:**
+# Cyborg Detector
+
+## How it works
+
+Run the app and move the Flipper Zero over implants or other LED equipped NFC tags and the light will glow.
+
+## ToDo:
 
 
 - Feedback showing when a cyborg is detected.
 - Feedback showing when a cyborg is detected.
 - Switch between NFC and RFID detection.
 - Switch between NFC and RFID detection.

+ 1 - 2
manifest.yml

@@ -7,7 +7,6 @@ id: 'cyborg_detector'
 name: 'Cyborg Detector'
 name: 'Cyborg Detector'
 screenshots:
 screenshots:
   - 'screenshots/Screenshot1.png'
   - 'screenshots/Screenshot1.png'
-  - 'screenshots/Screenshot2.png'
 short_description: 'App generates a continous NFC field to make body mod implant LEDs glow. Tested on a Dangerous Things xSIID.'
 short_description: 'App generates a continous NFC field to make body mod implant LEDs glow. Tested on a Dangerous Things xSIID.'
 sourcecode:
 sourcecode:
   location:
   location:
@@ -15,4 +14,4 @@ sourcecode:
     origin: https://github.com/RocketGod-git/Flipper-Zero-Cyborg-Detector.git
     origin: https://github.com/RocketGod-git/Flipper-Zero-Cyborg-Detector.git
     subdir:
     subdir:
   type: git
   type: git
-version: 1.0
+version: 1.1

BIN
screenshots/Screenshot1.png


BIN
screenshots/Screenshot2.png