|
1 | 1 | Preview HTML plugin for Notepad++ |
2 | 2 | ================================= |
3 | 3 |
|
| 4 | +v1.4.3.0, 2025-12-18 |
| 5 | +-------------------- |
| 6 | +- Fixed: resolved an edge case where the preview background would become solid black in dark app mode |
| 7 | +- Changed: the minimum required version of `msedgewebview2.exe` is no longer strictly enforced (may prevent issues like [#6]) |
| 8 | +- Added: pages with no user-defined CSS will by styled with a default light or dark theme |
| 9 | +- Added: new configuration options for: |
| 10 | + |
| 11 | + * overriding the default style theme |
| 12 | + * inserting a JavaScript file that runs during previews |
| 13 | + |
| 14 | + Visit [the wiki](https://github.com/rdipardo/npp_preview/wiki/Settings#style-javascript) to learn more. |
| 15 | + |
4 | 16 | v1.4.2.1, 2025-12-05 |
5 | 17 | -------------------- |
6 | 18 | - Fixed: previews render with a white default background even when dark app mode is enabled ([MicrosoftEdge/WebView2Feedback#5454]) |
@@ -95,12 +107,13 @@ v1.1.0.0, 2013-01-20 |
95 | 107 | [#3]: https://github.com/rdipardo/npp_preview/issues/3 |
96 | 108 | [#4]: https://github.com/rdipardo/npp_preview/issues/4 |
97 | 109 | [#5]: https://github.com/rdipardo/npp_preview/issues/5 |
| 110 | +[#6]: https://github.com/rdipardo/npp_preview/issues/6 |
98 | 111 | [wiki homepage]: https://github.com/rdipardo/npp_preview/wiki |
99 | 112 | [a017892ab7]: https://fossil.2of4.net/npp_preview/tktview/a017892ab7 |
100 | 113 | [cfc74baf4b]: https://fossil.2of4.net/npp_preview/tktview/cfc74baf4b |
101 | 114 | [20d1203257]: https://fossil.2of4.net/npp_preview/tktview/20d1203257 |
102 | 115 | [1b34ee74aa]: https://fossil.2of4.net/npp_preview/tktview/1b34ee74aa |
103 | | -[MicrosoftEdge/WebView2Feedback#5392]: https://github.com/MicrosoftEdge/WebView2Feedback/issues/5454 |
| 116 | +[MicrosoftEdge/WebView2Feedback#5454]: https://github.com/MicrosoftEdge/WebView2Feedback/issues/5454 |
104 | 117 |
|
105 | 118 | <!-- |
106 | 119 | vim: ft=markdown |
|
0 commit comments