🔖 Release preparations for 0.2.0
This commit is contained in:
parent
ab47138213
commit
e166f31562
2 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.1.0] - 2024-07-28
|
||||||
|
|
||||||
- Initial commit
|
- Initial commit
|
||||||
|
|
|
@ -26,5 +26,5 @@
|
||||||
"browser_style": false
|
"browser_style": false
|
||||||
},
|
},
|
||||||
"permissions": ["storage", "webRequest", "webRequestBlocking"],
|
"permissions": ["storage", "webRequest", "webRequestBlocking"],
|
||||||
"version": "0.1.0"
|
"version": "0.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue