Releases: IceWhaleTech/CasaOS
Releases · IceWhaleTech/CasaOS
v0.4.2-alpha2
What's Changed
- Send notification changes to message bus by @LinkLeong in #861
- Remove client judgment by @LinkLeong in #862
- Modify file permissions by @LinkLeong in #860
- Return of error when modifying mount by @LinkLeong in #864
- remove obsolete functions for notification of app installation/uninstallation by @tigerinus in #867
- Return directly if name does not exist by @LinkLeong in #871
- Modify the configuration file by @LinkLeong in #872
- Add uninstall error judgment by @LinkLeong in #875
- Remount if the configuration file already exists by @LinkLeong in #877
- The same driver and the same account can only be hooked up once by @LinkLeong in #878
- Add error logs by @LinkLeong in #879
- fix installation issue for Mint Linux by @tigerinus in #881
Full Changelog: v0.4.2-alpha1...v0.4.2-alpha2
v0.4.2-alpha1
What's Changed
- enable code coverage by @tigerinus in #825
- add API for checking
casaos-*
service status by @tigerinus in #852
Full Changelog: v0.4.1...v0.4.2-alpha1
v0.4.1
Added
- [Disk] Added disk merging feature in storage management (beta) that allows for multiple disks to be merged into a single storage space
- [System] Added option for startpage.com search engine
- [APP] Added app cloning feature in the app's context menu.
Changed
- [APP] Improved app installation process, including display of the installation process, checks for successful installation, and prompts
- [System] Binary sizes are 40%~60% smaller (thanks to upx)
- [App] Optimization of install and update for certain country.
- [All] Lots of bug fixes
v0.4.1-alpha5
v0.4.1-alpha4
v0.4.1-alpha3
v0.4.1-alpha2
v0.4.1-alpha1
Changelog
- ec0d986 Merge branch 'main' of https://github.com/IceWhaleTech/CasaOS
- cd79e51 Socketio modification (#771)
- ba742b9 Update README.md
- 4b26631 add logic to run scripts under
/etc/casaos/start.d
when starting (#756) - 0155dc1 bump version from 0.4.0 to 0.4.1
- 8cff99f enable unit tests as part of release process (with 3 always failing tests skipped)
- ea166f8 remove deps under GPL and add license check to workflow
- d350c3e remove socket-port function
- c6d89f9 update CasaOS-Common from v0.4.0 to v0.4.1-alpha1 for the new
notify.Application
struct (#768) - fd3cb5b update common package
v0.4.0
Added
- [Developer] Included
casaos-cli
command tool for debugging - [Developer] Added message bus for events and actions - Use
casaos-cli message-bus
to manage. - [Disk] Disk notification in Dashboard
- [System] Restart/shutdown directly from CasaOS Dashboard
Changed
- [General] CasaOS new logo!
- [App] Redesign of Featured App
- [App] Now you can choose to delete userdata along with app uninstallation
Security
- [System] Fixed a shell injection issue for better security