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

+ 2 - 2
application.fam

@@ -3,12 +3,12 @@ App(
     apptype=FlipperAppType.EXTERNAL,
     cdefines=["APP_CAMERA_SUITE"],
     entry_point="camera_suite_app",
-    fap_author="@CodyTolene @Z4urce @leedave",
+    fap_author="@CodyTolene @Z4urce @leedave @rnadyrshin",
     fap_category="GPIO",
     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.8",
+    fap_version="1.0",
     fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
     name="[ESP32] Camera Suite",
     order=1,

+ 7 - 0
docs/CHANGELOG.md

@@ -5,6 +5,13 @@
 - Full screen 90 degree and 270 degree fill (#6).
 - WiFi streaming/connection support (#35).
 
+## v1.9
+
+- Updating the row and column iteration boundaries in the serial stream to cover the full 128×128 image.
+- Changing the camera configuration from QQVGA to 128×128 mode.
+- Adjusting buffer size macros and pixel offset calculations in the camera suite view to accommodate the new image dimensions.
+- New contributor "rnadyrshin", thank you!
+
 ## v1.8
 
 - Use new Flipper Zero "DateTime" type for image filenames as "YYYYMMDD-HHMMSS.bmp" (#52).

+ 1 - 1
manifest.yml

@@ -1,4 +1,4 @@
-author: "@CodyTolene @Z4urce @leedave"
+author: "@CodyTolene @Z4urce @leedave @rnadyrshin"
 category: "GPIO"
 changelog: "@./docs/CHANGELOG.md"
 description: "@./docs/README.md"