Skip to content

Releases: advanced-rest-client/arc-electron

17.0.9

02 Mar 23:51
4a40ffe
Compare
Choose a tag to compare

Fixes a security vulnerability: GHSA-v3wr-67px-44xg

17.0.8-beta

02 Mar 23:35
7387e48
Compare
Choose a tag to compare
17.0.8-beta Pre-release
Pre-release

Fixes a security vulnerability: GHSA-v3wr-67px-44xg

17.0.8

08 Feb 02:41
fbbdc38
Compare
Choose a tag to compare
  • Fixes #448 - Theming not OK Windows 11
  • Potentially fixes process quitting

17.0.7-beta

08 Feb 02:41
276fde2
Compare
Choose a tag to compare
17.0.7-beta Pre-release
Pre-release
  • Fixes #448 - Theming not OK Windows 11
  • Potentially fixes process quitting

17.0.7

01 Feb 22:36
Compare
Choose a tag to compare

Welcome to ARC 17 release.

Changelog:

  • New Architecture! Check the contributing.md for more information. In short, the entire code base for arc, previously distributed across a few hundred repositories, now consists of 4 major repositories: base UI components (Anypoint Web Components), ARC base (ARC UIs), ARC app (Application screens, logic, and flows), and arc-electron (this repo)
  • Added proxy settings* in the application configuration
  • Removed querying to the application backend for new messages
  • Removed custom Analytics service (Google Analytics is still there)
  • Added an option to read the OS' hosts file and combine the content with the app defined hosts
  • Ability to export the saved requests as a HAR file
  • Removed support for CodeMirror. ARC uses Monaco editor only.
  • New API Console - the next (not yet published) version of MuleSoft's API Console - the API documentation tool
  • Added a context menu entry for input fields to insert a variable
  • Added variables support in the authorization
  • Updated the UI to change the redirect URI for a single HTTP request
  • Added support of OICD (OpenID Connect) authorization
  • Removed channels (alpha, beta, latest) from the application updater
  • Added the app updater option to install a pre-release version
  • Dropping support for the "alpha" release
  • Added notifications when processing API project (with the spec)
  • Fixed setting the authorization data when sending a request
  • Fixed setting the port information in the Python code snippets
  • Fixed setting code snippets after changing authorization settings
  • Fixed #437 - changed the definition of binary data in the response view
  • Fixed an issue related to starting the AMF parser (to parse API specs)
  • Fixed #446 - Blank screen after setup

17.0.6

01 Feb 06:55
d33d3ba
Compare
Choose a tag to compare

Welcome to ARC 17 release.

Changelog:

  • New Architecture! Check the contributing.md for more information. In short, the entire code base for arc, previously distributed across a few hundred repositories, now consists of 4 major repositories: base UI components (Anypoint Web Components), ARC base (ARC UIs), ARC app (Application screens, logic, and flows), and arc-electron (this repo)
  • Added proxy settings* in the application configuration
  • Removed querying to the application backend for new messages
  • Removed custom Analytics service (Google Analytics is still there)
  • Added an option to read the OS' hosts file and combine the content with the app defined hosts
  • Ability to export the saved requests as a HAR file
  • Removed support for CodeMirror. ARC uses Monaco editor only.
  • New API Console - the next (not yet published) version of MuleSoft's API Console - the API documentation tool
  • Added a context menu entry for input fields to insert a variable
  • Added variables support in the authorization
  • Updated the UI to change the redirect URI for a single HTTP request
  • Added support of OICD (OpenID Connect) authorization
  • Removed channels (alpha, beta, latest) from the application updater
  • Added the app updater option to install a pre-release version
  • Dropping support for the "alpha" release
  • Added notifications when processing API project (with the spec)
  • Fixed setting the authorization data when sending a request
  • Fixed setting the port information in the Python code snippets
  • Fixed setting code snippets after changing authorization settings
  • Fixed #437 - changed the definition of binary data in the response view
  • Fixed an issue related to starting the AMF parser (to parse API specs)

17.0.6-beta

01 Feb 22:35
Compare
Choose a tag to compare
17.0.6-beta Pre-release
Pre-release

Welcome to ARC 17 beta release.

Changelog:

  • New Architecture! Check the contributing.md for more information. In short, the entire code base for arc, previously distributed across a few hundred repositories, now consists of 4 major repositories: base UI components (Anypoint Web Components), ARC base (ARC UIs), ARC app (Application screens, logic, and flows), and arc-electron (this repo)
  • Added proxy settings* in the application configuration
  • Removed querying to the application backend for new messages
  • Removed custom Analytics service (Google Analytics is still there)
  • Added an option to read the OS' hosts file and combine the content with the app defined hosts
  • Ability to export the saved requests as a HAR file
  • Removed support for CodeMirror. ARC uses Monaco editor only.
  • New API Console - the next (not yet published) version of MuleSoft's API Console - the API documentation tool
  • Added a context menu entry for input fields to insert a variable
  • Added variables support in the authorization
  • Updated the UI to change the redirect URI for a single HTTP request
  • Added support of OICD (OpenID Connect) authorization
  • Removed channels (alpha, beta, latest) from the application updater
  • Added the app updater option to install a pre-release version
  • Dropping support for the "alpha" release
  • Added notifications when processing API project (with the spec)
  • Fixed setting the authorization data when sending a request
  • Fixed setting the port information in the Python code snippets
  • Fixed setting code snippets after changing authorization settings
  • Fixed #437 - changed the definition of binary data in the response view
  • Fixed an issue related to starting the AMF parser (to parse API specs)
  • Fixed #446 - Blank screen after setup

17.0.5-beta

01 Feb 05:26
45b0c6f
Compare
Choose a tag to compare
17.0.5-beta Pre-release
Pre-release

Welcome to ARC 17 beta release.

Changelog:

  • New Architecture! Check the contributing.md for more information. In short, the entire code base for arc, previously distributed across a few hundred repositories, now consists of 4 major repositories: base UI components (Anypoint Web Components), ARC base (ARC UIs), ARC app (Application screens, logic, and flows), and arc-electron (this repo)
  • Added proxy settings* in the application configuration
  • Removed querying to the application backend for new messages
  • Removed custom Analytics service (Google Analytics is still there)
  • Added an option to read the OS' hosts file and combine the content with the app defined hosts
  • Ability to export the saved requests as a HAR file
  • Removed support for CodeMirror. ARC uses Monaco editor only.
  • New API Console - the next (not yet published) version of MuleSoft's API Console - the API documentation tool
  • Added a context menu entry for input fields to insert a variable
  • Added variables support in the authorization
  • Updated the UI to change the redirect URI for a single HTTP request
  • Added support of OICD (OpenID Connect) authorization
  • Removed channels (alpha, beta, latest) from the application updater
  • Added the app updater option to install a pre-release version
  • Dropping support for the "alpha" release
  • Added notifications when processing API project (with the spec)
  • Fixed setting the authorization data when sending a request
  • Fixed setting the port information in the Python code snippets
  • Fixed setting code snippets after changing authorization settings
  • Fixed #437 - changed the definition of binary data in the response view
  • Fixed an issue related to staring the AMF parser (to parse API specs)

17.0.4-beta

17 Dec 02:48
9e355c7
Compare
Choose a tag to compare
17.0.4-beta Pre-release
Pre-release

Welcome to ARC 17 beta release.

Changelog:

  • New Architecture! Check the contributing.md for more information. In short, the entire code base for arc, previously distributed across a few hundred repositories, now consists of 4 major repositories: base UI components (Anypoint Web Components), ARC base (ARC UIs), ARC app (Application screens, logic, and flows), and arc-electron (this repo)
  • Added proxy settings* in the application configuration
  • Removed querying to the application backend for new messages
  • Removed custom Analytics service (Google Analytics is still there)
  • Added an option to read the OS' hosts file and combine the content with the app defined hosts
  • Ability to export the saved requests as a HAR file
  • Removed support for CodeMirror. ARC uses Monaco editor only.
  • New API Console - the next (not yet published) version of MuleSoft's API Console - the API documentation tool
  • Added a context menu entry for input fields to insert a variable
  • Added variables support in the authorization
  • Updated the UI to change the redirect URI for a single HTTP request
  • Added support of OICD (OpenID Connect) authorization
  • Removed channels (alpha, beta, latest) from the application updater
  • Added the app updater option to install a pre-release version
  • Dropping support for the "alpha" release
  • Added notifications when processing API project (with the spec)
  • Fixed setting the authorization data when sending a request
  • Fixed setting the port information in the Python code snippets
  • Fixed setting code snippets after changing authorization settings
  • Fixed #437 - changed definition of a binary data in the response view

17.0.3-beta

11 Dec 00:12
e11aa9e
Compare
Choose a tag to compare
17.0.3-beta Pre-release
Pre-release

Welcome to ARC 17 beta release.

Changelog:

  • New Architecture! Check the contributing.md for more information. In short, the entire code base for arc, previously distributed across a few hundred repositories, now consists of 4 major repositories: base UI components (Anypoint Web Components), ARC base (ARC UIs), ARC app (Application screens, logic, and flows), and arc-electron (this repo)
  • Added proxy settings* in the application configuration
  • Removed querying to the application backend for new messages
  • Removed custom Analytics service (Google Analytics is still there)
  • Added an option to read the OS' hosts file and combine the content with the app defined hosts
  • Ability to export the saved requests as a HAR file
  • Removed support for CodeMirror. ARC uses Monaco editor only.
  • New API Console - the next (not yet published) version of MuleSoft's API Console - the API documentation tool
  • Added a context menu entry for input fields to insert a variable
  • Added variables support in the authorization
  • Updated the UI to change the redirect URI for a single HTTP request
  • Added support of OICD (OpenID Connect) authorization
  • Removed channels (alpha, beta, latest) from the application updater
  • Added the app updater option to install a pre-release version
  • Dropping support for the "alpha" release
  • Added notifications when processing API project (with the spec)
  • Fixed setting the authorization data when sending a request
  • Fixed setting the port information in the Python code snippets
  • Fixed setting code snippets after changing authorization settings