Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 16:20
9e6e3b0

1.1.0 (2026-02-05)

Features

  • gui: improve startup handling, implement splash screen, improve internal app state (#16) (ff2abfb)

Bug Fixes

  • daemon: unhandled exceptions when closing streams (ff2abfb)
  • gui: adjust window shadow and titlebar z-index on Windows, fixed splash-screen border radius (#19) (0791728)
  • gui: fix app unsync on startup (ff2abfb)
  • gui: fix critical error by ensuring shutdown command dispatch only if connected (30f32b1)
  • gui: fixed wrong rendering on macos and missing rounded corners on splashscreen (#18) (30f32b1)
  • protocol: handle None case for single chunk in reconstruct_from_chunks (#20) (05f72b4)

Documentation

  • add development setup instructions, minor changes (868d38e)
  • fix formatting of note in development instructions (42801fd)