Cody Tolene 2 лет назад
Родитель
Сommit
c558ad9925
2 измененных файлов с 8 добавлено и 1 удалено
  1. 1 1
      application.fam
  2. 7 0
      docs/CHANGELOG.md

+ 1 - 1
application.fam

@@ -8,7 +8,7 @@ App(
     fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
     fap_icon="icons/camera_suite.png",
     fap_libs=["assets"],
-    fap_version="1.5",
+    fap_version="1.6",
     fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
     name="[ESP32] Camera Suite",
     order=1,

+ 7 - 0
docs/CHANGELOG.md

@@ -4,6 +4,13 @@
 - Camera preview GUI overlay (#21).
 - Full screen 90 degree and 270 degree fill (#6).
 
+## v1.6
+
+- Add new splash/start screen.
+- Add new module not connected notification + pinout guide in-app.
+- Update README with a new "Special Thanks" section.
+- Pending...
+
 ## v1.5
 
 - Remove usage of image no longer found in the Flipper Zero firmware build.