diff --git a/CHANGELOG.md b/CHANGELOG.md index d81b7eb..80aff8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,48 +2,10 @@ All notable changes to this project will be documented in this file. -## [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 - -- 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 +## [0.1.2] - 2024-09-22 ### 🐛 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 +- Container List component re-renders infinitely diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d341241..bd3da76 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "dockyard", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "allowlist": {