diff --git a/Documentation/ideas.md b/Documentation/ideas.md index 966a7145..0656d0c7 100644 --- a/Documentation/ideas.md +++ b/Documentation/ideas.md @@ -2,6 +2,7 @@ ## Higher Priority +- System Info should show the version of Tactility - Fix Development service: when no SD card is present, the app fails to install. Consider installing to `/data` Note: Change app install to "transfer file" functionality. We can have a proper install when we have app packaging. Note: Consider installation path option in interface @@ -17,7 +18,9 @@ Scan these paths on startup. Make the AppList use the scan results. - Apps with update timer should check `lvgl::isStarted()` - +- CrowPanel Basic 3.5": check why GraphicsDemo fails +- CrowPanel Basic 3.5": check why System Info doesn't show storage info + ## Medium Priority - Unify the way displays are dimmed. Some implementations turn off the display when it's fully dimmed. Make this a separate functionality. diff --git a/Documentation/releasing.md b/Documentation/releasing.md index be83f7a4..1fffdf06 100644 --- a/Documentation/releasing.md +++ b/Documentation/releasing.md @@ -1,13 +1,13 @@ # Releasing Tactility -1. Test the latest version on several devices -2. Build the SDK locally and test it with `ExternalApps/HelloWorld` -3. Test the latest SDK build from GitHub with the CDN: +1. Test the latest SDK build from GitHub with the CDN as a SNAPSHOT version: 1. Download it from the [main branch](https://github.com/ByteWelder/Tactility/actions/workflows/build-sdk.yml) 2. Upload it to the [CDN](https://dash.cloudflare.com) 3. Update `sdk.json` from [TactilityTool](https://github.com/ByteWelder/TactilityTool) and upload it to [CDN](https://dash.cloudflare.com) 4. Test it with `ExternalApps/HelloWorld` (clear all its cache and update the SDK version) -4. Download the latest firmwares [main branch](https://github.com/ByteWelder/Tactility/actions/workflows/build-firmware.yml) +2. Build the SDK locally and test it with `ExternalApps/HelloWorld` +3. Download the latest firmwares [main branch](https://github.com/ByteWelder/Tactility/actions/workflows/build-firmware.yml) +4. Test the latest version of Tactility on several devices 5. Prepare a new version of [TactilityWebInstaller](https://github.com/ByteWelder/TactilityWebInstaller) locally: 1. Copy the GitHub firmwares into `scripts/` in the `TactilityWebInstaller` project 2. Run `python release-all.py` diff --git a/ExternalApps/Calculator/tactility.properties b/ExternalApps/Calculator/tactility.properties index 761d0ac0..8543281b 100644 --- a/ExternalApps/Calculator/tactility.properties +++ b/ExternalApps/Calculator/tactility.properties @@ -1,2 +1,2 @@ [sdk] -version = 0.5.0-SNAPSHOT +version = 0.5.0 diff --git a/ExternalApps/GraphicsDemo/tactility.properties b/ExternalApps/GraphicsDemo/tactility.properties index 761d0ac0..8543281b 100644 --- a/ExternalApps/GraphicsDemo/tactility.properties +++ b/ExternalApps/GraphicsDemo/tactility.properties @@ -1,2 +1,2 @@ [sdk] -version = 0.5.0-SNAPSHOT +version = 0.5.0 diff --git a/ExternalApps/HelloWorld/tactility.properties b/ExternalApps/HelloWorld/tactility.properties index 761d0ac0..8543281b 100644 --- a/ExternalApps/HelloWorld/tactility.properties +++ b/ExternalApps/HelloWorld/tactility.properties @@ -1,2 +1,2 @@ [sdk] -version = 0.5.0-SNAPSHOT +version = 0.5.0 diff --git a/version.txt b/version.txt index 79a2734b..7defe1ea 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.6.0-dev \ No newline at end of file