Skip to content

Commit caa19e6

Browse files
committed
Bump to 2.12.2
1 parent 351ed85 commit caa19e6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
## Unreleased
66

7+
### Fixed
8+
9+
- On Windows, expand the home directory when paths use `/` separators (for
10+
example `~/path/foo/bar` or `$HOME/foo/bar`). This results in something like
11+
`c:\users\coder/path/to/my/thing`, but Windows appears to be fine with the
12+
mixed separators. As before, you can still use `\` separators (for example
13+
`~\foo\bar` or `$HOME\foo\bar`.
14+
715
## 2.12.1 - 2024-07-09
816

917
### Changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup=com.coder.gateway
44
# Zip file name.
55
pluginName=coder-gateway
66
# SemVer format -> https://semver.org
7-
pluginVersion=2.12.1
7+
pluginVersion=2.12.2
88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.
1010
pluginSinceBuild=233.6745

0 commit comments

Comments
 (0)