Releases: IceWhaleTech/CasaOS-AppManagement
Releases · IceWhaleTech/CasaOS-AppManagement
v0.4.1-alpha3
Changelog
- fb997a9 add
upx
as part of building step to shrink the size of binary files (#28)
v0.4.1-alpha2
Changelog
- 3c11519 include
appstore_id
in my app list for app cloning (#27)
v0.4.1-alpha1
Changelog
- 7efd3fd add error message to container healthcheck API
- 9ef99c6 add name, image, state filters to
GET /v1/container
API (#22)
- 12d47d9 add openapi base code and container healthcheck API (#17)
- dbedb14 fix strconv.Atoi error on update app's settings (#18)
- a54bdb3 fix wrong container healthcheck logic
- 5fe6eae include additional app properties in the
notify.Application
struct sent to the frontend via socket.io (#20)
- b2e4c5e include installation status in
AppList
and AppInfo
(#21)
- 2d65911 remove port check upon app setting update (#23)
- c4377f7 update protocol comparision to be case insensitive (#25)
- bd92220 update to use batch event type registration with message bus (#19)
- 1a0d4cb use
Accept: application/html
in the request header when checking container health (#26)
v0.4.0
Changelog
- 49cc154 Update uninstall function (#15)
- a653ae0 add message-bus as a dependency service
- ffdcd72 add minor changes (#16)
- 7fcece8 remove delete mirror failed error returned
v0.4.0-alpha7
Changelog
- 49cc154 Update uninstall function (#15)
- a653ae0 add message-bus as a dependency service
- ffdcd72 add minor changes (#16)
- 7fcece8 remove delete mirror failed error returned
v0.4.0-alpha6
Changelog
- dfea8e7 add logic to drop useless table
o_container
at post migration (#12)
- 6c75dd6 add message bus support - app install/uninstall events (#14)
- 2fc317f remove "-snapshot" from package naming
v0.4.0-alpha5
Changelog
- dc6c980 add migration scripts (#8)
- d5d9d59 add option to delete config folder when uninstalling app (#11)
- e048c54 add support for installation on Arch based Linux distros (#10)
- f568f6b remove database (#9)
v0.4.0-alpha3
Changelog
- 3511f53 add missing install/uninstall app notify (#6)
- 6d2a6a2 add setup scripts and sample config (#4)
- cfb87e3 fix more lint issues (#3)
- fe768d0 fix more todo items since refactoring out of IceWhaleTech/CasaOS (#5)