|
13 | 13 | <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> |
14 | 14 | </p> |
15 | 15 |
|
| 16 | +## Version 0.1.4 |
| 17 | + |
16 | 18 | ## Overview |
17 | 19 |
|
18 | 20 | 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: |
149 | 151 | - Requires no authentication or online services |
150 | 152 | - Has minimal extension permissions |
151 | 153 |
|
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. |
186 | 157 |
|
187 | 158 | ## Contributing |
188 | 159 |
|
|
0 commit comments