arc-electron

Advanced REST Client - Desktop application

OTHER License

Stars
1.4K

Bot releases are visible (Hide)

arc-electron - 16.0.0-aplha.3

Published by jarrodek over 4 years ago

This release fixes issues related to OAuth 2 authorization when using Google as the provider and logging in to Google via Web Session features:

  • Unable to request an access token from Google for OAuth2 WAI (#244)
  • Window to obtain OAuth2 Access token is deemed insecure by Google (#246)
  • authentication to Google Services from Web session menu (#241)
arc-electron - 15.0.4

Published by jarrodek over 4 years ago

This release fixes issues related to OAuth 2 authorization when using Google as the provider:

  • Unable to request an access token from Google for OAuth2 WAI (#244)
  • Window to obtain OAuth2 Access token is deemed insecure by Google (#246)
arc-electron - 15.0.3

Published by jarrodek over 4 years ago

This version fixes an issue with authentication to Google Services from we Web session menu (#241)

arc-electron - 16.0.0-aplha.2

Published by jarrodek over 4 years ago

  • Added ignoreSessionCookies config option in request editor's configuration (#224)
  • Added fastSearch data setting in application general options to disable detailed setting (#183)
  • Upgraded API Console to the latest version of the components
  • Upgraded AMF library
  • Upgraded to the latest Electron version
  • Upgraded to the latest uuid version
arc-electron - 15.0.2

Published by jarrodek over 4 years ago

  • Adding application notarization for MacOS
  • Minor issue fixes to authorization methods panel
  • Fixing OAuth 1 authorization
  • Fixes #236, #230 - behavior when editing the URL the cursor jumps to the end of the input
  • Fixes #235 - behavior when editing websocket URL the cursor jumps to the end of the input
  • Fixes an issue with parsing URLs that have no base URI
  • Updates AMF parser and AMF mixin for the current version of AMF
  • Updating API Components (API Console) for the latest AMF model

Known issues
Sometimes request fails without a reason or is very slow. This seems to be related to upgrade of Electron or Node. As a walk-around I can suggest to go to application Settings > Experiments > and check Native request. This uses alternative engine for requests. It's still experimental but I believe it's pretty stable at this point.

arc-electron - 16.0.0-aplha.1

Published by jarrodek over 4 years ago

macOS notarized application.

arc-electron - 15.0.1

Published by jarrodek over 4 years ago

  • upgrading version of Electron, electron build tools, electron test tools
  • upgrading API components related to API Console
  • updating certificate for Windows
arc-electron - 15.0.0-beta.2

Published by jarrodek over 4 years ago

  • upgrading version of Electron, electron build tools, electron test tools
  • upgrading API components related to API Console
  • updating certificate for Windows
arc-electron - 15.0.0-aplha.5

Published by jarrodek over 4 years ago

  • upgrading version of Electron, electron build tools, electron test tools
  • upgrading API components related to API Console
  • updating certificate for Windows
arc-electron - 15.0.0

Published by jarrodek over 4 years ago

  • Adding support for certificates based authentication
  • Fixed issues with code snippets rendering (new lines at the end of the body)
  • Updated AMF parser to version 4
  • As a result of upgrading AMF parser also upgraded API Console
  • Added “--skip-app-update” and “--skip-themes-update” command line switches
  • Added auto switching to the dark theme when the OS operates in dark mode
  • Upgraded Electron version to 7
arc-electron - 15.0.0-beta.1

Published by jarrodek almost 5 years ago

This is Client Certificates Release Candidate.

This release includes:

  • Ability to encrypt export files with password; ARC will ask for the password during the import process,
  • Added support for Client Certificates:
    • Now you can import and manage certificates from Request > Web session > Client certificates menu
    • Use client certificates in the request editor in the Authorization tab
    • Certificates are now a part of import / export process
arc-electron - 15.0.0-aplha.4

Published by jarrodek almost 5 years ago

This is Client Certificates pre-release.

This release includes:

  • Ability to encrypt export files with password; ARC will ask for the password during the import process,
  • Added support for Client Certificates:
    • Now you can import and manage certificates from Request > Web session > Client certificates menu
    • Use client certificates in the request editor in the Authorization tab
    • Certificates are now a part of import / export process
arc-electron - 15.0.0-aplha.2

Published by jarrodek almost 5 years ago

This release comes with the implementation of client certificates.

  • Manage certificates via Request > Web session > Client certificates menu
  • Use certificate in a request by using "Client certificates" option in the Authorization tab

Certificates can be exported and reimported to the application. We suggest to use Encrypt file option when exporting certificates or a request that has certificate set to prevent reading private keys from the export file.

arc-electron - 14.0.4

Published by jarrodek almost 5 years ago

Updating expired Windows certificate.

arc-electron - 14.0.3

Published by jarrodek almost 5 years ago

Fixes an issue when the electron logger caused application to crash on Windows with roaming profiles enabled.

arc-electron - 15.0.0-aplha.1

Published by jarrodek almost 5 years ago

A version 15 dev channel.

Changelog

  • Upgraded Electron to 7.0.0
  • Upgraded AMF to 4.0.0-preview
  • Upgraded API components to latest version with support of AMF 4
arc-electron - 14.0.2

Published by jarrodek almost 5 years ago

Fixes #205 - issues with dark theme.

This triggered unplanned redesign of themes updating system to allow update default themes from corresponding repositories without updating whole application.

arc-electron - 14.0.1

Published by jarrodek about 5 years ago

Change log

  • fixes #160 by fixing misspelled event listener name (Google Drive authorization process)
  • fixes #200 by changing analytics endpoint (migrating to new ARC API)
  • fixes #201 by changing app messages endpoint (migrating to new ARC API)
arc-electron - 14.0.0

Published by jarrodek about 5 years ago

Version 14 finally released after about a year of rewriting the code base and testing!

Noticeable changes:

  • Redesign, again. But it's wort it. The application looks so much lighter.
  • Workspaces - new way of importing data to ARC. The application window stores state data to a file. Nothing, new, but now it can use any file that the user points to. In menu you have option to point to a workspace file and current state is saved there instead of the default file.
  • Request config! Now request object can create its own configuration that overrides application global configuration. It allows to tune up the request without changing global settings.

Bug fixes

  • #166 - Content-* headers on GET request - now the app warns you before sending those headers with GET request.
  • 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
  • Fixes #176 - Google Drive export
  • fixed space normalization for path part of the URL in API Console

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.
  • New: Adding export dialog to request editor
  • New: Adding workspace files history menu
  • re-adding image and PDF files preview in the response view

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
  • Replaces export file extension from json to arc
  • Update: Updating themes. No, actually, removing old system and creating new. Complete redesign.
  • Update: Adding 404 response when component is missing in the source.
arc-electron - 14.0.0-beta.7

Published by jarrodek about 5 years ago

  • fixed toolbar icons styling
  • replaced "messages" icon in the toolbar
  • fixed pre-installed theme updates
Package Rankings
Top 6.7% on Proxy.golang.org
Related Projects