arc-electron

Advanced REST Client - Desktop application

OTHER License

Stars
1.4K

Bot releases are visible (Hide)

arc-electron - 13.0.0

Published by jarrodek over 5 years ago

This is final stable release after months of development and architectural changes comparing to version 12.
Feel free to create issue report if you'd like to discuss changes being made to the application.

I hope you will ❤ this version!

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111
  • New onboarding screen including use of Google Drive API #142
  • New application internal routing to simplify general navigation handling
  • Projects now can be opened to the workspace with option to replace workspace requests with project requests

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored
  • Added global setting to set OAuth2 redirect URI. This value is used when requesting OAuth2 token. The redirect page do not need to do anything but has to exist (valid URL).

Integrations

  • New export to Drive flow - now it includes choosing directories where to put the file

Experiments

Experiments can be access via Settings > Experiments.

  • Added experimental drag and drop support for requests and projects
  • Added experimental SSL certificates validation.
  • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service.
  • App navigation pop-ups. Enables detaching navigation from application window to new window.

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.

Known issues

  • Warning message in console when loading the app because of use of deprecated HTML imports.
  • Google Drive allows to create a file using the app but the app won’t handle this intent.
  • Some APIs cannot be processed, the AMF parser throws an error (different errors). This need further investigation.
arc-electron - 13.0.0-beta.4

Published by jarrodek over 5 years ago

Updates (v4...v3):

Fix: Fixed HTTP transport module - now it removes hash part from the URL when applying it to the HTTP message

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111
  • New onboarding screen including use of Google Drive API #142
  • New application internal routing to simplify general navigation handling
  • Projects now can be opened to the workspace with option to replace workspace requests with project requests

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored
  • Added global setting to set OAuth2 redirect URI. This value is used when requesting OAuth2 token. The redirect page do not need to do anything but has to exist (valid URL).

Integrations

  • New export to Drive flow - now it includes choosing directories where to put the file

Experiments

Experiments can be access via Settings > Experiments.

  • Added experimental drag and drop support for requests and projects
  • Added experimental SSL certificates validation.
  • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service.
  • App navigation pop-ups. Enables detaching navigation from application window to new window.

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.

Known issues

  • Warning message in console when loading the app because of use of deprecated HTML imports.
  • Google Drive allows to create a file using the app but the app won’t handle this intent.
  • Some APIs cannot be processed, the AMF parser throws an error (different errors). This need further investigation.
  • Google Sign-in failing. This is because the application is blocked and authors trying to pass Google’s verification process.
arc-electron - 13.0.0-alpha.6

Published by jarrodek over 5 years ago

Updates:

  • Fix: Fixed HTTP transport module - now it removes hash part from the URL when applying it to the HTTP message

Note, this is the last planned alpha release for v13. All planned upgrades has been implemented. Next alpha release will start with version 14. Next release is 13-beta.

Full changelog (as in alpha 1):

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Navigation now pop-ups from the application drawer (to enable go to Settings -> Experiments)
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111
  • New export to Drive flow - now it includes choosing directories where to put the file
  • New application onboarding as Google requires a data privacy statement when using Google Drive

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
    • Enable SSL certificates validation (disabled by default). To manage this setting go to Settings > Experiments
    • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service. To manage this setting go to Settings > Experiments
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.
arc-electron - 13.0.0-beta.3

Published by jarrodek over 5 years ago

  • Fix: Fixed requesting OAuth2 token

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111
  • New onboarding screen including use of Google Drive API #142
  • New application internal routing to simplify general navigation handling
  • Projects now can be opened to the workspace with option to replace workspace requests with project requests

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored
  • Added global setting to set OAuth2 redirect URI. This value is used when requesting OAuth2 token. The redirect page do not need to do anything but has to exist (valid URL).

Integrations

  • New export to Drive flow - now it includes choosing directories where to put the file

Experiments

Experiments can be access via Settings > Experiments.

  • Added experimental drag and drop support for requests and projects
  • Added experimental SSL certificates validation.
  • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service.
  • App navigation pop-ups. Enables detaching navigation from application window to new window.

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.

Known issues

  • Warning message in console when loading the app because of use of deprecated HTML imports.
  • Google Drive allows to create a file using the app but the app won’t handle this intent.
  • Some APIs cannot be processed, the AMF parser throws an error (different errors). This need further investigation.
  • Google Sign-in failing. This is because the application is blocked and authors trying to pass Google’s verification process.
arc-electron - 13.0.0-beta.2

Published by jarrodek over 5 years ago

Adding more debug option to trace OAuth2 initialization issue in packaged application.

arc-electron - 13.0.0-beta.1

Published by jarrodek over 5 years ago

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111
  • New onboarding screen including use of Google Drive API #142
  • New application internal routing to simplify general navigation handling
  • Projects now can be opened to the workspace with option to replace workspace requests with project requests

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored
  • Added global setting to set OAuth2 redirect URI. This value is used when requesting OAuth2 token. The redirect page do not need to do anything but has to exist (valid URL).

Integrations

  • New export to Drive flow - now it includes choosing directories where to put the file

Experiments

Experiments can be access via Settings > Experiments.

  • Added experimental drag and drop support for requests and projects
  • Added experimental SSL certificates validation.
  • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service.
  • App navigation pop-ups. Enables detaching navigation from application window to new window.

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.

Known issues

  • Warning message in console when loading the app because of use of deprecated HTML imports.
  • Google Drive allows to create a file using the app but the app won’t handle this intent.
  • Some APIs cannot be processed, the AMF parser throws an error (different errors). This need further investigation.
  • Google Sign-in failing. This is because the application is blocked and authors trying to pass Google’s verification process.
arc-electron - 13.0.0-alpha.5

Published by jarrodek over 5 years ago

Updates:

  • New export to Drive flow - now it includes choosing directories where to put the file
  • Restored application onboarding as Google requires a data privacy statement when using Google Drive
  • Fixed styles issues with dark and Anypoint themes
  • Fixed API versioning when downloading from Exchange
  • Updated design for application drawer menu

Note, this is the last planned alpha release for v13. All planned upgrades has been implemented. Next alpha release will start with version 14. Next release is 13-beta.

Full changelog (as in alpha 1):

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Navigation now pop-ups from the application drawer (to enable go to Settings -> Experiments)
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
    • Enable SSL certificates validation (disabled by default). To manage this setting go to Settings > Experiments
    • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service. To manage this setting go to Settings > Experiments
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.
arc-electron - 13.0.0-alpha.4

Published by jarrodek over 5 years ago

Updates:

  • Updated app styles
  • Added basic page state restoration when reloading renderer window
  • Added workspace restoration events for projects (open project in workspace and replace workspace with project)
  • Added experimental drag and drop support for requests and projects (to be enabled in Settings > Experiments)
  • Updated dependencies (including Electron)
  • Added OAuth2 redirect URI to the request panel

Known issues:

  • Navigation drawer sometimes covers toasts and bottom dialogs

Full changelog (as in alpha 1):

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Navigation now pop-ups from the application drawer (to enable go to Settings -> Experiments)
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
    • Enable SSL certificates validation (disabled by default). To manage this setting go to Settings > Experiments
    • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service. To manage this setting go to Settings > Experiments
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.
arc-electron - 13.0.0-alpha.3

Published by jarrodek over 5 years ago

This version comes with the rest of the components being in stable version:

  • arc-request-workspace
  • arc-request-logic
  • request-hooks-logic
  • authorization-data-saver
  • app-analytics
  • variables-drawer-editor
  • variables-preview-overlay
  • project-details
  • rest-apis-list-panel
  • history-panel
  • saved-requests-panel
  • host-rules-editor
  • cookie-manager
  • web-url-input
  • api-candidates-dialog
  • api-console
  • arc-menu
  • exchange-search-panel
  • arc-settings-panel
  • about-arc-electron
  • response-history-saver
  • arc-electron-experiment-settings
  • arc-data-export
  • import-panel
  • export-panel
  • google-drive-browser
  • electron-http-transport
  • websocket-panel
  • themes-panel
  • arc-data-import
  • arc-models
  • arc-app-mixin

Updated components:

  • Tons of api-* components that belongs to API Console.

Fixes:

  • Fixed search window connection to main process and the source window.
  • Fixed Google Drive scopes - removed https://www.googleapis.com/auth/drive.metadata.readonly scope
  • Fixed setting up variables processing
  • Fixed OAuth library to work with new properties when . initializing OAuth provider.
  • Fixed styling issues with the components

Updates:

  • Updating to Electron 4.0
  • Updating AMF version
  • Removed support for Exchange assets browser columns in order to use "auto" value.

Full changelog (as in alpha 1):

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Navigation now pop-ups from the application drawer (to enable go to Settings -> Experiments)
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
    • Enable SSL certificates validation (disabled by default). To manage this setting go to Settings > Experiments
    • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service. To manage this setting go to Settings > Experiments
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.
arc-electron - 13.0.0-alpha.2

Published by jarrodek almost 6 years ago

This version comes with stable version of:

  • variables-editor
  • variables-evaluator
  • variables-manager
  • environment-selector
  • variables-consumer-mixin
  • electron-request
  • url-input-editor
  • request-actions-panel

Updated components:

  • api-body-document
  • api-resource-example-document
  • api-example-generator
  • amf-helper-mixin
  • api-summary
  • arc-models
  • request-hooks-logic
  • arc-data-import
  • request-editor
  • electron-drive
  • electron-oauth2
  • arc-request-workspace
  • saved-requests-panel
  • http-method-label

Full changelog (as in alpha 1):

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Navigation now pop-ups from the application drawer (to enable go to Settings -> Experiments)
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
    • Enable SSL certificates validation (disabled by default). To manage this setting go to Settings > Experiments
    • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service. To manage this setting go to Settings > Experiments
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.
arc-electron - 13.0.0-alpha.1

Published by jarrodek almost 6 years ago

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded Electron to version 4
  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Navigation now pop-ups from the application drawer (to enable go to Settings -> Experiments)
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.
  • Task manager may not show memory info electron#16179
  • Adding new "File" menu entry to open a file from the filesystem #111

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
    • Enable SSL certificates validation (disabled by default). To manage this setting go to Settings > Experiments
    • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service. To manage this setting go to Settings > Experiments
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.
arc-electron - 13.0.0-alpha.0

Published by jarrodek almost 6 years ago

  1. Fixed an issue with environment paths passing from main process to renderer (application not starting)
  2. Adding Appimage release.
arc-electron - 13.0.0-alpha

Published by jarrodek almost 6 years ago

THIS IS DEV CHANNEL (UNSTABLE) RELEASE. FOR TESTING PURPOSES ONLY.

Changelog

Security

  • Disabled node integration in the renderer process
  • Added content security policy to the application
  • Added preload script to be very specific about code that can be executed in the renderer process

General

  • Upgraded components to Polymer 2.0; Components now use Web Components specification v1.
  • Navigation now pop-ups from the application drawer (to enable go to Settings -> Experiments)
  • Redesigned navigation:
    • Default screen is now workspace screen; other screens are sub-pages
    • Access to web sockets is now in application menu > Request
    • Added button to refresh list in the menu
    • Deprecating "Saved" and added message to the menu.
    • Navigation lists now comes with 3 size settings: default, comfortable, and compact (sounds like Gmail to you?). Change it in Settings > View
  • New settings panel
  • Parts of the application has been modularized and moved to external libraries (Payload processor, ARC preferences manager, Content search, Source manager, Cookie parser, Google Drive service, OAuth2 service, Request engine, Session manager)
  • Redesigning themes and sources loading process to support single components source. This simplifies application startup logic by a lot which makes it easier to test and maitain. Because of that the real Anypoint theme cannot be recreated (inputs, icons). Anypoint theme will use anypoint colors scheme only.
  • Adding dark theme
  • Adding an option to install theme from npm or GitHub repo.
  • Variables are now part of the application main toolbar instead of a request
  • Redesign of data models
  • Redesign of import / export logic. Now export also includes internal entity ID that will be restored when importing back to the application. Conflicts are resolved to new accept incoming data.
  • Duplicate request: new context menu option for request workspace tabs.
  • The app now accept --debug command line switch to enable detailed message tracing
  • Added file log output. The log file location dependes on the OS. See electronjs.org/docs/api/app.
  • Fixed units in Task manager
  • Task manager now renders processes names more accurately
  • Adding release channels. Now app support Stable, Beta, and Unstable release channels. Access settings in "About ARC" screen.

Requests

  • Redesigned workspace experience
  • Increased workspace load time
  • Tabs can now be reordered
  • Removed headers sets
  • Added code examples to the request options
  • Request now can be saved in more than one project
  • New settings options:
    • Disable local variables (defined in variables panel)
    • Disable system variables
    • Disable redirects
    • Enable SSL certificates validation (disabled by default). To manage this setting go to Settings > Experiments
    • Enable node native request instead of ARC's own HTTP client. Use it if you having trouble connecting to your web service. To manage this setting go to Settings > Experiments
  • Redesigned "save" dialogs and added request details dialog with stored metadata
  • When restoring workspace state latest response is also restored

APIs

  • Upgraded API console to version 5
    • This breaking change renders previously saved APIs incompatible with current version; APIs have to be re-imported
    • API console now works with new AMF parser that allows to read RAML and OAS files
  • Fixing Anypoint sign in process
  • REST APIs stored before this version cannot be used with this version. Old console is not supported.
  • REST APIs are now stored as AMF ld+json model which enables future API spec editing

Roadmap (future releases)

  • ARC plug-ins registry - enables users to install plugins and themes and share their plugins with the community
  • API visual designer to replace projects - this allows to create more advanced projects that can be later on exported to RAML or OAS spec
  • Exchange asset upload - adding created with visual designer APIs to Exchange
  • Integration with API monitoring by MuleSoft - enables application users to upload API test definition to API Monitoring to run API tests
  • Remove of "Saved" requests menu, screen and search option. All currently saved requests will become part of a "Saved" project
  • Upgrade components to use ES6 import instead of deprecated HTML imports.
arc-electron - 12.1.4

Published by jarrodek about 6 years ago

Several bug fixes, including:

  • #53 - Header parameters are not saved
  • #75 - Response headers are usually absorbed into the body
  • #70 - Unwanted multiple instances on Mac
arc-electron - 12.1.3

Published by jarrodek over 6 years ago

  • Fixing issues with OAuth2 authorization
  • Fixing issues with Anypoint authorization
    • There is still a known issue when logging in because of state parameter change, next attempt would work
  • Fixing window restore on MacOS
  • Fixes #64 - ${random} only works at the beginning of a string
  • Fixing #64 - Disabled query parameters are not saved
  • Adding context menu actions for request tabs
arc-electron - Bug Fixes

Published by jarrodek over 6 years ago

  • Fixed restoring Multipart FormData
  • Fixed restoring content-type header value
  • Changed architecture of how new windows are created. Added communication channel between main and renderer process to ask about initial data state.
  • Reduced number of reads and writes to workspace state file (where currently opened requests data are stored)
  • Settings changed in one window are now reflected in other windows.
  • Delayed left hand side menu initialization time after the workspace is restored. It reduces initial load time.
  • Workspace requests are now restored one-by-one instead of bulk.
arc-electron - Bug fixes and pre-request actions

Published by jarrodek over 6 years ago

  • Changed actions panel to include pre-request actions (setting up variables)
  • Updated post request actions: now you can iterate over response to find a value
  • Fixed issue with error message thrown from main process about destroyed window
  • Changed session management to only user Chromium's session to store cookies (removed ARC's cookie storage)
  • Information about selected environment is now stored in workspace session file and is restored when re-opening the app.
arc-electron - Request actions and authorization

Published by jarrodek over 6 years ago

  • 8-02-2018 - Fixed issues with OAuth2 authorization for Google Drive.
  • 9-02-2018 - Added support for Request actions
  • 11-02-2018 - Added enable / disable option to the URL query parameters
  • 11-02-2018 - Added authorization panel to the request editor.
  • 11-02-2018 - Changed colors for JSON viewer to make it more readable.

Learn more about Request actions here: https://github.com/advanced-rest-client/arc-electron/wiki/Request-actions

I really need proper documentation page. Anyone want to donate? :)

arc-electron - Minor bug fixes

Published by jarrodek over 6 years ago

  • Fixed #48 - URL click in the response view
  • Fixed #47 - OAuth token propagation issue
  • Fixed #45 - Host header validation test is invalid
  • Added system variables read option and added it to variables overlay
arc-electron - RAML and themes

Published by jarrodek over 6 years ago

  • New Added support for RAML (RESTful API Modeling Language) - Drag and drop a RAML zip file (or RAML file if it's a single file definition) to read the documentation for the API and make test requests to API endpoints by the request panel powered by RAML data. This feature uses Mulesoft's API console to generate the documentation.
  • New Added integration with Mulesoft Exchange to search for RAML assets. Available in left hand side menu under "APIs". You can log in with Exchange to access your private assets.
  • New Task manager to display memory and CPU consumption. Access it via View > Developer > Task Manager
  • New Hosts rules editor. Edit host rules without administrative privileges. Access the editor via Request > Hosts menu.
  • New Adding information about paths to app's settings files in the settings panel
  • New Added themes to the application. Currently the application supports two themes (default and Anypoint) but implementation for theming is ready. More themes coming soon.
  • Added headers values autofill suggestions
  • Updated raw body editor: added linter for JSON type
  • Variables editor is now a part of the request panel general UI (status bar). It will be removed from the request editor in the future.
  • Added option to the Raw JSON input field to format and minify JSON
  • Fix Clicking on an URL in the response will update currently opened request URL value
  • Fix Google Drive Browser will not repeat the same list when scrolling
  • Updated left hand side menu. Now the view is in tabs giving more space to use the panels.
  • Update New much faster search in app window. Now the application uses Chromium internal search function which makes searching for strings much faster
Package Rankings
Top 6.7% on Proxy.golang.org
Related Projects