Skip to content

Commit 630c6c3

Browse files
committed
v5.0.0
1 parent 63765a5 commit 630c6c3

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## v5.0.0 - 2025-07-30
4+
5+
### Breaking Changes
6+
7+
* [533e32e](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/533e32e9d6f014344dcb5036949044db2c937c1a) Require VSCode 1.102.0+
8+
9+
### Othres
10+
11+
* [63765a5](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/63765a52f6d06f3618487dfbb86838217be8b5c5) reduce package size
12+
313
## v4.1.0 - 2024-03-16
414

515
### Perf

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Current File Path for Visual Studio Code
22

3-
![](https://img.shields.io/badge/Release-v4.0.0-blue.svg?style=flat-square)
3+
![](https://img.shields.io/badge/Release-v5.0.0-blue.svg?style=flat-square)
44
![](https://img.shields.io/badge/vscode-^1.102.0-blue.svg?style=flat-square)
55
[![CI](https://github.com/yoshinorin/vscode-current-file-path-extension/actions/workflows/ci.yaml/badge.svg)](https://github.com/yoshinorin/vscode-current-file-path-extension/actions/workflows/ci.yaml)
66

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
@@ -2,7 +2,7 @@
22
"name": "current-file-path",
33
"displayName": "Current File Path",
44
"description": "Display current file's path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.",
5-
"version": "4.1.0",
5+
"version": "5.0.0",
66
"publisher": "yoshinorin",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)