Skip to content

Commit f32d57e

Browse files
committed
chore(main): release 0.112.0
1 parent 0e72364 commit f32d57e

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.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.111.0"
2+
".": "0.112.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.112.0](https://github.com/henrikje/arborist/compare/v0.111.0...v0.112.0) (2026-03-23)
4+
5+
6+
### Features
7+
8+
* **branch:** show resolved base and share in default output ([3a158a2](https://github.com/henrikje/arborist/commit/3a158a244b6853316712f76a5986aeed2f5971ec))
9+
* **help:** add watch command to basic help ([673cb98](https://github.com/henrikje/arborist/commit/673cb9863978812e227be2ee120ee3348dabf4ee))
10+
* **status:** hide base/share ref columns when uniform ([95cad53](https://github.com/henrikje/arborist/commit/95cad53aefe72e66b7ff31250f32b5a2e44da3d7))
11+
* **watch:** add hidden debug mode toggled by Shift+D ([2cc08bc](https://github.com/henrikje/arborist/commit/2cc08bc30e2cb1306694716f94c6052801796257))
12+
13+
14+
### Bug Fixes
15+
16+
* **install:** fix install not always working ([47b96db](https://github.com/henrikje/arborist/commit/47b96db2e23c5b5824bae77d7342d8d90ac08860))
17+
* **shell:** complete positional args after options in zsh ([438d98f](https://github.com/henrikje/arborist/commit/438d98f99e57207c80e989d2f10961d2307abb4c))
18+
* **status:** show "(detached)" with parentheses in SHARE column ([ab74098](https://github.com/henrikje/arborist/commit/ab74098a7eedaff7becb31e3b1dae2d976f2ddf1))
19+
* **watch:** filter cross-workspace noise from canonical .git/ watcher ([8468573](https://github.com/henrikje/arborist/commit/84685735ed179077ba756eb973f47205592991f8))
20+
21+
22+
### Performance Improvements
23+
24+
* **status:** skip scanning unselected repos in status, log, and diff ([dae3fa0](https://github.com/henrikje/arborist/commit/dae3fa0be1fe04752fbb1f623d76037f360b1eab))
25+
326
## [0.111.0](https://github.com/henrikje/arborist/compare/v0.110.0...v0.111.0) (2026-03-20)
427

528
Introduces persistent analysis caching and improved Git caching for significantly faster status operations, alongside a new interactive watch dashboard for live workspace visibility. Adds a standalone retarget command and broader UX improvements across filtering, help, and command behavior.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arb",
3-
"version": "0.111.0",
3+
"version": "0.112.0",
44
"type": "module",
55
"scripts": {
66
"dev": "bun run src/index.ts --",

0 commit comments

Comments
 (0)