File tree 3 files changed +15
-5
lines changed
3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to the "seekdf" extension will be documented in this file.
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## [ 1.0.2] - 2025-01-13
8
+ - Only minor logo changes
9
+ <img src =' https://raw.githubusercontent.com/lanly-dev/vscode-seekdf/refs/heads/main/media/vscodeignore/seekdf.png ' height =' 50 ' width =' 50 ' title =' seekdf ' />
10
+ <img src =' https://github.com/lanly-dev/vscode-seekdf/blob/main/media/seekdf.png?raw=true ' height =' 50 ' width =' 50 ' title =' seekdf ' style =' padding-left :5px ' />
11
+ - 9 files, 49.57KB, 1.96.0
12
+
13
+
7
14
## [ 1.0.0, 1.0.1] - 2025-01-11
8
15
- Initial release
9
16
- 9 files, 42.86KB, 1.96.0
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ This extension provides the following commands:
19
19
20
20
## Release Notes
21
21
22
+ ### 1.0.2
23
+ - Only logo changes
24
+
22
25
### 1.0.0, 1.0.1
23
26
- Initial release of Seekdf
24
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " seekdf" ,
3
- "displayName" : " seekdf " ,
4
- "description" : " Seekdf helps you search and view files and directories sharing the same name within your workspace " ,
3
+ "displayName" : " Seekdf " ,
4
+ "description" : " Search files or directories with identical names " ,
5
5
"homepage" : " https://github.com/lanly-dev/vscode-seekdf" ,
6
6
"publisher" : " lanly-dev" ,
7
- "version" : " 1.0.1 " ,
7
+ "version" : " 1.0.2 " ,
8
8
"engines" : {
9
9
"vscode" : " ^1.96.0"
10
10
},
199
199
"@types/mocha" : " ^10.0.10" ,
200
200
"@types/node" : " 22.x" ,
201
201
"@types/vscode" : " ^1.96.0" ,
202
- "@typescript-eslint/eslint-plugin" : " ^8.19.1 " ,
203
- "@typescript-eslint/parser" : " ^8.19.1 " ,
202
+ "@typescript-eslint/eslint-plugin" : " ^8.20.0 " ,
203
+ "@typescript-eslint/parser" : " ^8.20.0 " ,
204
204
"@vscode/test-cli" : " ^0.0.10" ,
205
205
"@vscode/test-electron" : " ^2.4.1" ,
206
206
"@vscode/vsce" : " ^3.2.1" ,
You can’t perform that action at this time.
0 commit comments