mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Updated Changes (markdown)
parent
6fa2d31185
commit
1356e110de
40
Changes.md
40
Changes.md
@ -18,8 +18,8 @@ Links to particular leading versions:
|
||||
|
||||
Notepad++ v8.1.9 bug-fixes:
|
||||
|
||||
1. Fix empty file with non-Unicode encoding cannot be saved issue. (Fix [#10699]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10699)
|
||||
2. Fix language list in Style Configurator not being reloaded issue. (Fix [#9512]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9512)
|
||||
1. Fix empty file with non-Unicode encoding cannot be saved issue. (Fix [#10699](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10699)
|
||||
2. Fix language list in Style Configurator not being reloaded issue. (Fix [#9512](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9512)
|
||||
|
||||
|
||||
More fixes & implementations detail:
|
||||
@ -46,8 +46,8 @@ 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)
|
||||
2. Workaround Microsoft dark mode API bug of Windows 11. (Fix [#10510]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10510)
|
||||
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)
|
||||
|
||||
|
||||
More fixes & implementations detail:
|
||||
@ -73,12 +73,12 @@ Due to a critical regression found in 8.1.7 release, please download v8.1.9 in w
|
||||
|
||||
Notepad++ v8.1.7 bug-fixes:
|
||||
|
||||
1. Fix empty file not being saved regression. (Fix [#10667]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10667)
|
||||
2. Fix white flash in dark mode on CMD launch with position parameters. (Fix [#10657]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10657)
|
||||
3. Enhance dark themes for some programming languages (JSON, Python & Makefile). (Fix [#10648]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10648)
|
||||
4. Fix "Run macro until the end of file" command skipping the last line issue. (Fix [#10441]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10441)
|
||||
5. Fix tooltip layout and position in RTL mode. (Fix [#10646]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10646)
|
||||
6. Fix docking problem for dockable panel in RTL mode. (Fix [#10641]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10641)
|
||||
1. Fix empty file not being saved regression. (Fix [#10667](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10667)
|
||||
2. Fix white flash in dark mode on CMD launch with position parameters. (Fix [#10657](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10657)
|
||||
3. Enhance dark themes for some programming languages (JSON, Python & Makefile). (Fix [#10648](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10648)
|
||||
4. Fix "Run macro until the end of file" command skipping the last line issue. (Fix [#10441](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10441)
|
||||
5. Fix tooltip layout and position in RTL mode. (Fix [#10646](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10646)
|
||||
6. Fix docking problem for dockable panel in RTL mode. (Fix [#10641](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10641)
|
||||
|
||||
|
||||
More fixes & implementations detail:
|
||||
@ -103,16 +103,16 @@ Due to the empty file not being saved regression found in v8.1.6, please downloa
|
||||
|
||||
Notepad++ v8.1.6 bug-fixes:
|
||||
|
||||
1. Fix NUL file-corruption issue after system shutting down brutally (power cuts). (Fix [#6133]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6133)
|
||||
2. Fix session lost issue after MS update restarting Windows. (Fix [#10402]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10402)
|
||||
3. Make Markdown UDL work in every dark theme. (Fix [#10593]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10593)
|
||||
4. Fix file can be marked as saved even it's been deleted outside. (Fix [#10401]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10401)
|
||||
5. Fix white flash on Notepad++ startup in dark mode issue. (Fix [#10601]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10601)
|
||||
6. Fix status bar text display glitchy in dark mode. (Fix [#10564]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10564)
|
||||
7. Fix docked window sizing problem in RTL mode. (Fix [#10536]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10536)
|
||||
8. Fix floating panel movement problem in RTL mode. (Fix [#10579]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10579)
|
||||
9. Fix Print GUI bug in Preferences dialog. (Fix [#10552]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10552)
|
||||
10. Fix file erased on save issue when there is no free space left on disk (Fix [#5664]https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5664)
|
||||
1. Fix NUL file-corruption issue after system shutting down brutally (power cuts). (Fix [#6133](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6133)
|
||||
2. Fix session lost issue after MS update restarting Windows. (Fix [#10402](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10402)
|
||||
3. Make Markdown UDL work in every dark theme. (Fix [#10593](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10593)
|
||||
4. Fix file can be marked as saved even it's been deleted outside. (Fix [#10401](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10401)
|
||||
5. Fix white flash on Notepad++ startup in dark mode issue. (Fix [#10601](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10601)
|
||||
6. Fix status bar text display glitchy in dark mode. (Fix [#10564](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10564)
|
||||
7. Fix docked window sizing problem in RTL mode. (Fix [#10536](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10536)
|
||||
8. Fix floating panel movement problem in RTL mode. (Fix [#10579](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10579)
|
||||
9. Fix Print GUI bug in Preferences dialog. (Fix [#10552](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10552)
|
||||
10. Fix file erased on save issue when there is no free space left on disk (Fix [#5664](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5664)
|
||||
|
||||
|
||||
More fixes & implementations detail:
|
||||
|
Loading…
x
Reference in New Issue
Block a user