Skip to content

Commit

Permalink
chore: prepare release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ropali committed Sep 22, 2024
1 parent 54d145e commit 651c2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
42 changes: 2 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "dockyard",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 651c2ef

Please sign in to comment.