mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
Post release changes (#326)
- Updated version to `0.6.0-dev` - Updated docs - Updated external app SDK version to `0.5.0`
This commit is contained in:
parent
fe7fdd8583
commit
068600f98c
@ -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,6 +18,8 @@
|
||||
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
|
||||
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
[sdk]
|
||||
version = 0.5.0-SNAPSHOT
|
||||
version = 0.5.0
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
[sdk]
|
||||
version = 0.5.0-SNAPSHOT
|
||||
version = 0.5.0
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
[sdk]
|
||||
version = 0.5.0-SNAPSHOT
|
||||
version = 0.5.0
|
||||
|
||||
@ -1 +1 @@
|
||||
0.5.0
|
||||
0.6.0-dev
|
||||
Loading…
x
Reference in New Issue
Block a user