You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,22 @@
2
2
3
3
Notable changes.
4
4
5
-
## December 2025
5
+
## January 2026
6
6
7
-
### [0.81.0]
7
+
### [0.82.0]
8
8
- devcontainer commands now use current directory as default workspace folder when not specified (https://github.com/devcontainers/cli/pull/1104)
9
9
10
+
### [0.81.1]
11
+
- Update js-yaml and glob dependencies. (https://github.com/devcontainers/cli/pull/1128)
12
+
13
+
### [0.81.0]
14
+
- Add option to mount a worktree's common folder. (https://github.com/devcontainers/cli/pull/1127)
15
+
16
+
## December 2025
17
+
18
+
### [0.80.3]
19
+
- Fix: Skip download and injection of `dockerfile:1.4` syntax for Docker Engine versions [>=23.0.0](https://docs.docker.com/engine/release-notes/23.0/#2300)) - `dockerfile:1.4` or a subsequent version is already used by the docker engine package. (https://github.com/devcontainers/cli/pull/1113)
0 commit comments