Skip to content

Commit 75fa093

Browse files
committed
v1.0.9 commit
1 parent a115303 commit 75fa093

File tree

4 files changed

+10
-108
lines changed

4 files changed

+10
-108
lines changed

changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3-
## [1.0.8] - 2025-08-29
3+
## [1.0.9] - 2025-12-05
44
### Added
5-
- Multi-block syntax support for bigger lines.
5+
- Support for .jsonc and Dockerfile.
6+
- App reload prompt after plugin deletion.
67

78
### Fixed
89
- General bug fixes and stability improvements.
9-
- Fixed whitespace issue, no more comment repetitions while selecting/including whitespace.
10+
- Fixed comments not working in Makefile.
11+
- Removed .json from supported files.
1012

1113
---
1214

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "coswat.code.commenter",
33
"name": "Code Commenter",
44
"main": "dist/main.js",
5-
"version": "1.0.8",
5+
"version": "1.0.9",
66
"readme": "plugin.md",
77
"repository": "https://github.com/coswat/code-commenter",
88
"icon": "icon.png",

plugin.md

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,7 @@ Code Commenter is plugin for Acode , this plugin allows you to comment/uncomment
44

55
<details>
66
<summary>
7-
<code><strong>v1.0.1</strong></code>
8-
</summary>
9-
<ul> <br>
10-
<li>Added support for <code>.ejs</code> and <code>.mjs</code></li>
11-
<li>Updated readme</li>
12-
</ul>
13-
</details><br>
14-
<details>
15-
<summary>
16-
<code><strong>v1.0.2</strong></code>
17-
</summary>
18-
<ul> <br>
19-
<li>Added plugin settings option</li>
20-
<li>Updated readme</li>
21-
</ul>
22-
</details><br>
23-
<details>
24-
<summary>
25-
<code><strong>v1.0.3</strong></code>
26-
</summary>
27-
<ul> <br>
28-
<a href="https://github.com/coswat/code-commenter/pull/4">Merged pr</a>
29-
</ul>
30-
</details><br>
31-
<details>
32-
<summary>
33-
<code><strong>v1.0.4</strong></code>
34-
</summary>
35-
<ul> <br>
36-
Readme update
37-
</ul>
38-
</details><br>
39-
<details>
40-
<summary>
41-
<code><strong>v1.0.5</strong></code>
42-
</summary>
43-
<ul> <br>
44-
Bug fix && Perfommence boost
45-
</ul>
46-
</details><br>
47-
<details>
48-
<summary>
49-
<code><strong>v1.0.7</strong></code>
50-
</summary>
51-
<ul> <br>
52-
Added support for `scss` and `sass`
53-
</ul>
54-
</details><br>
55-
<details>
56-
<summary>
57-
<code><strong>v1.0.8</strong></code>
7+
<code><strong>v1.0.9</strong></code>
588
</summary>
599
<ul> <br>
6010
Check changelog for details
@@ -113,7 +63,7 @@ Select the code you want to comment/uncomment then click the comment button to m
11363

11464
- .env
11565
- .gitignore
116-
- Json
66+
- Dockerfile
11767
- Makefile
11868
- Toml
11969
- Xml

readme.md

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -5,57 +5,7 @@ Code Commenter is plugin for Acode , this plugin allows you to comment/uncomment
55

66
<details>
77
<summary>
8-
<code><strong>v1.0.1</strong></code>
9-
</summary>
10-
<ul>
11-
<li>Added support for <code>.ejs</code> and <code>.mjs</code></li>
12-
<li>Updated readme</li>
13-
</ul>
14-
</details>
15-
<details>
16-
<summary>
17-
<code><strong>v1.0.2</strong></code>
18-
</summary>
19-
<ul>
20-
<li>Added plugin settings option</li>
21-
<li>Updated readme</li>
22-
</ul>
23-
</details>
24-
<details>
25-
<summary>
26-
<code><strong>v1.0.3</strong></code>
27-
</summary>
28-
<ul>
29-
<a href="https://github.com/coswat/acode-code-commenter/pull/4">Merged pr</a>
30-
</ul>
31-
</details>
32-
<details>
33-
<summary>
34-
<code><strong>v1.0.4</strong></code>
35-
</summary>
36-
<ul>
37-
Readme Update
38-
</ul>
39-
</details>
40-
<details>
41-
<summary>
42-
<code><strong>v1.0.5</strong></code>
43-
</summary>
44-
<ul>
45-
Bug fix && Perfommence boost
46-
</ul>
47-
</details>
48-
<details>
49-
<summary>
50-
<code><strong>v1.0.7</strong></code>
51-
</summary>
52-
<ul>
53-
Added support for `.sass` and `.scss`
54-
</ul>
55-
</details>
56-
<details>
57-
<summary>
58-
<code><strong>v1.0.8</strong></code>
8+
<code><strong>v1.0.9</strong></code>
599
</summary>
6010
<ul>
6111
Checkout the Changelog section
@@ -116,7 +66,7 @@ Select the code you want to comment/uncomment then click the comment button to m
11666

11767
- .env
11868
- .gitignore
119-
- Json
69+
- Dockerfile
12070
- Makefile
12171
- Toml
12272
- Xml

0 commit comments

Comments
 (0)