From b4229835ddc652b4970c20aa53fe16e325d457ef Mon Sep 17 00:00:00 2001 From: Kento Nishi Date: Wed, 12 Jan 2022 09:57:37 -0800 Subject: [PATCH] changelogs boi --- src/changelog.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/changelog.js b/src/changelog.js index 8eeb96f1..5d78a875 100644 --- a/src/changelog.js +++ b/src/changelog.js @@ -85,5 +85,13 @@ exports.updates = [ version: 'v2.0.3', comments: 'The extension was temporarily taken down on Firefox due to store regulations.' + 'We\'ve fixed all of these issues, so it should be available on Firefox again!' + }, + { + version: 'v2.1.0', + comments: 'HyperChat now stores settings in extension storage! This update is a precursor ' + + 'to the next major update, which will include a HyperChat-specific settings menu. ' + + 'We also improved chat message timing mechanics, so messages should be a little less delayed. ' + + 'PS. We heard that Kiara (my personal oshi) got HyperChat -- ' + + 'thank you, and we hope you like it!' } ];