Skip to content

Commit fbc6bb8

Browse files
committed
Set version 1.3.
Update changelog, plus a small amendment to the readme.
1 parent 480aca0 commit fbc6bb8

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Columns++ for Notepad++ -- Releases
22

3+
## Version 1.3 -- October 1st, 2025
4+
5+
* Regular expressions now match based on Unicode code points in all documents, so the syntax and semantics of regular expressions are no longer dependent on the underlying representation in Scintilla. The features added in version 1.2 for Unicode documents now work in all documents.
6+
7+
* Regular expressions did not work properly in ANSI documents for the system default code pages 932 (Japanese, Shift-JIS), 936 (Chinese Simplified, GB2312), 949 (Korean, Windows-949 / Unified Hangul Code) or 950 (Chinese Traditional, Big5) in version 1.2. Regular expressions now match these documents based on Unicode code points.
8+
9+
* Character information tables for regular expressions were updated to reflect Unicode 17.0.0 (released on 2025-09-09).
10+
11+
* Some errors not yet reported in practice were fixed. Some documentation was reformatted and corrected.
12+
313
## Version 1.2 -- February 26th, 2025
414

515
This version is focused on improving the behavior of regular expressions for Unicode documents:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Columns++ is a plugin for [Notepad++](https://github.com/notepad-plus-plus/notep
44

55
Like Notepad++, Columns++ is released under the GNU General Public License (either version 3 of the License, or, at your option, any later version). Some original source code files which are not dependent on Notepad++ are released under the [MIT (Expat) license](https://www.opensource.org/licenses/MIT): see individual files for details.
66

7+
Columns++ does not work with versions of Notepad++ older than 8.4.3 (release date 2022-07-08).
8+
79
Columns++ uses the [C++ Mathematical Expression Toolkit Library
810
(ExprTk)](https://github.com/ArashPartow/exprtk) by Arash Partow (https://www.partow.net/), which is released under the [MIT License](https://www.opensource.org/licenses/MIT).
911

src/ColumnsPlusPlus.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)