Skip to content

Releases: chapar-rest/chapar

v0.2.6

30 Aug 19:56
3891d97
Compare
Choose a tag to compare

What's Changed

  • re build notification widget by @mirzakhany in #74
  • fix: remove post request error dialog, it was interrupting the use will changing the post request config. by @mirzakhany in #76

Full Changelog: v0.2.5...v0.2.6

v0.2.5

24 Aug 18:56
9652970
Compare
Choose a tag to compare

What's Changed

  • Replaced the binary file widget with a file selector to simplify the user interface.
  • Fixed gRPC issues and added a search path input dialog to the Protofiles tab.
  • Improved error handling to display errors to the user instead of silently logging them.
  • Resolved a panic issue when sending gRPC requests without selecting an environment.
  • Fixed the problem where setting the active environment to "None" was not handled correctly.

Full Changelog: v0.2.4...v0.2.5

v0.2.4

05 Aug 17:14
62044ab
Compare
Choose a tag to compare

What's Changed

Editor component is updated in this release to do simple syntax highlighting on tags like {{foo}} which results in a better UX when working with them.

v0.2.3

19 Jul 19:50
72062d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

18 Jul 11:16
9efe6e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1-beta...v0.2.2

v0.2.1-beta

17 Jul 21:30
8c8c28c
Compare
Choose a tag to compare

What's Changed

  • build MacOS disk image and update release file names by @mirzakhany in #54
  • Fix aped

Full Changelog: v0.2.0-beta...v0.2.1-beta

Second Beta Release

15 Jul 21:39
9146a0d
Compare
Choose a tag to compare

This Chapar Second beta release.

What's new:

  • Support for GRPC request type
  • Support for adding and managing the protofiles as dependency of grpc requests
  • Fix a few UI issues.
  • Fix missing binary for linux package

Updating from a older version?

In case you are already using Chapar, you may need to fix an issue in the data:
The data is stored in the following path: please backup the data before running the fixer script.

  • Windows: C:\Users\<username>\AppData\Roaming\chapar
  • Linux: /home/<username>/.config/chapar
  • macOS: /Users/<username>/.config/chapar

You will need to run fixer script to fix the data:

    go run cmd/fixer/main.go fix-request-types

First Beta Release

24 May 21:08
6e4a823
Compare
Choose a tag to compare

This the Chapar first beta release.

Thanks for your contribution

Full Changelog: https://github.com/chapar-rest/chapar/commits/v0.1.0-beta

Update on this release 2024/05/28:

As reported in issues Linux binary was missing in packed zip file so I removed it from release files. Apologies for inconvenience . A fix will be in place soon. Until then please use custom built on Linux 🙏