Skip to content

Releases: clarkio/vscode-twitch-highlighter

v1.0.4

20 Nov 21:53
8ae9c19
Compare
Choose a tag to compare

What's Changed from 1.0.3 to 1.0.4

  • Migrate testing from vscode to @vscode/test-electron in #153

Note that we've not been keeping up with generating releases here on GitHub in conjunction with releases on the VS Code Marketplace. Changes since last release on GitHub from v0.2.2 to v1.0.4 are below:

What's Changed

New Contributors

Full Changelog: 0.2.2...v1.0.4

Pre-release v0.2.2

14 Apr 19:03
5680ff3
Compare
Choose a tag to compare
Pre-release v0.2.2 Pre-release
Pre-release

Added

  • Bot response to just !line in chat with instructions on how to use it (96 thanks @parithon)

Changed

  • Replaced all UI text and naming in code for "password" with "token" as that is more accurate to its use (92 thanks @parithon)

Pre-release v0.2.1

13 Apr 23:27
5f4689f
Compare
Choose a tag to compare
Pre-release v0.2.1 Pre-release
Pre-release

Added

  • Template for issues (90 thanks @yoannfleurydev)
  • Functionality to listen for ban events and remove highlights from banned users in Twitch chat (99 thanks @mpjme)

Changed

  • Updated README to remove duplicate animated gif (85 thanks @parithon)
  • Switched from twitch-js library to tmi.js (97 thanks @parithon)

Fixed

  • Inaccurate status in status bar when a token is not provided on initial start up (91 thanks @parithon)

Pre-release v0.2.0

06 Mar 20:33
Compare
Choose a tag to compare
Pre-release v0.2.0 Pre-release
Pre-release

Added

  • Highlights tree view in explorer and debug views (83 thanks @parithon)
  • More tests using test theory inputs (79 thanks @parithon)

Changed

  • Location of the button to connect/disconnect the highlight from the chat channel to the left (83 thanks @parithon). This was moved to follow the convention that most extensions which are app based add to the left side of the status bar and the right side is reserved more for editor formatting type actions.
  • Icon in activity to be hidden but can be shown via the setting twitchHighlighter.showHighlightsInActivityBar (83 thanks @parithon)

Pre-release v0.1.5

01 Mar 22:24
33be76f
Compare
Choose a tag to compare
Pre-release v0.1.5 Pre-release
Pre-release

Added

  • Ability to unhighlight on disconnect (#67 thanks @parithon)
  • Option to highlight multiple lines via one command as well as a comment message (#68 thanks @parithon)
  • DevOps badges to show status of development and production builds. Plus media to demonstrate the extension in use and a multi-line highlight example (#75 thanks @parithon)

Pre-release v0.1.4

27 Feb 06:11
4881196
Compare
Choose a tag to compare
Pre-release v0.1.4 Pre-release
Pre-release

Added

  • A setting to allow changes to font color within highlights (#55)
  • An .editorconfig file to keep styling consistent. (#54 thanks @parithon)
  • Arbitrary tests to get things started in that area (#69 thanks @parithon)
  • Use of webpack to significantly reduce the size of the extension and improve the install speed (#66 thanks @parithon)

Changed

Removed

  • Use of Twitch Glitch logo in the VS Code marketplace and in the activity bar icon. See PR for more details on why (#65 thanks @parithon)

Pre-release v0.1.3

07 Feb 22:17
Compare
Choose a tag to compare
Pre-release v0.1.3 Pre-release
Pre-release
  • Cleaned up setting names
  • Updated README with better instructions to get started (thanks @FletcherCodes)
  • Updated icon used in the VS Code Marketplace for better contrast/visibility (thanks @parithon)

Pre-release v0.1.2

03 Feb 05:35
Compare
Choose a tag to compare
Pre-release v0.1.2 Pre-release
Pre-release
  • Revised pre-release version with fixes to initial version that did not include node_modules within the package.