3 Commits

Author SHA1 Message Date
8ff8a04437 chore(changelog): update changelog for v0.1.0
All checks were successful
Build and Publish nightly package / build-and-publish (release) Successful in 57s
2025-05-24 11:05:31 +00:00
e5ac928fd4 chore(version): bump version to 0.1.0
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / changelog-only (push) Has been skipped
Auto Changelog & Release / release (push) Successful in 7s
Build and Publish nightly package / build-and-publish (push) Successful in 17s
2025-05-24 13:05:16 +02:00
db8fda15df chore(vscode): customize activity bar and peacock colors 2025-05-24 13:05:16 +02:00
3 changed files with 17 additions and 2 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d48282",
"activityBar.background": "#d48282",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#b8e7b8",
"activityBarBadge.foreground": "#15202b"
},
"peacock.color": "#c75c5c"
}

View File

@@ -2,11 +2,15 @@
All notable changes to this project will be documented in this file.
## [unreleased]
## [0.1.0] - 2025-05-24
### 🚀 Features
- Add project structure and dependency management - ([a9ed247](https://git.0xmax42.io/maxp/ait/commit/a9ed247cb486cfc22779da9d6ab2db15f25dc1e6))
- *(ci)* Add automated workflows for releases and nightly builds - ([579c70b](https://git.0xmax42.io/maxp/ait/commit/579c70b784d551426e841253a6d1de4cc53d65bd))
### ⚙️ Miscellaneous Tasks
- *(vscode)* Customize activity bar and peacock colors - ([db8fda1](https://git.0xmax42.io/maxp/ait/commit/db8fda15df7b6a08dbd8eb4167e9b4862712392e))

View File

@@ -1 +1 @@
0.0.6
0.1.0