Skip to content

Releases: IceWhaleTech/CasaOS-AppManagement

v0.4.1-alpha4

06 Jan 09:48
efb35ce
Compare
Choose a tag to compare
v0.4.1-alpha4 Pre-release
Pre-release

Changelog

v0.4.1-alpha3

29 Dec 23:30
fb997a9
Compare
Choose a tag to compare
v0.4.1-alpha3 Pre-release
Pre-release

Changelog

  • fb997a9 add upx as part of building step to shrink the size of binary files (#28)

v0.4.1-alpha2

29 Dec 23:30
3c11519
Compare
Choose a tag to compare
v0.4.1-alpha2 Pre-release
Pre-release

Changelog

  • 3c11519 include appstore_id in my app list for app cloning (#27)

v0.4.1-alpha1

26 Dec 18:11
1a0d4cb
Compare
Choose a tag to compare
v0.4.1-alpha1 Pre-release
Pre-release

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

13 Dec 09:11
ffdcd72
Compare
Choose a tag to compare

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

06 Dec 22:01
ffdcd72
Compare
Choose a tag to compare
v0.4.0-alpha7 Pre-release
Pre-release

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

01 Dec 23:40
6c75dd6
Compare
Choose a tag to compare
v0.4.0-alpha6 Pre-release
Pre-release

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

29 Nov 17:36
d5d9d59
Compare
Choose a tag to compare
v0.4.0-alpha5 Pre-release
Pre-release

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-alpha4

25 Nov 20:55
d3e2986
Compare
Choose a tag to compare
v0.4.0-alpha4 Pre-release
Pre-release

Changelog

v0.4.0-alpha3

24 Nov 05:07
3511f53
Compare
Choose a tag to compare
v0.4.0-alpha3 Pre-release
Pre-release

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)