Skip to content

Commit 4e17b1e

Browse files
chore: update version to 0.1.7 and enhance CHANGELOG and README
1 parent ad1c16b commit 4e17b1e

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the "Comment Cleaner Pro" extension are documented in this file.
44

5+
## [0.1.7] - 2025-06-02
6+
7+
### Minor Updates
8+
- Added project banner
9+
- Updated project icons
10+
511
## [0.1.6] - 2025-06-02
612
### Fixed
713
- Critical issue: Right-click "Clean Current File" command now properly shows configuration dialog

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,12 @@
1414

1515
## Current Release
1616

17-
v0.1.6 - Enhanced configuration dialogs and UI improvements
17+
v0.1.7 - Enhanced configuration dialogs and UI improvements
1818

1919
## Overview
2020

2121
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.
2222

23-
## The Ironic Truth
24-
25-
> "Yes, this comment remover has comments in its source code. It's like a barber with fabulous hair."
26-
27-
We believe in documenting our code to help contributors, even while building a tool that removes comments. Our extension removes comments from _production code_, not development code. We're like dentists who eat candy but still brush their teeth! 😉
28-
29-
You could say our source code lives by the motto: _"Do as I say, not as I'm coded."_
30-
3123
## Key Features
3224

3325
### Comprehensive Language Support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "comment-cleaner-pro",
33
"displayName": "Comment Cleaner Pro",
44
"description": "Streamline your code by effortlessly removing comments across 20+ programming languages. Improve readability, reduce file size, and prepare code for production with powerful cleaning options and detailed statistics.",
5-
"version": "0.1.6",
5+
"version": "0.1.7",
66
"publisher": "ChristliebDela",
77
"icon": "media/icon.png",
88
"engines": {

0 commit comments

Comments
 (0)