Skip to content

v0.29.9

Latest

Choose a tag to compare

@yusing yusing released this 19 Jul 08:48
v0.29.9
e3e18d2

Bug Fixes

  • Idlewatcher: HTML loading responses are sent immediately while a shared background wake continues for SSE progress; non-HTML or no_loading_page requests still wait synchronously. (e3e18d2)
  • Route: Idlewatcher validation now resolves Docker or Proxmox providers before checking provider configuration, including file-provider routes. (2273109)

New Features

  • Health/API: Health responses now expose remaining idle-watcher time as sleep_in. (a5d1f80)
  • WebUI/Home: Home app status entries now show sleep countdowns and category icons. (yusing/godoxy-webui@b85bb3a)

Improvements

  • Core: Performance improvements

Full Changelog

  • e3e18d2 fix(idlewatcher): decouple loading pages from wake requests
  • d3f19ea fix(shadowtree): correct build recipe
  • a5d1f80 feat(health): expose idle watcher sleep countdowns
  • 2273109 fix(route): validate idlewatcher against resolved providers
  • 182d80e fix(shadowtree): default benchmark target to GoDoxy
  • 0e2c693 chore(deps): update goutils submodule
  • 115135c fix(accesslog): retain final line until scanner release
  • 7870cf9 chore(deps): update goutils submodule

goutils

  • fee8f14 fix(io): harden buffered writer lifecycle
  • e8944db refactor(synk): replace channel pools with typed per-P queues

webui

  • 577bf74 chore(lint): configure nested component stability warnings
  • 08a8b1b chore(deps): update frontend packages and lockfile
  • b85bb3a feat(home): display app sleep countdowns and category icons
  • ed06b37 chore(deps): update wiki submodule
  • 2ec5fac chore(deps): update Docker build images