Skip to content

v0.3.2

Compare
Choose a tag to compare
@ravenclaw900 ravenclaw900 released this 27 Nov 23:24
· 949 commits to main since this release
7261760

Features

  • frontend: add dark mode trigger (38bbd3a)
  • frontend: add persistent dark mode storage (87b9366), closes #52
  • implement password protection (6eff076)
  • software: seperate tables (7cb9b72), closes #48
  • terminal: add token validation to terminal (3b138da)

Bug Fixes

  • backend: close connection even without handshake (630d38d)
  • backend: don't use synchronus sleep on asyncronus threads (8a5d801)
  • backend: fix terminal on single-core machines (122c38b)
  • config: actually get config from executable directory, instead of cwd (5965551)
  • config: make config variables mutable (db7032e)
  • dashboard: have cards be vertical on portrait displays (e0647b0)
  • dashboard: make charts look better in portrait mode (0773943)
  • don't push changes to service and management pages (9bd3033)
  • frontend: add connect-src to CSP (f8afa8b)
  • frontend: allow not using passwords (1607ece)
  • frontend: allow using token with every action (109ddc7)
  • frontend: fix pages with tables not loading by direct access (8c8b63c)
  • frontend: hide terminal when not logged in (274ed46)
  • frontend: soft code port for websocket (#35) (bc5bf51)
  • software: change color of response box on dark mode (cf81782)
  • software: fix software page not working when there are free IDs (19e3e39)
  • terminal: stop zombie bash processes from stacking up (cdaa017), closes #24