Skip to content

Commit b5395f4

Browse files
committed
Remove Build/Installer directory (moved to separate repository)
1 parent 421f130 commit b5395f4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,3 @@ _upgrade_staging/
7676

7777
# ARM64 build intermediate directories
7878
**/ARM64/
79-
80-
# Build Installer (local only)
81-
Build/Installer/

Build/Changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ NEW:
4444
[1021.2]- Add extensions "ts"and "tsx" in Tcl Script lexer (LEX).
4545
[1021.1]- Add extension "JSX" in JavaScript lexer (LEX).
4646
[.828.1]- Added Notepad3 Version in the Title bar of the Inno Setup dialog box (SUP).
47+
[.119.1]- Added AVX2 optimized x64 build configuration (x64_AVX2) (issue #4240).
48+
[.119.1]- Added GitHub Actions CI workflow for MSVC builds (Win32/x64/ARM64).
4749

4850
--------------------------------------------------------
4951
CHANGES:
@@ -60,6 +62,8 @@ CHANGES:
6062
FIXES:
6163
--------------------------------------------------------
6264
[.xxx.x]- Fixed user config setup to run as original user context during install/uninstall (SUP).
65+
[.119.1]- Fixed FileSave() nested call issue causing unexpected save behavior (Notepad3.c:4788) (issue #5445).
66+
[.119.1]- Fixed DirectWrite font variant resolution using IDWriteGdiInterop (SCI).
6367
[.917.1]- Really Silent/VerySilent Uninstall (SUP).
6468

6569
--------------------------------------------------------

0 commit comments

Comments
 (0)