arc-electron

Advanced REST Client - Desktop application

OTHER License

Stars
1.4K

Bot releases are hidden (Show)

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
arc-electron - 14.0.0-beta.6

Published by jarrodek about 5 years ago

  • fixed navigation drawer opening and rendering in narrow view
  • updated toolbar styles
  • fixed buttons rendering in the application menu
  • fixed space normalization for path part of the URL in API Console
  • fixed property name rendering for OAS types in API Console
arc-electron - 14.0.0-beta.5

Published by jarrodek about 5 years ago

  • upgrading database components to stable version
arc-electron - 14.0.0-alpha.7

Published by jarrodek about 5 years ago

  • upgrading database components to stable version
arc-electron - 14.0.0-beta.4

Published by jarrodek about 5 years ago

  • fixed PouchDB search plugin initialization
arc-electron - 14.0.0-alpha.6

Published by jarrodek about 5 years ago

  • fixed PouchDB search plugin initialization
arc-electron - 14.0.0-beta.3

Published by jarrodek about 5 years ago

  • adding background color to the variables drawer
  • fixed variables editor
  • readding response image and PDF files preview
arc-electron - 14.0.0-beta.2

Published by jarrodek about 5 years ago

Complete refactoring of the code base.

With this release the components are using final WC specification and extends LitElement instead of Polymer.

Functional changes:

  • adding request configuration options panel in the request editor
  • moving code snippets from workspace to request editor
arc-electron - 14.0.0-alpha.5

Published by jarrodek about 5 years ago

Restoring apha release after application refactoring.
The refactoring was cause by issues with previous code base.

With this release the components are using final WC specification and extends LitElement instead of Polymer.

Functional changes:

  • adding request configuration options panel in the request editor
  • moving code snippets from workspace to request editor
arc-electron - 14.0.0-beta.1

Published by jarrodek over 5 years ago

First beta release of Advanced REST Client 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.
  • 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

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

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 styles for dark and Anypoint themes
  • Update: Adding 404 response when component is missing

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.

arc-electron - 14.0.0-alpha.4

Published by jarrodek over 5 years ago

Changelog

  • New: Adding export dialog to request editor
  • Fix: Stopping new window to open when workspace file is not selected
  • New: Adding workspace files history menu
  • Update: Updating styles for dark and Anypoint themes
    Other
  • Update: Adding 404 response when component is missing
arc-electron - 14.0.0-alpha.3

Published by jarrodek over 5 years ago

Bug fixes:

  • Fixes #173
arc-electron - 13.0.7

Published by jarrodek over 5 years ago

This stable release fixes #176 - Google Drive export

arc-electron - 14.0.0-alpha.2

Published by jarrodek over 5 years ago

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
arc-electron - 14.0.0-alpha.1

Published by jarrodek over 5 years ago

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.

Package Rankings
Top 6.7% on Proxy.golang.org
Related Projects