diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c43eda..4dd529a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [0.2.0] - 2024-12-10 + +- Add support for Thunderbird 128 +- Require Thunderbird 128 or higher +- Add dark theme for options page +- Use badge instead of custom icon (see [#1](https://git.mmk2410.org/mmk2410/SpaceApper/issues/1)) + ## [0.1.0] - 2024-07-28 - Initial commit diff --git a/manifest.json b/manifest.json index 88d3f4f..f86e137 100644 --- a/manifest.json +++ b/manifest.json @@ -26,5 +26,5 @@ "browser_style": false }, "permissions": ["storage", "webRequest", "webRequestBlocking"], - "version": "0.1.0" + "version": "0.2" }