Skip to content

Releases: paulhitz/yet-another-rest-client

Chrome Manifest v3

Choose a tag to compare

@paulhitz paulhitz released this 01 Mar 16:10
371c806

#99

  • Added support for Chrome Manifest v3.
  • Removed analytics.

Dark Mode

Choose a tag to compare

@paulhitz paulhitz released this 05 Jun 17:23
a2bcd42
  • Added support for Dark Mode - A user requested feature enhancement.
  • Updated dependencies.
  • Added a new dropdown menu for the less frequently used pages (About, Help etc.)
  • Added dedicated License and Settings pages.

Donation Revamp

Choose a tag to compare

@paulhitz paulhitz released this 12 May 19:56
7c0852a
  • Removed the paypal links and replaced with ko-fi.com links.
  • Fix for a minor UI issue. Thanks @rr-it

Add HTTP Status Codes to History Page

Choose a tag to compare

@paulhitz paulhitz released this 02 Nov 20:31
b289372
  • Adds HTTP Status codes to the history page. You can now see if previous requests were successful or not.
  • Tidy up the handling of failed requests. No more displaying -1 as the status for cancelled requests.
  • Updated most dependencies.

Remove cookies permission

Choose a tag to compare

@paulhitz paulhitz released this 23 Oct 10:50
3c60abb

Removed "cookies" from the list of permissions that the extension needs. This was a relic from some old functionality that was removed a long time ago.

The Chrome App Store now objects to requesting permissions that are not used. As a result, it's de-listed the extension until this is resolved.

Remove invalid headers from auto-complete

Choose a tag to compare

@paulhitz paulhitz released this 31 Dec 19:14
116b6e9

#73

  • Remove invalid request headers from the auto-complete.
  • Allow the request widget to be minimised.

Minor feature requests

Choose a tag to compare

@paulhitz paulhitz released this 04 Apr 17:25

#67 #64

Small release to add some minor feature requests.

  • 'Delete All' functionality for Favorites and History.
  • Prevent AngularJS stripping the Content-Type header.

Update Favorites + lots more

Choose a tag to compare

@paulhitz paulhitz released this 01 Jun 19:17

#57
#51

  • Export of individual favorites
  • Allow updating of Favorites
  • Display response status code
  • Dependencies updated
  • Improved Code Coverage

...and some old bugs squashed, new ones added.

Performance and usability improvements

Choose a tag to compare

@paulhitz paulhitz released this 28 Mar 11:48

Performance Improvements

Choose a tag to compare

@paulhitz paulhitz released this 01 Mar 17:48
  • Updated Dependencies
  • Improved performance of the syntax highlighting