Skip to content

Commit bc5f805

Browse files
committed
doc: 1.0.2
1 parent fce9a75 commit bc5f805

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the "seekdf" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

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+
714
## [1.0.0, 1.0.1] - 2025-01-11
815
- Initial release
916
- 9 files, 42.86KB, 1.96.0

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ This extension provides the following commands:
1919

2020
## Release Notes
2121

22+
### 1.0.2
23+
- Only logo changes
24+
2225
### 1.0.0, 1.0.1
2326
- Initial release of Seekdf
2427

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"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",
55
"homepage": "https://github.com/lanly-dev/vscode-seekdf",
66
"publisher": "lanly-dev",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"engines": {
99
"vscode": "^1.96.0"
1010
},
@@ -199,8 +199,8 @@
199199
"@types/mocha": "^10.0.10",
200200
"@types/node": "22.x",
201201
"@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",
204204
"@vscode/test-cli": "^0.0.10",
205205
"@vscode/test-electron": "^2.4.1",
206206
"@vscode/vsce": "^3.2.1",

0 commit comments

Comments
 (0)