diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f1cf1e5..305c150 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f15fbab..9a3a8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/unfunco/t/compare/v0.1.1...v0.2.0) (2025-11-16) + + +### New features + +* Add edit/add functionality in the TUI ([#8](https://github.com/unfunco/t/issues/8)) ([acaa44f](https://github.com/unfunco/t/commit/acaa44fc9829924bdc960acc26f860df3153599f)) +* Add initial automations and overdue labels ([#12](https://github.com/unfunco/t/issues/12)) ([d0e5a9b](https://github.com/unfunco/t/commit/d0e5a9b225293a77a98f9cd30fcfe1004bfb434d)) +* Add support for light/dark themes ([#15](https://github.com/unfunco/t/issues/15)) ([a5618ba](https://github.com/unfunco/t/commit/a5618baa9db6d321b91a923dedc59299be3ed4e1)) +* Add testdata for the application ([#14](https://github.com/unfunco/t/issues/14)) ([0d6d0ae](https://github.com/unfunco/t/commit/0d6d0aed45758721de4d96cf10f02245a8869271)) +* Load custom themes from config storage ([#13](https://github.com/unfunco/t/issues/13)) ([c55afbe](https://github.com/unfunco/t/commit/c55afbe6263b4a06b3109f4ca500919eda857aeb)) +* Prepare the TUI to allow for custom themes ([#11](https://github.com/unfunco/t/issues/11)) ([44038ec](https://github.com/unfunco/t/commit/44038ec4f3ad318ddc6244fff1a814649f7fc1d1)) + + +### Miscellaneous + +* Add a demo gif to the README ([#16](https://github.com/unfunco/t/issues/16)) ([7f6a3fa](https://github.com/unfunco/t/commit/7f6a3fa8c68f421e5ffdfcc85e080fbd4d727ff7)) +* Add SPDX license headers ([#10](https://github.com/unfunco/t/issues/10)) ([882d20a](https://github.com/unfunco/t/commit/882d20a0f6744142bc00b9908c1feb7e96317b5d)) + ## [0.1.1](https://github.com/unfunco/t/compare/v0.1.0...v0.1.1) (2025-11-04)