mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 08:44:40 +02:00
Add issue refs for 7.4.x and 7.3.x versions
parent
f08e107da7
commit
2f1f039350
118
Changes.md
118
Changes.md
@ -1050,12 +1050,12 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.4.2 new features/enhancements & bug-fixes:
|
||||
|
||||
1. Add SWIFT language support.
|
||||
2. Fix replace in files regression.
|
||||
3. Enhance Find Replace dialog (resizable & remove search direction radio buttons).
|
||||
4. Fix a crash issue while doing a column insertion on a CJK unicode document.
|
||||
5. Fix repeated notification dialog for modification from outside of Notepad++.
|
||||
6. Fix a visual glitchy during tab drag and drop.
|
||||
1. Add SWIFT language support. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c8969b773ff08065613076ac642830ccab586b8c))
|
||||
2. Fix replace in files regression. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/dbe2b698b14b015a002d69187b3c3e2f1bcac952))
|
||||
3. Enhance Find Replace dialog (resizable & remove search direction radio buttons). (Fix [#2516](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2516), [#774](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/774), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9f421eb2a9918e12042ffeacd50420eaed2d41b5), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/4f81261a857066067a2d610317c30e97b3238194))
|
||||
4. Fix a crash issue while doing a column insertion on a CJK unicode document. (Fix [#3314](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3314))
|
||||
5. Fix repeated notification dialog for modification from outside of Notepad++. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/85216fe5772e5c9dd23a22795bea1ffc546b0aae))
|
||||
6. Fix a visual glitchy during tab drag and drop. (Fix [#3017](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3017), [#2771](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2771))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -1073,9 +1073,10 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ v7.4.1 bug-fixes:
|
||||
|
||||
1. Fix Notepad++ hanging issue on start up due to its connection on Internet - disable the certification chain verification.
|
||||
2. Fix the opened zero length file not saving bug.
|
||||
3. Improve Document Peeker performance issue for large files.
|
||||
1. Fix Notepad++ hanging issue on start up due to its connection on Internet - disable the certification chain verification. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/8dbd956344c1d6a25eed790ccbd22b9760c3de2e))
|
||||
2. Fix the opened zero length file not saving bug. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/8aa6562ac3f3190c289f6f951e350175fdef7214))
|
||||
3. Improve Document Peeker performance issue for large files. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a067de8ce2e2e64904e0883fa1a202f0e37b9cb8))
|
||||
4. Refine the empty file as UTF8 encoding feature. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/caee8909608fb747e9a510885ea2d4b9514f5b76))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -1093,25 +1094,25 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.4 new features/enhancements & bug-fixes:
|
||||
|
||||
1. Add document peek feature (while mouse hovering on tab).
|
||||
2. Add peek on document map feature.
|
||||
3. Fix issue with clicking links in html/js/asp/php.
|
||||
4. Fix folding vertical line loses colour after changing folding style via Preference dialog.
|
||||
5. Enhance folding feature (multi-line quotes) for python.
|
||||
6. Improve certificate verifying method.
|
||||
7. Fix issue of losing syntax highlighting while changing file extension (by "save as").
|
||||
8. Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting.
|
||||
9. Apply the new file custom encoding (Unicode or not) while opening an empty content file.
|
||||
10. Improve whitespace visibility while the visualization of whitespace is activated.
|
||||
11. Support RTL for header and footer printing.
|
||||
12. Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++.
|
||||
13. Drag and dropping tabs is possible in multi-line tab mode.
|
||||
14. Fix issue of right clicking on multiline tabs.
|
||||
15. Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel)
|
||||
16. Fix text on active tabs (multi-line mode) being clipped problem.
|
||||
17. Fix regression for saving session file (for session file extension, if set).
|
||||
18. Enhance saving workspace file by adding workspace file extension (if set).
|
||||
19. Fix change.log always opened issue.
|
||||
1. Add document peek feature (while mouse hovering on tab). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/fe463dc03aa64746fd88a39426da4d33f371b41f))
|
||||
2. Add peek on document map feature. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a43c9b9745e6b46a00e32c4061185cf03b4b9387))
|
||||
3. Fix issue with clicking links in html/js/asp/php. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/74c24cf6b54f10ea70ac1651ba9efd62c4e18d3b))
|
||||
4. Fix folding vertical line loses colour after changing folding style via Preference dialog. (Fix [#2948](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2948))
|
||||
5. Enhance folding feature (multi-line quotes) for python. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f917abd1f4e5d76e844ab84610738f9a6f8a0c0a))
|
||||
6. Improve certificate verifying method. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e2329fd15c21e30013689d1911b464d34c7ddadd))
|
||||
7. Fix issue of losing syntax highlighting while changing file extension (by "save as"). (Fix [#1298](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1298))
|
||||
8. Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/ca3c2a6016f7fbac88e780dfa461f64f09c59ef0))
|
||||
9. Apply the new file custom encoding (Unicode or not) while opening an empty content file. (Fix [#2947](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2947), [#1874](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1874))
|
||||
10. Improve whitespace visibility while the visualization of whitespace is activated. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e10847b429ea7799425e9e88925cb208ba14d4b6))
|
||||
11. Support RTL for header and footer printing. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/ea87ffd7d0f9b56a16f7b3bdb4a3317d1dc75107))
|
||||
12. Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f4228f5e52b9519694adbd8ce5e569e44e180a4b))
|
||||
13. Drag and dropping tabs is possible in multi-line tab mode. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5184880161aed13e122a8fe2d6d24a68af95ed79))
|
||||
14. Fix issue of right clicking on multiline tabs. (Fix [#3186](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3186))
|
||||
15. Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel) ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/96c0943ad698733128a46200ddb017bc24310abc), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e94036114b8718480ab35116534125181303b559))
|
||||
16. Fix text on active tabs (multi-line mode) being clipped problem. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/b7a560c01218b06eee8005df077c0818ef8cb183))
|
||||
17. Fix regression for saving session file (for session file extension, if set). (Fix [#3029](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3029))
|
||||
18. Enhance saving workspace file by adding workspace file extension (if set). (Fix [#3029](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3029))
|
||||
19. Fix change.log always opened issue. (Fix [#2896](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2896), [#2979](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2979), [#3014](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3014))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -1129,16 +1130,16 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.3.3 bug-fixes & enhancements:
|
||||
|
||||
1. Fix CIA Hacking Notepad++ issue (https://wikileaks.org/ciav7p1/cms/page_26968090.html).
|
||||
2. Fix mouse wheel to task list scroll crash bug.
|
||||
3. Fix flickering issue while switching back after modifying or deleting a document from outside.
|
||||
4. Support Motorola S-Record, Intel and Tektronix extended hex file formats.
|
||||
5. Improve multi-line tab: maintaining the selected tab position.
|
||||
6. Fix add char into word char list bug.
|
||||
7. Add Shift+Enter in Find dialog for searching in the opposite direction.
|
||||
8. Fix a regression that delimiter settings is not retained correctly.
|
||||
9. Add clear command button in shortcut mapper.
|
||||
10. Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set.
|
||||
1. Fix CIA Hacking Notepad++ issue (https://wikileaks.org/ciav7p1/cms/page_26968090.html). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/b869163609473f05c4f5d1d72a579b9f6af66ccd))
|
||||
2. Fix mouse wheel to task list scroll crash bug. (Fix [#1616](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1616), [#2603](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2603), [#2828](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2828), [#607](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/607))
|
||||
3. Fix flickering issue while switching back after modifying or deleting a document from outside. (Fix [#2010](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2010), [#1018](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1018). [#1761](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1761))
|
||||
4. Support Motorola S-Record, Intel and Tektronix extended hex file formats. (Fix [#1256](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1256))
|
||||
5. Improve multi-line tab: maintaining the selected tab position. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e1125f0bbc6632f037c7511368c01e55bfaa447e))
|
||||
6. Fix add char into word char list bug. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f524dfaf067c9f654ec07752b0e3813189c27e82))
|
||||
7. Add Shift+Enter in Find dialog for searching in the opposite direction. (Fix [#1739](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1739))
|
||||
8. Fix a regression that delimiter settings is not retained correctly. (Fix [#2911](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2911))
|
||||
9. Add clear command button in shortcut mapper. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7ab6458978c3f27de7078310cbd7db8a22e867f9))
|
||||
10. Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6388d48e0ce5707e822f287203e46a2923f2881f))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -1156,18 +1157,19 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.3.2 bug-fixes & enhancements:
|
||||
|
||||
1. Fix crash issue on column mode editor.
|
||||
2. Fix "Use new style save dialog" setting's regression.
|
||||
3. Enhance "Open file" command - open a file from editor zone without selecting its full path.
|
||||
4. Fix word char list settings not applying on next launch issue.
|
||||
5. Fix block uncomment for line comment bug.
|
||||
6. BaanC Language is supported.
|
||||
7. Add error notification on run dialog.
|
||||
8. Fix the caret position not maintained issue between document move.
|
||||
9. Fix caret goes to wrong position after word completion.
|
||||
10. Enhance Function List for supporting language.
|
||||
11. Add check mark in Language menu.
|
||||
12. Fix toolbar not showing issue while launching Notepad++ from system tray in some unknown configuration.
|
||||
1. Fix crash issue on column mode editor. (Fix [#2820](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2820))
|
||||
2. Fix "Use new style save dialog" setting's regression. (Fix [#2814](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2814))
|
||||
3. Enhance "Open file" command - open a file from editor zone without selecting its full path. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7ad86ad68846e084abd0ca0ba56eec5f306cbe5d))
|
||||
4. Fix word char list settings not applying on next launch issue. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/754b92871d23e00237ee0af6beeabdfc7908a00a))
|
||||
5. Fix block uncomment for line comment bug. (Fix [#1200](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1200), [#1714](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1714), [#2125](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2125), [#2854](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2854))
|
||||
6. BaanC Language is supported. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/1b1265302fdeeb9f3da9d4f9c4c60ffbfe258525))
|
||||
7. Add error notification on run dialog. (Fix [#2179](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2179))
|
||||
8. Fix the caret position not maintained issue between document move. (Fix [#2541](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2541))
|
||||
9. Fix caret goes to wrong position after word completion. (Fix [#2675](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2675))
|
||||
10. Enhance Function List for supporting language. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9dc109f5990a707ca69235608fa2f1fbd223ea82))
|
||||
11. Add check mark in Language menu. (Fix [#1095](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1095))
|
||||
12. Fix toolbar not showing issue while launching Notepad++ from system tray in some unknown configuration. (Fix [#2600](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2600))
|
||||
13. Show OS platform (32/64 bit) in Debug Info. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3dfe526019a66be4cac540affbf17dc833bf51b6))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -1185,8 +1187,10 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.3.1 bug-fix & enhancement:
|
||||
|
||||
1. Fix generation of MD5 on Unicode bug.
|
||||
2. Enhancement : make "Word characters list" customizable.
|
||||
1. Fix generation of MD5 on Unicode bug. (Fix [#2743](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2743))
|
||||
2. Enhancement : make "Word characters list" customizable. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6a05bedd05cbfce40106aa464e43448639d1913b))
|
||||
3. Fix "Don't check at launch time" not working problem. (Fix [#2746](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2746))
|
||||
4. Improve Folder Browse And Save Dialog. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6a0b7653b039bd7caa70c84d31ac2bbbb34780cf))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -1204,11 +1208,11 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.3 new feature & bug-fixes:
|
||||
|
||||
1. Add MD5 functionalities.
|
||||
2. Fix the problem of launch Notepad++ with Admin right after installation.
|
||||
3. Fix a problem of recent file history - add to recent file history only if file is removed from all the views.
|
||||
4. Get back Find dialog while you lost it (in a multi-screen + laptop configuration).
|
||||
5. Fix long hyperlinks truncated problem.
|
||||
1. Add MD5 functionalities. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/8fc1a2ed303faa77b540d28799e1d441c32fa03f))
|
||||
2. Fix the problem of launch Notepad++ with Admin right after installation. (Fix [#2641](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2641), [#159](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/159), [#556](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/556))
|
||||
3. Fix a problem of recent file history - add to recent file history only if file is removed from all the views. (Fix [#2277](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2277))
|
||||
4. Get back Find dialog while you lost it (in a multi-screen + laptop configuration). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/ac871cacd48434375f81d28773dc316677716b22))
|
||||
5. Fix long hyperlinks truncated problem. (Fix [#1248](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1248), [#1595](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1595), [#1762](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1762))
|
||||
|
||||
Included plugins:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user