diff --git a/CHANGELOG.md b/CHANGELOG.md index f070681..d81b7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,23 +2,48 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2024-09-08 +## [0.1.1] - 2024-09-20 + +### 🚀 Features + +- Option to check for app update +- Using official tauri gh action for build & release + +### 🐛 Bug Fixes + +- Avoid showing images without repotags + +### 📚 Documentation + +- Added more relevant badges +- Added macOS support badge + +## [0.1.0] - 2024-09-10 ### 🚀 Features -- Docker service status detection on startup -- Added version on hover on docker inline indicator at sidebar bottom -- Added changelog generation using git-cliff -- Optimized json syntax highlighting -- Better json syntax highlighting - Option to specify terminal-app in settings +- Better json syntax highlighting +- Optimized json syntax highlighting +- Added changelog generation using git-cliff +- Added version on hover on docker inline indicator at sidebar bottom +- Docker service status detection on startup ### 🐛 Bug Fixes - Container refresh api filtering running container only +- CHANGELOG file missing issue in the gh action +- CHANGELOG file path in release step +- Release name ### 📚 Documentation - Updated links and banner image +### ⚙️ Miscellaneous Tasks + +- Updated version and changelog for release +- Bumped up various config & package version +- Shorten release workflow name +