Skip to content

Commit 9f0718f

Browse files
committed
chore(release): 0.1.8 escaping fixes, validator robustness
1 parent 4da5eb6 commit 9f0718f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
### Fixed
44
- wordpress.org tabbed theme now detects FAQ content even when the section is titled "Frequently Asked Questions" or appears out of the typical order. Sections are scanned globally and mapped to canonical tabs (description, installation, faq, changelog) irrespective of order.
55

6+
## [0.1.8] - 2025-10-21
7+
### Fixed
8+
- Auto-fix single-line fenced code now safely escapes backslashes before backticks preventing malformed inline code when content contains `\` and `` ` `` characters.
9+
- Validator emphasis balancing logic now uses a robust regex escape preventing false positives on tokens with special regex metacharacters.
10+
### Changed
11+
- README cleaned: removed outdated 0.1.5 update banner to keep intro concise.
12+
### Security
13+
- Addresses code scanning warning related to incomplete string escaping for inline code conversion and emphasis token detection.
14+
615

716
All notable changes to this project will be documented in this file.
817

@@ -76,6 +85,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/) a
7685

7786
[0.1.6]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.5...v0.1.6
7887
[0.1.7]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.6...v0.1.7
88+
[0.1.8]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.7...v0.1.8
7989
[0.1.4]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.3...v0.1.4
8090
[0.1.5]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.4...v0.1.5
8191
[0.1.3]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.1...v0.1.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wordpress-readme-preview",
33
"displayName": "WordPress Readme",
44
"description": "Preview, validate, and edit WordPress readme.txt files with syntax highlighting, IntelliSense, and accurate rendering",
5-
"version": "0.1.7",
5+
"version": "0.1.8",
66
"publisher": "persoderlind",
77
"engines": {
88
"vscode": "^1.74.0"

0 commit comments

Comments
 (0)