Releases: LooLzzz/docking-station
Releases · LooLzzz/docking-station
v0.4.2
0.4.2 (2024-09-28)
Bug Fixes
- web-ui: correct computed min-height for 'CardsManager' component (6b7de56)
- web-ui: fixed 'Refresh All' refreshing each service individually instead of using the 'refetchComposeStacks' hook (7a773d2)
v0.4.1
0.4.1 (2024-09-27)
Bug Fixes
- web-ui: fixed infinite re-rendering loop caused by 'useInterval' (de58a1e)
v0.4.0
0.4.0 (2024-09-27)
Features
- web-ui: #33 - added services selection + "update selected" and "refresh selected" options (617312d)
- Either use middle-mouse click or the checkbox which appears on hover to select/deselected a service.
- Selected cards/services are highlighted
Bug Fixes
- server: 'image_tag' sometimes not returned correctly (617312d)
Miscellaneous Chores
-
web-ui: added version number to bottom-right footer of web-ui (27a61d3)
-
server: rewrote backend task creation and consumption (617312d)
-
build: bump react-query to 5.56.2 (617312d)
v0.3.2
0.3.2 (2024-09-27)
Bug Fixes
- server: better error logging for 'poll_compose_stack_service_update_task' (3e53f8b)
Miscellaneous Chores
- build: created release-please config & manifest files (525076a)
v0.3.1
0.3.1 (2024-09-22)
Bug Fixes
- stop auto_updater log spamming (9815b73)
v0.3.0
0.3.0 (2024-09-21)
Features
- api: added
/api/regctl/
route with inspect
and digest
endpoints (546cb58)
- web-ui: added Accordion component to ExecutionDetails modal
- auto-updater:
auto_updater.py
will keep restarting until stopped manually (the modules itself is still disabled by default)
Bug Fixes
- #7 - added new "python_on_whales__ignored_image_prefixes" option in
/app/config/settings.py
- hopefully this fixes the docker.io KeyError
issue (#25) (546cb58)
- web-ui: stopped react-query from constantly refetching to try and save on api-limit
v0.2.0
0.2.0 (2024-08-02)
Features
v0.1.0
0.1.0 (2024-08-02)
Features
- Add cache clearing after updating compose stack service (2c2cd7e)
Bug Fixes
Miscellaneous Chores