File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ webpack.config.js
1919esbuild.js
2020
2121.github /
22+ assets /
23+ ! assets /icon128.png
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
55Easily convert indentation (tabs <-> spaces) on specific lines or the whole file in VSCode.
66
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments