Explorar o código

Update README, preview images, changelog, and versioning.

Cody Tolene %!s(int64=2) %!d(string=hai) anos
pai
achega
59a235a109
Modificáronse 3 ficheiros con 16 adicións e 5 borrados
  1. 1 1
      application.fam
  2. 14 3
      docs/CHANGELOG.md
  3. 1 1
      manifest.yml

+ 1 - 1
application.fam

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

+ 14 - 3
docs/CHANGELOG.md

@@ -1,9 +1,20 @@
 ## Roadmap
 ## Roadmap
 
 
-- Full screen 90 degree and 270 degree fill.
-- In-camera GUI.
+- Store images to onboard ESP32-CAM SD card (currently in progress, #24).
+- Camera preview GUI overlay (#21).
+- Full screen 90 degree and 270 degree fill (#6).
 
 
-## v1.2 (current)
+## v1.3 (current)
+
+- Important: Firmware Update Required! Ensure you update your firmware to fully utilize the new features. Backwards compatibility should be ok.
+- New Feature: Introducing the Firmware Flash utility, simplifying the firmware flashing process. Refer to the project readme for detailed instructions. (Closes #26)
+- Enhancement: Flash functionality now remains active during camera preview, making it easier to take pictures in areas of low light.
+- Bug Fix: Addressed picture inversion issue reported by user leedave. Thanks for your contribution! (Closes #23)
+- Code Refinement: Enhanced firmware code for readability and maintainability. Separated concerns into individual files for a more organized structure.
+- Technical Improvements: Implemented general code enhancements and introduced syntactic sugar for cleaner, more efficient code.
+- Work in Progress: Added a new test function for saving pictures to the onboard ESP32-CAM SD card. This feature is under development and will allow users to save pictures directly to the SD card in the future. Tracked under feature request #24.
+
+## v1.2
 
 
 - Save image support. When the center button is pressed take a picture and save it to the "DCIM" folder at the root of your SD card. The image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp").
 - Save image support. When the center button is pressed take a picture and save it to the "DCIM" folder at the root of your SD card. The image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp").
 - Camera flash support. Flashes the ESP32-CAM onboard LED when a picture is taken if enabled in the settings.
 - Camera flash support. Flashes the ESP32-CAM onboard LED when a picture is taken if enabled in the settings.

+ 1 - 1
manifest.yml

@@ -16,5 +16,5 @@ sourcecode:
   location:
   location:
     commit_sha: ...
     commit_sha: ...
     origin: https://github.com/CodyTolene/Flipper-Zero-Camera-Suite.git
     origin: https://github.com/CodyTolene/Flipper-Zero-Camera-Suite.git
-    subdir: src-fap
+    subdir: fap
   type: git
   type: git