From 337bf30ad41836c05b91d0ebee03b7dfa957342c Mon Sep 17 00:00:00 2001 From: Cody Tolene Date: Thu, 16 Nov 2023 23:33:46 -0600 Subject: [PATCH] Version 1.4 (RC Support) --- fap/application.fam | 2 +- fap/docs/CHANGELOG.md | 17 +++++++++++++++-- fap/docs/README.md | 4 ++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/fap/application.fam b/fap/application.fam index 31a3eae..dd01bdb 100644 --- a/fap/application.fam +++ b/fap/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.3", + fap_version="1.4", fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam", name="[ESP32] Camera Suite", order=1, diff --git a/fap/docs/CHANGELOG.md b/fap/docs/CHANGELOG.md index 81e663e..168b212 100644 --- a/fap/docs/CHANGELOG.md +++ b/fap/docs/CHANGELOG.md @@ -1,10 +1,23 @@ ## Roadmap -- Store images to onboard ESP32-CAM SD card (currently in progress, #24). +- Store images to onboard ESP32-CAM SD card (partially completed, #24). - Camera preview GUI overlay (#21). - Full screen 90 degree and 270 degree fill (#6). -## v1.3 (current) +## v1.4 + +- Add RC builds to repo. +- Improve FAP code. +- Improve Firmware code (requires reflash). +- Improve Firmware flashing utility code. +- Improve GitHub actions code. +- Look to mitigate issue "Mirrored Image" #27. + +## v1.3.1 (patch) + +- Addressed new linting issue with `ufbt` tools. + +## v1.3 - 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) diff --git a/fap/docs/README.md b/fap/docs/README.md index 1bddce5..8f5204c 100644 --- a/fap/docs/README.md +++ b/fap/docs/README.md @@ -18,7 +18,7 @@ Button mappings: **Right** = Toggle dithering on/off. -**Center** = Take a picture and save to the "DCIM" folder at the root of your SD card. Image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp"). If flash is on in the settings (enabled by default) the ESP32-CAM onboard LED will light up when the picture is taken. +**Center** = Take a picture and save to the "DCIM" folder at the root of your SD card. Image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp"). If flash is on in the settings (enabled by default) the ESP32-CAM onboard LED will light up when the camera is opened. **Back** = Go back. @@ -26,7 +26,7 @@ Settings: **Orientation** = Rotate the camera image 90 degrees counter-clockwise starting at zero by default (0, 90, 180, 270). This is useful if you have your camera module mounted in a different orientation than the default. -**Flash** Toggle the ESP32-CAM onboard LED on/off when taking a picture. +**Flash** Toggle the ESP32-CAM onboard LED on/off while using the camera. **Dithering Type** Change between the Cycle Floyd–Steinberg, Jarvis-Judice-Ninke, and Stucki dithering types.