From 988db8698153b8664f9e998e62c3bcda1dd22bd8 Mon Sep 17 00:00:00 2001 From: Josh Houghton Date: Mon, 7 Oct 2024 20:10:12 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 +++++++------- README.md | 2 -- manifest.json | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e4238..fe28845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index f63fdda..c6964ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -

@@ -12,4 +11,3 @@

- diff --git a/manifest.json b/manifest.json index af358ad..3ad566c 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {