Vscode Twitch Highlighter Versions Save

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details

v1.0.4

1 year ago

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: https://github.com/clarkio/vscode-twitch-highlighter/compare/0.2.2...v1.0.4

0.2.2

5 years ago

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)

0.2.1

5 years ago

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)

0.2.0

5 years ago

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)

0.1.5

5 years ago

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)

0.1.4

5 years ago

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

  • Client code with some refactoring to clean it up (#57 thanks @parithon)
  • Commands to use categories for grouping of them (#63 thanks @matthewkosloski)

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)

0.1.3

5 years ago
  • 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)

0.1.2

5 years ago
  • Revised pre-release version with fixes to initial version that did not include node_modules within the package.