Skip to content

Commit 08057c2

Browse files
author
Evaggelos Balaskas
committed
chore: bump version to 0.17.23
1 parent 6615873 commit 08057c2

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Common Changelog](https://common-changelog.org) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.17.23] - 2026-05-24
8+
9+
### Fixed
10+
11+
- Fix multiple inefficient regular expressions flagged by CodeQL (alerts 14, 15, 16, 24, 28, 32, 36, 39, 41, 43) ([`86a50f09`](../../commit/86a50f09), [`1e41221f`](../../commit/1e41221f), [`084ab2f6`](../../commit/084ab2f6), [`77654c43`](../../commit/77654c43), [`9d40325d`](../../commit/9d40325d), [`277002c0`](../../commit/277002c0), [`14fe3cfa`](../../commit/14fe3cfa), [`434ef376`](../../commit/434ef376), [`9dc6766f`](../../commit/9dc6766f), [`66158735`](../../commit/66158735)).
12+
- Fix bad HTML filtering regexp flagged by CodeQL (alert 20) ([`d6d405ac`](../../commit/d6d405ac)).
13+
- Fix incomplete multi-character sanitization flagged by CodeQL (alert 31) ([`cfa98036`](../../commit/cfa98036)).
14+
15+
### Changed
16+
17+
- Add screenshots and screenshots.md with descriptions ([`5fc6cf16`](../../commit/5fc6cf16)).
18+
- Refresh CLAUDE.md with dependency policy, verify loop, and security backlog ([`0b87495a`](../../commit/0b87495a)).
19+
720
## [0.17.22] - 2026-05-23
821

922
### Fixed
@@ -335,6 +348,7 @@ The format is based on [Common Changelog](https://common-changelog.org) and this
335348
[0.17.13]: ../../compare/v0.17.12...v0.17.13
336349
[0.17.12]: ../../compare/v0.17.10...v0.17.12
337350
[0.17.10]: ../../compare/v0.17.9...v0.17.10
351+
[0.17.23]: ../../compare/v0.17.22...v0.17.23
338352
[0.17.22]: ../../compare/v0.17.21...v0.17.22
339353
[0.17.21]: ../../compare/v0.17.20...v0.17.21
340354
[0.17.20]: ../../compare/v0.17.19...v0.17.20

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This is the **legacy** branch of Boostnote — a markdown-first, open-source not
3838

3939
| Version | What changed |
4040
|---------|-------------|
41+
| 0.17.23 | Fix CodeQL alerts (inefficient regex, bad HTML filter, sanitization); add screenshots |
4142
| 0.17.22 | Fix CodeQL alerts (ReDoS, sanitization, permissions); force dependency versions via yarn resolutions |
4243
| 0.17.21 | Bump deps (uuid, fsevents, http-proxy); fix passive event listeners; strip sourcemaps |
4344
| 0.17.20 | Fix extension convention for dist artifacts (`.tar.gz` macOS, `.zip` Linux); remove ISSUE_TEMPLATE; update docs |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "boost",
33
"productName": "Boostnote",
4-
"version": "0.17.22",
4+
"version": "0.17.23",
55
"main": "index.js",
66
"description": "Boostnote",
77
"license": "GPL-3.0",

0 commit comments

Comments
 (0)