Skip to content

Releases: advanced-rest-client/arc-electron

14.0.0-alpha.3

20 May 20:00
2fdfae5
Compare
Choose a tag to compare
14.0.0-alpha.3 Pre-release
Pre-release

Bug fixes:

13.0.7

17 May 20:32
d277c52
Compare
Choose a tag to compare

This stable release fixes #176 - Google Drive export

14.0.0-alpha.2

17 May 20:09
64bd79e
Compare
Choose a tag to compare
14.0.0-alpha.2 Pre-release
Pre-release

This alpha release comes with few bug fixes:

  • Fixes #176 - Export to Google Drive
  • Fixes z-index of the toolbar to restore variables overlay rendering
  • Fixes export dialog in the history panel to include default file name
  • Replaces export file extension from json to arc

14.0.0-alpha.1

25 Apr 05:06
64bd79e
Compare
Choose a tag to compare
14.0.0-alpha.1 Pre-release
Pre-release

Welcome to pre-release of ARC version 14.

This version comes with complete rewrite of API components (the building blocks of ARC) to comply with the final spec of web components. (#164, #131)

Bug fixes

  • #166 - Content-* headers on GET request - now the app warns you before sending those headers with GET request.

Goodies

  • #147 - Click on a link in the response view with CTRL/CMD key pressed will open new GET request in new tab
  • #123 - Now workspace has its own configuration file with set structure (see /docs/api/workspace.md)
  • #121 - Now it is possible to define variables on a workspace level. Workspace variables overrides application variables in case of conflict. With this release it is only possible to define variables in the configuration file.
  • Partially #125 and #119 - The app allows to define workspace metadata (description, creation time, author info), export workspace to file, and open the file with as a data source for the workspace. This allows you to create a workspace configuration (requests, variables, app-like configuration) and share it with others. This way, regardless application configuration, you will have the same environment.

Note, workspace changes are planned throughout several releases. Therefore tickets won't be closed until last functionality is implemented.

Changes

  • #124 - Web session URL input has been moved to the workspace instead of ARC app. It allows to configure the URL per workspace

As always, try preview version, be early adopter and share your feedback with us so we can consider new use cases and make the application be better fit for you.

13.0.6

24 Apr 23:16
64bd79e
Compare
Choose a tag to compare

This release fixes #160 (again) and #169.

OAuth token won't be refreshed once revoked because a mechanism for handling this scenario wan't in place. Now when authorised request returns 401 status code it clears token storage so the user can re-authenticate.

Saved request to file was using old API for export event. Now it is fixed and request data are stored with the file.

13.0.5

18 Apr 18:59
eca684a
Compare
Choose a tag to compare

This release fixes #160 - issue with OAuth2 authorization.

The app was using outdated OAuth support package that had an issue with reading package.json file where OAuth configuration is stored. Because of that it was unable to initialize OAuth flow.

13.0.4

03 Apr 05:59
387f690
Compare
Choose a tag to compare

Fix: Fixes #159 - Header case sensitivity for basic authentication

13.0.3

27 Mar 15:18
c33d111
Compare
Choose a tag to compare

Fixes #155 - export panel now handle data export properly.

13.0.2

26 Mar 08:10
29a2a7d
Compare
Choose a tag to compare

Fixes #154 - allowing to add body parameters.

13.0.1

23 Mar 05:45
93cd898
Compare
Choose a tag to compare

Bug fixes:

  • Fixes #152 - Timeout setting. Now it will multiply everything over 500 by 1000 to produce ms value
  • Fixes #151 - Applying correct character encoding when decoding buffer to string in the response panel
  • Fixes #148 - Code snippets copy to clipboard