All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- build.sh needed a 10 second delay to allow for the Wi-Fi connection to establish
- add regerneration of keys to post-install.txt
- add an upgrade (cgi) button, to reboot and re-build. Saves re-flashing the MicroSD Card
- add and configure cgi in build.sh - (and place upgrade-reboot & reboot cgi into cgi-bin ready)
- introduce a preference menu on first install e.g. detect system storage (usb), recommended default apps,
- in preference menu open by identifying the internet access (wlan/ eth/ eth>usb) etc - and show options to configure new mode (or keep)
- App Store methodology, like advent calender and chocolate inside. Except the doors are AppUnits
- e.g Make a folder to correspond to each available space on the appstore.
- like install-config.txt, have a settings text file > use a build script > outputs an App Unit.
- make apps install
0.0.1-rc.6 - 2020-04-29
- README.md, CHANGELOG.md & COLLABORATE.md @unclehowell.
- Timezones in client/os/
- 15 second delay added in build.sh. Due to Raspberry Pi rebooting before wlan establishes internet (2020-05-01)
- Replaced git checkout in /client/os/build.sh with
svn co
. Cleaner, Better.