Skip to content

Releases: abeade/browser-websocket-client

Version 1.4.2

10 Mar 18:57
06b15c7
Compare
Choose a tag to compare

Changed tabs permission to activeTab

Version 1.4.1

05 Mar 09:29
3826275
Compare
Choose a tag to compare

Added google analytics

Version 1.4.0

25 Feb 16:45
647d7df
Compare
Choose a tag to compare

Added export import feature to backup all plugin settings to a JSON file

Version 1.3.0

22 Apr 11:55
Compare
Choose a tag to compare

Fixed bug that prevented saving a message with invalid JSON

Removed unneeded console logging

Invalid JSON messages are pretty-printed as code in red

Improved message pretty-printing for JSON objects enclosed within a string:

  • Applies to both saved and incoming messages

  • The text before and after the JSON object is formatted as code in blue

Version 1.2.0

30 Oct 16:17
Compare
Choose a tag to compare

Changed toolbar icon to make it easier to find with dark-themed browsers

Added a warning if the URL input in the Client section does not begin with ws:// or wss://

Fixed a bug that could have prevented a message being sent using Ctrl + Enter

Moved the individual Options subsections (URLs, Protocols, Messages) to separate collapsible accordions

Added a Preferences subsection to Options that allows a user to control the following four functions:

  • Allow or prevent saving invalid URLs in the Options section
  • Allow or prevent using invalid URLs in the Client section
  • Allow or prevent saving message bodies with invalid JSON in the Options section
  • Allow or prevent using message bodies with invalid JSON Client section

Version 1.1.0

15 Oct 16:09
Compare
Choose a tag to compare

Add support for WebSocket protocols

Add toggle switches for message textarea JSON formatting

Add disconnected-by-server message

Convert select elements to Bootstrap Dropdowns

User interface improvements

1.0.2

20 Mar 16:30
Compare
Choose a tag to compare

Update Webpack to 4 and Font Awesome to 5 among others. Merge #1.

1.0.1

11 Nov 18:57
Compare
Choose a tag to compare

This release increments the version due to a problem with the Chrome store. No code changes.

1.0.0

11 Nov 18:29
Compare
Choose a tag to compare

The release is complete; however, I will update README.md with a download link after Mozilla approves the Firefox extension.