From 15c5b0398af5489523b506906ee0482541be76e6 Mon Sep 17 00:00:00 2001 From: ghost-bot Date: Fri, 12 Sep 2025 15:29:25 +0000 Subject: [PATCH] chore(changelog): update unreleased changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f8f9a89 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [unreleased] + +### 🚀 Features + +- *(trayapp)* Add system tray app to monitor keyd layer state - ([3472576](https://git.0xmax42.io/maxp/keyd-layer-tray/commit/3472576331297057ee2672c5a640c186e85b2dad)) +- Add initial pyproject.toml configuration - ([6ef7a91](https://git.0xmax42.io/maxp/keyd-layer-tray/commit/6ef7a915d313d359ec629afa658ac3d57aedf446)) + +### ⚙️ Miscellaneous Tasks + +- *(release)* Add workflow for auto changelog and release - ([b58e0e8](https://git.0xmax42.io/maxp/keyd-layer-tray/commit/b58e0e8d43d460e951a816bd9d0ac1ebc33fea28)) +- *(vscode)* Add custom workspace color settings - ([3f1cb64](https://git.0xmax42.io/maxp/keyd-layer-tray/commit/3f1cb642c29c4458ce8dcd6588b5b66f7e557cd3)) +- *(config)* Add git-cliff configuration for changelog generation - ([d249d87](https://git.0xmax42.io/maxp/keyd-layer-tray/commit/d249d87be7aeaaadd954f91124d5acc059646bd2)) +- Add Python-specific .gitignore file - ([62cdba8](https://git.0xmax42.io/maxp/keyd-layer-tray/commit/62cdba8fd7b6f30c96c5729c1cc121e325a7050d)) +- *(ci)* Add nightly build and cleanup scripts - ([77a0575](https://git.0xmax42.io/maxp/keyd-layer-tray/commit/77a0575acb125d5c0e8c796d56b53d8275533321)) + +