Skip to content

Commit 91e9392

Browse files
Update .gitignore, .vscodeignore, and README for version 0.1.4; add suggestions.md and changelog URL
1 parent 7c8356b commit 91e9392

4 files changed

Lines changed: 14 additions & 36 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ media/temp/
4040
# Temporary files
4141
*.tmp
4242
*.temp
43-
.cache/
43+
.cache/
44+
45+
# Development and planning files
46+
suggestions.md

.vscodeignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ test/
4040
docs/
4141
README.md
4242
CHANGELOG.md
43-
LICENSE
43+
LICENSE
44+
45+
# Development and planning files
46+
suggestions.md

README.md

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<a href="https://github.com/christliebdela/Comment-Cleaner-VsCode-Ext/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/christliebdela/Comment-Cleaner-VsCode-Ext/ci.yml?branch=main&style=flat-square&color=000000&labelColor=222222" alt="CI"></a>
1414
</p>
1515

16+
## Version 0.1.4
17+
1618
## Overview
1719

1820
Comment Cleaner Pro is a powerful VS Code extension for removing comments from source code files. It helps you streamline your code by efficiently removing all types of comments (line, block, and documentation) across 20+ programming languages while preserving the core functionality of your code.
@@ -149,40 +151,9 @@ Comment Cleaner Pro:
149151
- Requires no authentication or online services
150152
- Has minimal extension permissions
151153

152-
## Release Notes
153-
154-
### 0.1.4 (2025-05-31)
155-
- Added Undo/Redo buttons to easily revert or restore changes
156-
- Enhanced line removal tracking and statistics reporting
157-
- Complete object-oriented refactoring of the core engine
158-
- Added support for JSX and TSX files
159-
- Fixed critical issue where // comments weren't properly removed in JS/TS/C++
160-
- Fixed "No view is registered with id: ccpFiles" error
161-
- Improved string handling to prevent false comment detection
162-
- Added detailed comment statistics including line count reductions
163-
164-
### 0.1.3 (2025-05-29)
165-
- Added language-specific file extension mappings
166-
- Enhanced language filtering in the history view
167-
- Added proper icon support for different action items
168-
- Improved UI for buttons in the sidebar
169-
- Fixed display issues with history items
170-
171-
### 0.1.2 (2025-05-28)
172-
- Fixed extension icon not displaying correctly in VS Code Marketplace
173-
- Corrected package configurations for proper asset inclusion
174-
- Updated repository references
175-
176-
### 0.1.1 (2025-05-28)
177-
- Added Filter by Language option for history filtering
178-
- Implemented context menu actions for history items
179-
- Added status bar integration
180-
- Enhanced Python processor
181-
- Added configuration options
182-
183-
### 0.1.0 (2025-05-28)
184-
- Initial release with support for 20+ languages
185-
- Single file and batch processing capabilities
154+
## Release History
155+
156+
See the [CHANGELOG](https://github.com/christliebdela/Comment-Cleaner-VsCode-Ext/blob/main/CHANGELOG.md) for details about each release.
186157

187158
## Contributing
188159

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"type": "git",
171171
"url": "https://github.com/christliebdela/Comment-Cleaner-VsCode-Ext"
172172
},
173+
"changelogUrl": "https://github.com/christliebdela/Comment-Cleaner-VsCode-Ext/blob/main/CHANGELOG.md",
173174
"keywords": [
174175
"comments",
175176
"clean",

0 commit comments

Comments
 (0)