Notepad++ 7.5.9
#81
Information 
Quote:Notepad++ release 8.9.3
  • Regression fix: a crash in User Defined Language. (Fix #17520 )
  • Regression fix: installing (or removing) plugin re-opens Notepad++ with permanent admin privilege (Fix #17540 )
  • Regression-fix: wrongly added parenthesis for some multi-bytes characters. (Fix #17521 , #17802 )
  • Regression-fix: incorrect function list text display for non-UTF8 documents. (Fix #17847 )
  • Regression-fix: ProjectPanel Workspace text localization issue. (Fix community report)
  • Regression-fix: Change History margin not enabled by default. (Fix comment repport )
  • Regression-fix: Notepad++ update & plugin download fail behind corporate MITM proxies. (Fix community report)
  • Security enhancement: Update cURL to v8.19.0 in auto-updater (WinGUp) to fix cURL security issue (CVE-2025-14819). (Fix #17869 )
  • Improve performance by migrating the XML parser from TinyXML to pugixml. (Fix #16175 )
  • Update Scintilla to 5.6.0 & Lexilla to 5.4.7. (Implement #17562 )
  • Fix the issue where printing caused Notepad++ to crash. (Fix #6126 , #12645 , community report #1, community report #2, community report #3)
  • Fix Find in Files failing to search file content on disk. (Fix #16177 , #17070 )
  • Add disableNppAutoUpdate.xml to disable auto-update when WinGUp (GUP.exe) is present. (Implement #17836 )
  • Fix a memory leak on exit. (Fix #17817 )
  • Fix installed auto-completion files not overwritten after update. (Fix #14749 )
  • Add model capacity of shortcuts.xml & contexMenu.xml for administration. (Fix #17872 )
  • Add an option to disable selected text drag-and-drop. (Fix #2571 , #11335 )
  • Fix wrong theme-writing path for non-ProgramFiles installations. (Fix comment repport )
  • Enhancement: prevent XML config files from being overwritten when updating portable package (copy/paste). (Fix #9755 , #14279 , #15120 )
  • Fix incomplete Find dialg tab translation when 1st opêned from Project Panels. (Fix community report)
  • Fix Notepad++ spawning a new Windows Explorer process in Task Manager. (Fix comment repport )
  • Add Function List & Autocompletion for D language. (Fix #17349 )
Notepad++ release 8.9.3
Reply
#82
Information 
Quote:Notepad++ release 8.9.4

1.Fix crashes in FindInFiles when nativeLang.xml’s “find-result-hits” contains “%s”. (Fix #17960 )
2. Fix drop-file crash when file path length reaches 259 characters. (Fix #17921 )
3. Fix crash caused by undoing column editor bad input in virtual space. (Fix #17915 )
4. Fix bad column editor input in reverse-direction column selection on virtual space. (Fix #17915 )
5. Update to Scintilla 5.6.1 & Lexilla 5.4.8. (Fix #17920 , #17864 , #13522 , #11746 )
6. Fix EOL conversion to Windows format not working (Scintilla update related). (Fix #17920 )
7. Fix rendering corruption in .bat files (Lexilla update related). (Fix #17864 )
8. Fix quote escaping causing incorrect JSON syntax highlighting (Lexilla update related). (Fix #11746 , #13522 )
9. Fix MSI installation error due to context menu item registration. (Fix #17918 )
10. Fix NSIS installation stalling caused by context menu registration issue. (Fix #17308 , #17885 )
11. Add NPP_LANG property to install a specific localization file for MSI. (Fix issue reported in comment )
12. Fix MSI installer display random Hexadecimal number as name on UAC. (Fix #17967 )
13. Add version info into MSI file property (as value of “Comments”). (Fix #17803 )
14. Fix minimized window not restoring in administrator mode. (Fix #17945 )
15. Fix Unicode search mismatching ANSI character ‘?’. (Fix #17125 )
16. Fix Column Editor regression with empty fields. (Fix #17912 )
17. Fix floating dialog content not displaying in certain situations. (Fix #17563 )
18. Fix visual glitch when toggling group view in Document List. (Fix #14285 )
19. Support improved C++ 11 raw string literal handling. (Fix #17875 )
20. Fix visual glitch in the Mark dialog. (Fix #16084 , #17886 )

Notepad++ release 8.9.4
[-] The following 1 user says Thank You to harlan4096 for this post:
  • jasonX
Reply
#83
Information 
Quote:Notepad++ v8.9.5 release
  1. Fix updating issue where using v8.9.4 32-bits installer creates duplicate “Uninstall a program” entries. (Fix #17979)
  2. Fix v8.9.4 64-bits installer error message caused by MSIX on Win10. (Fix installer regression)
  3. Fix regression in UDL xml file EOL parsing issue. (Fix #18022)
  4. Update Scintilla to 5.6.2 & Lexilla to 5.4.9. (Implement #18011)
  5. Add option to synchronize zoom level across views. (Fix #17862)
  6. Fix MSI installer writting language info to HKCU instead of HKLM. (Fix MSI issue)
  7. Fix imported UDLs not appearing in the language menu without restarting Notepad++. (Fix #17909)
  8. Make “(?)” tooltip in preferences & Find in Files dialogs persitant & reduce display delay. (Fix #17995, #16961)
  9. Fix visual glitch in Mark dialog when in reduced mode. (Fix #17983)
Notepad++ release 8.9.5
[-] The following 1 user says Thank You to harlan4096 for this post:
  • jasonX
Reply
#84
Information 
Quote:Notepad++ release 8.9.6

Notepad++ v8.9.6 regression fixes, bug-fixes:​
  1. Fix vulnerability (CVE-2026-46710) of v8.9.4 & v8.9.5 installer. (Implement commit )
  2. Fix x86 installer regression of not showing installation entry in “Unstall a program” of Control Panel. (Fix community discussion)
  3. Fix x86 installer regression where context menu not installed or uninstalled correctly. (Fix community discussion)
  4. Fix UAC prompt display regression (“Notepad++ installer” instead of “Notepad++”) for Notepad++ v8.9.5. (Fix GitHub comment )
  5. Fix incorrect bevaviour when saving dirty read-only files. (Fix #17956 )
  6. Fix regression where saving a UDL file removed XML declaration. (Fix GitHub comment )
Notepad++ release 8.9.6
Reply
#85
Information 
Quote:Notepad++ release 8.9.6.1

Notepad++ v8.9.6.1 vulnerability fixes:​
  1. Fix bad formed COPYDATASTRUCT makes Notepad++ crash (CVE-2026-48770 ).
  2. Fix arbitrary code execution vulnerability via config.xml (CVE-2026-48778 ).
  3. Fix arbitrary code execution vulnerability via shortcuts.xml (CVE-2026-48778 ).
Notepad++ release 8.9.6.1  
Reply
#86
Information 
Quote:Notepad++ release 8.9.6.2

Notepad++ v8.9.6.2 vulnerability fix:​
  1. Fix a bypass scenario in the previously fixed vulnerability (CVE-2026-48800) that was not fully addressed. (Implement commit )
Notepad++ release 8.9.6.2
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)
[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Recent Posts
Free Download Manager 6.34.1.6907
Changes in 6.34.1....harlan4096 — 07:25
Waterfox 6.6.14
Waterfox 6.6.14 ...harlan4096 — 07:24
Adlice Protect (formerly RogueKiller) 16...
V16.6.2 06/02/2026...harlan4096 — 07:23
Opera 148.0.7778.180
Hello! New upda...harlan4096 — 07:20
AMD Radeon Software Adrenalin 26.6.1 dri...
AMD Radeon Softwar...harlan4096 — 07:17

[-]
Birthdays
Today's Birthdays
avatar (50)eapedDow
avatar (47)Carlosskake
Upcoming Birthdays
avatar (42)tapedDow
avatar (48)BrantgoG
avatar (49)rapedDow
avatar (44)Johnsonsyday
avatar (49)Groktus
avatar (41)efodo
avatar (39)Tedscolo
avatar (46)brakasig
avatar (51)smudloquask
avatar (46)benchJem
avatar (45)JamesReshy
avatar (47)Francisemefe
avatar (40)leoniDup
avatar (39)Patrizaancem
avatar (39)biobdam
avatar (42)zacforat
avatar (47)NemrokReks
avatar (50)Jasoncedia
avatar (38)Barrackleve
avatar (40)Julioagopy
avatar (50)aolaupitt2558
avatar (48)vadimTob
avatar (38)leannauu4
avatar (40)storoBox
avatar (48)kinotHeemn
avatar (39)Ceballos1976
avatar (40)efynu
avatar (32)horancos

[-]
Online Staff
There are no staff members currently online.

>