2020-04-02 07:44:40 +00:00
|
|
|
App Loader ChangeLog
|
|
|
|
====================
|
|
|
|
|
|
|
|
Changed for individual apps are listed in `apps/appname/ChangeLog`
|
|
|
|
|
|
|
|
* `Remove All Apps` now doesn't perform a reset before erase - fixes inability to update firmware if settings are wrong
|
2020-04-07 07:59:24 +00:00
|
|
|
* Added optional `README.md` file for apps
|
2020-04-08 07:53:40 +00:00
|
|
|
* Remove 2v04 version warning, add links in About to official/developer versions
|
2020-04-14 15:15:43 +00:00
|
|
|
* Fix issue removing an app that was just installed (fix #253)
|
|
|
|
* Add `Favourite` functionality
|
|
|
|
* Version number now clickable even when you're at the latest version (fix #291)
|
2020-04-15 12:58:05 +00:00
|
|
|
* Rewrite 'getInstalledApps' to minimize RAM usage
|
2020-04-29 08:20:18 +00:00
|
|
|
* Added code to handle Settings
|
|
|
|
* Added espruinotools.js for pretokenisation
|
2020-05-07 09:04:24 +00:00
|
|
|
* Included image and compression tools in repo
|
|
|
|
* Added better upload of large files (incl. compression)
|
2020-05-12 21:01:22 +00:00
|
|
|
* URL fetch is now async
|
|
|
|
* Adding '#search' after the URL (when not the name of a 'filter' chip) will set up search for that term
|
|
|
|
* If `bin/pre-publish.sh` has been run and recent.csv created, add 'Sort By' chip
|
2020-05-14 15:24:14 +00:00
|
|
|
* New 'espruinotools' which fixes pretokenise issue when ID follows ID (fix #416)
|
2020-05-28 13:33:37 +00:00
|
|
|
* Improve upload of binary files
|
2020-05-28 13:34:40 +00:00
|
|
|
* App description can now be markdown
|
2020-06-01 07:43:33 +00:00
|
|
|
* Fix `marked is not defined` error (and include in repo, just in case)
|
2020-06-04 10:45:53 +00:00
|
|
|
* Fix error in 'Install Default Apps' if Flash storage is full enough that erasing takes a while
|
2020-06-04 11:52:16 +00:00
|
|
|
* Fixed animated progress bar on app removal
|
2020-06-04 14:19:37 +00:00
|
|
|
* Added ability to specify dependencies (used for `notify` at the moment)
|
2020-06-05 10:35:16 +00:00
|
|
|
* Fixed Promise-based bug in removeApp
|
2020-08-25 10:46:33 +00:00
|
|
|
* Fixed bin/firmwaremaker and bin/apploader CLI to handle binary file uploads correctly
|
2020-10-21 13:48:30 +00:00
|
|
|
* Added progress bar on Bangle.js for uploads
|
|
|
|
* Provide a proper error message in case JSON decode fails
|
|
|
|
* Check you're connecting with a Bangle.js of the correct version
|
2021-04-09 08:58:38 +00:00
|
|
|
* Allow 'data' style app files to be uploaded with the app (and switch over settings files for various apps)
|