Skip to content

Commit b4ece3d

Browse files
committed
feat: Update icon and changelog for version 0.0.5, optimize assets
1 parent 630e5e0 commit b4ece3d

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ webpack.config.js
1919
esbuild.js
2020

2121
.github/
22+
assets/
23+
!assets/icon128.png

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.5] - 2025-07-30
9+
10+
### Changed
11+
12+
- Updated icon
13+
- Optimized assets
14+
815
## [0.0.4] - 2025-07-30
916

1017
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Selective Indent
22

3-
<img src="./assets/icon.png" alt="Selective Indent Icon" width="96" />
3+
<img src="./assets/icon128.png" alt="Selective Indent Icon" width="96" />
44

55
Easily convert indentation (tabs <-> spaces) on specific lines or the whole file in VSCode.
66

assets/icon128.png

2.21 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"displayName": "Selective Indent",
44
"description": "Easily convert indentation (tabs <-> spaces) on specific lines or the whole file in VSCode.",
55
"publisher": "isnandar1471",
6-
"version": "0.0.4",
7-
"icon": "assets/icon.png",
6+
"version": "0.0.5",
7+
"icon": "assets/icon128.png",
88
"galleryBanner": {
99
"color": "#1e1e1e",
1010
"theme": "dark"

0 commit comments

Comments
 (0)