Skip to content

Commit 0c2840c

Browse files
committed
Release v0.9.0: devcontainer detection fix, simplified tmux
1 parent ee28a0e commit 0c2840c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

9+
## [0.9.0] - 2026-01-10
10+
11+
### Fixed
12+
13+
- **Devcontainer detection**: Now correctly finds paired devcontainer when work-lab is also running
14+
- **tmux status bar**: Simplified config, no longer requires Nerd Fonts
15+
- **`wl start` auto-update**: Rebuilds container if newer image is locally available
16+
- **`wl doctor` fast check**: Compares running container vs pulled image (instant, no network)
17+
918
## [0.8.0] - 2026-01-10
1019

1120
### Added
@@ -173,6 +182,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173182
- Manual clone
174183
- Installed tools: tmux, git, curl, jq, ripgrep, fzf, Node.js 22 LTS, Claude CLI, Gastown, Beads
175184

185+
[0.9.0]: https://github.com/modern-tooling/work-lab/releases/tag/v0.9.0
176186
[0.8.0]: https://github.com/modern-tooling/work-lab/releases/tag/v0.8.0
177187
[0.7.1]: https://github.com/modern-tooling/work-lab/releases/tag/v0.7.1
178188
[0.7.0]: https://github.com/modern-tooling/work-lab/releases/tag/v0.7.0

bin/work-lab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -Eeuo pipefail
88

9-
VERSION="0.8.0"
9+
VERSION="0.9.0"
1010

1111
# shellcheck disable=SC2155
1212
readonly SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"

0 commit comments

Comments
 (0)