Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhoughton committed Oct 7, 2024
1 parent 3814110 commit 988db86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [0.1.0] - 2024-10-07

### Added
- This changelog :P
- This changelog.
- A mapping of preset YouTube channels to their corresponding Twitch usernames to allow easy additions in the future without having to bump this extension.


### Changed


### Fixed



- Entered streamers are now saved to local storage to prevent having to re-enter each time.
- Extension icon can now be double clicked to change chats.
- Chat is now resized to match the height of YouTube video.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- PROJECT LOGO -->
<br />
<p align="center">

Expand All @@ -12,4 +11,3 @@
<br />

</p>

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"default_locale": "en",
"action": {
"default_title": "Get Twitch Chat on YouTube"
"default_title": "Get Twitch Chat on YouTube (double click to change chat)"
},
"permissions": ["storage", "activeTab", "scripting"],
"background": {
Expand Down

0 comments on commit 988db86

Please sign in to comment.