Skip to content

Commit 032f0d5

Browse files
authored
Merge pull request #7 from shkm/release-please--branches--main--components--onemanband
chore(main): release 0.5.0
2 parents 5a4c697 + 3620269 commit 032f0d5

5 files changed

Lines changed: 26 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0](https://github.com/shkm/One-Man-Band/compare/v0.4.0...v0.5.0) (2026-01-23)
9+
10+
11+
### Features
12+
13+
* add AI actions for merge conflict resolution ([51d7e87](https://github.com/shkm/One-Man-Band/commit/51d7e87ff6029338f0c6bbd764e9071c7bcd3f24))
14+
* add minijinja templating for worktree directory configuration ([cf83d67](https://github.com/shkm/One-Man-Band/commit/cf83d6793d2365ed4bb900f2c876c48c1e258b3a))
15+
* add named task URLs and dynamic port support ([9727426](https://github.com/shkm/One-Man-Band/commit/972742631701c17b9a1c72d408104f85cb4811cb))
16+
* add rebase conflict resolution support ([9abbab5](https://github.com/shkm/One-Man-Band/commit/9abbab5d550ce7bd7d95bd20c10e831187484007))
17+
* add shell option when main task exits ([dbf7650](https://github.com/shkm/One-Man-Band/commit/dbf765032899d10459ba8c41086f5c3234769653))
18+
* add terminal zoom with configurable keyboard shortcuts ([7859c8d](https://github.com/shkm/One-Man-Band/commit/7859c8dabdbd82c979e0bfbd59d3764001c545c0))
19+
* add URL display and minijinja templating for tasks ([92ed5fc](https://github.com/shkm/One-Man-Band/commit/92ed5fcaef296e00d7883fdbcb90d1a5ced74362))
20+
* improve AI merge conflict resolution flow ([08ef8b8](https://github.com/shkm/One-Man-Band/commit/08ef8b8b99bda43c5b33c6df327daa73a6323dd5))
21+
22+
23+
### Bug Fixes
24+
25+
* button label and git directory resolution for worktrees ([4dc0709](https://github.com/shkm/One-Man-Band/commit/4dc0709d7b4e758014343b39d38ae29a19813d15))
26+
* correct path handling for rebase conflict resolution ([d7aae84](https://github.com/shkm/One-Man-Band/commit/d7aae8437918de8f507425ab823ecc6e8b70f017))
27+
* remove grab cursor on hover for draggable items ([8902aff](https://github.com/shkm/One-Man-Band/commit/8902aff28ba08fcc7b39c1bdfbaf6e2165b27eb6))
28+
829
## [0.4.0](https://github.com/shkm/One-Man-Band/compare/v0.3.0...v0.4.0) (2026-01-22)
930

1031

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Git Worktree Orchestrator",
44
"license": "MIT",
55
"private": true,
6-
"version": "0.4.0",
6+
"version": "0.5.0",
77
"type": "module",
88
"scripts": {
99
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "One Man Band",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"identifier": "com.onemanband.desktop",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)