Releases: clarkio/vscode-twitch-highlighter
Releases · clarkio/vscode-twitch-highlighter
v1.0.4
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
- Add changelog with details by @clarkio in #59
- Add Font Color Setting by @clarkio in #55
- Client refactor by @parithon in #57
- added category string in package.json by @MatthewKosloski in #63
- Added some arbitrary tests by @parithon in #69
- Removed Glitch from our icons by @parithon in #65
- Using Webpack to reduce our extension size by @parithon in #66
- Comments and Multi-line Highlight Support by @parithon in #68
- Add unhighlight on disconnect by @parithon in #67
- Change
channels
setting to a string by @parithon in #76 - Updated README.md by @parithon in #75
- Added a test theory for our bot command by @parithon in #79
- Move status bar button and update tree view visible locations by @parithon in #83
- Updated README.md by @parithon in #85
- Add issue template by @yoannfleurydev in #90
- Remove Highlights from Users Banned in Chat by @clarkio in #99
- Removed twitch-js and added tmi.js by @parithon in #97
- Solves issue #82 - Status bar shows inaccurate status if you cancel setting token when connecting by @parithon in #91
- fix dependency issues from audit by @clarkio in #101
- Added (Token) to add/remove password commands by @parithon in #92
- Provide feedback on command usage - Issue #95 by @parithon in #96
- HOTFIX: Fixed a registration error with the TreeView containers by @parithon in #110
- Master by @clarkio in #111
- Major Upgrade by @parithon in #123
- Bump elliptic from 6.4.1 to 6.5.3 by @dependabot in #124
- 1.0.0 Release by @clarkio in #125
- 1.0.2 Release by @clarkio in #130
- AddWebTrends-2020-11 by @AzureAdvocateBit in #131
- fix: move app to use new twitch app client id by @clarkio in #141
- docs: add parithon as a contributor for code by @allcontributors in #145
- docs: add MatthewKosloski as a contributor for code by @allcontributors in #146
- docs: add yoannfleurydev as a contributor for code by @allcontributors in #147
- Bump elliptic from 6.5.3 to 6.5.4 by @dependabot in #133
- Bump ssri from 6.0.1 to 6.0.2 by @dependabot in #136
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #139
- Bump tar from 6.0.5 to 6.1.11 by @dependabot in #140
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #142
- Bump y18n from 4.0.0 to 4.0.3 by @dependabot in #143
- Migrate testing from vscode to @vscode/test-electron by @Technickel-Dev in #153
New Contributors
- @MatthewKosloski made their first contribution in #63
- @yoannfleurydev made their first contribution in #90
- @dependabot made their first contribution in #124
- @AzureAdvocateBit made their first contribution in #131
- @allcontributors made their first contribution in #145
- @Technickel-Dev made their first contribution in #153
Full Changelog: 0.2.2...v1.0.4
Pre-release v0.2.2
Pre-release v0.2.1
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
Pre-release v0.2.0
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
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
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
Pre-release v0.1.3
- 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
- Revised pre-release version with fixes to initial version that did not include node_modules within the package.