Skip to content

Releases: buildzaku/zaku

v0.3.1

18 Sep 19:28
70708ec
Compare
Choose a tag to compare

Patch Changes

  • Separate error and message in ZakuError struct - 9b6315f

  • Display toast if space is invalid on switch - 0b6a48f #17

v0.3.0

14 Sep 14:58
620dc7f
Compare
Choose a tag to compare

Minor Changes

v0.2.3

19 Aug 19:13
3931941
Compare
Choose a tag to compare

Patch Changes

  • Implement dispatch, check & request commands for notification - 8c12516 #12

v0.2.2

19 Aug 14:31
0729105
Compare
Choose a tag to compare

Patch Changes

  • Add option to open existing space from filesystem - 834139d #11

  • Add platform specific global shortcuts to toggle devtools - 3715feb

v0.2.1

19 Aug 08:14
bd65983
Compare
Choose a tag to compare

Patch Changes

  • Fix URL capability to allow requests on all ports - d97ef73

  • Fix incorrect reactive check for active space - fc8cc61

v0.2.0

18 Aug 18:09
1b7fb03
Compare
Choose a tag to compare

Minor Changes

  • Setup app state and ability to create space on launch - 08e83ca #7

    • Remove unused dependencies
    • Pin all crates
    • Implement get/set/delete active space invoke commands
    • Get rid of problematic custom title bar

v0.1.1

30 Jul 18:10
d4f723e
Compare
Choose a tag to compare

Patch Changes

  • On release, sync snapcraft.yaml with latest metadata - bbc184d #5

  • Add snapcraft.yaml for snap store distribution - 59f700f

  • Custom titlebar and minor UI adjustments - 065d356 #6

  • Avoid unnecessary binaries from being included in the release - a1decd6

v0.1.0

26 Jul 14:38
ae5fe2c
Compare
Choose a tag to compare

Minor Changes

  • Setup main layout and basic request functionality - 2166dbe

    • Add UI primitives
    • Ability to pass query params and headers
    • Add code block to view raw and pretty response
    • Add preview tab for response
    • Resizable pane layout and dark/light theme
    • Update dependencies
    • Fix linting errors
    • Build app for all four major platforms & upload assets on release
    • Ability to force dispatch upload/reupload of assets
    • Format, lint and build app on pull requests
    • Add caching to speed up workflows