Updated Changes (markdown)

PeterCJ 2021-10-23 12:28:15 -07:00
parent f5f12eda73
commit d0c59efaf9

@ -46,7 +46,7 @@ Due to a critical regression found in 8.1.8 release, please download v8.1.9 in w
Notepad++ v8.1.8 bug-fixes:
1. Fix config files (XML) saving performance regression. (Fix [#10678](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10678, [#10674](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10674))
1. Fix config files (XML) saving performance regression. (Fix [#10678](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10678)), [#10674](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10674))
2. Workaround Microsoft dark mode API bug of Windows 11. (Fix [#10510](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10510))
@ -140,7 +140,7 @@ Notepad++ v8.1.5 new features, enhancements & bug-fixes:
3. Add Insert Date/Time commands shortcut & macro capacities. (Fix [#10567](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10567))
4. Fix regression: no error message when locked file could not be saved - Show file locked warning now. (Fix [#9994](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9994))
5. Make “Confirm Save All” dialog more clear: use “Always Yes” button instead of “Cancel”. (Fix [#10339](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10339))
6. Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in dark mode. (Fix [#10502](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10502), [#10425](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10425), commit)
6. Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in dark mode. (Fix [#10502](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10502)), [#10425](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10425), commit)
7. Fix inconsistency of Document List context menu. (Fix [#10463](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10463))
8. Enable/disable ext column via Document list context menu directly. (Fix [#10468](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10468))
9. Add path column in Document list panel. (Fix [#9679](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9679))
@ -169,7 +169,7 @@ Updater (Installer only):
Notepad++ v8.1.4 new features, enhancements & bug-fixes:
1. Fix regression of find/replace and file open performance issue. (Fix [#10398](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10398), [#10296](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10296), [#10260](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10260))
1. Fix regression of find/replace and file open performance issue. (Fix [#10398](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10398), [#10296](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10296)), [#10260](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10260))
2. Make dark mode compatible with Windows 11. (Fix [#10299](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10299))
3. Make current existing plugins' toolbar icons display in both light and dark mode. (Fix [#9959](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9959), [#10388](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10388), [#9809](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9809))
4. Support TypeScript language (syntax highlighting, auto-completion & function list). (Implement [#10353](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10353))