🔖 Release preparations for 0.2.0

This commit is contained in:
Marcel Kapfer 2024-12-10 19:55:22 +01:00
parent ab47138213
commit e166f31562
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -26,5 +26,5 @@
"browser_style": false
},
"permissions": ["storage", "webRequest", "webRequestBlocking"],
"version": "0.1.0"
"version": "0.2"
}