Skip to content

Releases: LooLzzz/docking-station

v0.4.2

28 Sep 09:12
bf58a55
Compare
Choose a tag to compare

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

27 Sep 20:21
1d10f4c
Compare
Choose a tag to compare

0.4.1 (2024-09-27)

Bug Fixes

  • web-ui: fixed infinite re-rendering loop caused by 'useInterval' (de58a1e)

v0.4.0

27 Sep 17:21
Compare
Choose a tag to compare

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

27 Sep 16:14
365f2a7
Compare
Choose a tag to compare

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

22 Sep 08:26
6f05f3f
Compare
Choose a tag to compare

0.3.1 (2024-09-22)

Bug Fixes

  • stop auto_updater log spamming (9815b73)

v0.3.0

21 Sep 12:34
161e8cf
Compare
Choose a tag to compare

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

02 Aug 14:54
e3f9163
Compare
Choose a tag to compare

0.2.0 (2024-08-02)

Features

v0.1.0

02 Aug 11:13
ebcc0f2
Compare
Choose a tag to compare

0.1.0 (2024-08-02)

Features

  • Add cache clearing after updating compose stack service (2c2cd7e)

Bug Fixes

Miscellaneous Chores