blob: 61d88574752d18af037d7408b0843d22edf7421c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
notepadpp (7.8.7-1+devuan) obs; urgency=medium
- Enhancements and bug-fixes
* Fix new style save dialog by selecting right file filter and adding extension automatically.
* Add right-click context menu to bookmark margin.
* Add sub-menu bullets for cascaded Encoding and Language menus.
* Display file name as root of workspace instead of "Workspace".
* Add file extension automatically for session files and workspace files while saving in new style dialog.
* Fix file reading failure (network problem) not detected issue.
* Improve Document Map precision.
* Fix clickable links break syntax highlighting issue.
* Fix current range detached from Document Map issue.
* Disallow backward regex searches due to sometimes surprising results ([an non-UI option is available to enable it](https://npp-user-manual.org/docs/preferences/#preferences-for-advanced-users)).
* Fix wrong project panel at start by opening a project via command line.
* Allow user to skip *.* when adding only excluding Filters for Find/Replace In Files.
* Fix Doc switcher icon state update issue for cloned documents.
* Assign CTRL-M as default shortcut for invoking mark dialog.
* Fix also a folding visual glitch in Find result.
* Add count of files searched to "Find result" output.
* Fix Find/Replace history lost issue.
* Fix bug of Mark clearing in selection mode.
* Fix auto-completion suggest the same word while the word being modified.
-- Ben Stack <bgstack15@gmail.com> Wed, 17 Jun 2020 13:28:48 -0400
notepadpp (7.8.6-1+devuan) obs; urgency=medium
- Bug-fixes and enhancements
* Add multi-column marker (multi-line edge) feature.
* Add dynamical sorting feature for Folder as Workspace.
* Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled).
* Fix folding state lost on the next startup issue.
* Make Replace-in-Files confirmation dialog modal to prevent from crashing.
* Add support of smart-indenting for Perl and Rust.
* Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4.
-- Ben Stack <bgstack15@gmail.com> Wed, 29 Apr 2020 16:19:53 -0400
notepadpp (7.8.5-1+devuan) obs; urgency=medium
- Bug-fixes and enhancements
* Fix "Monitoring" not detecting all file changes issue.
* Fix auto-updater disabling not working regression.
* Fix Notepad++ doesn't exit correctly while Windows 10 update restart.
* Make Count command in Find dialog respect Backward-direction and Wrap-around options.
* Make Find dialog remember its position across runs.
* Add the document size column to the Windows Selection dialog.
* Make "View Current File in(browser)" commands macro recordable.
* Add external sound control capability for unsuccessful search (in Find dialog) bell.
-- Ben Stack <bgstack15@gmail.com> Mon, 09 Mar 2020 09:29:37 -0400
notepadpp (7.8.4-1+devuan) obs; urgency=medium
- Bug-fixes
* Fix regression of double clicking a found in files result while Word-Wrap is on.
* Fix HashFromDlg title bar localization issue.
-- Ben Stack <bgstack15@gmail.com> Tue, 18 Feb 2020 16:14:15 -0500
notepadpp (7.8.3-1+devuan) obs; urgency=low
- Enhancements and bug-fixes
* Add the "Expand All", "Fold All" and "Select/Show current editing file" capacity into Folder as Workspace.
* Fix restoring line position issue while document is wrapped.
* Improve Json syntax highlighting.
* Make filling find field of Find dialog with selected word(s) optional.
* Make doSaveOrNot dialog simpler when there's a single file to save.
* Fix auto-insert {[""]} imbrication not working issue.
* Make cmd cli (for "Open Containing Folder in cmd") customizable.
* Prevent from setting Updater's Proxy as Notepad++ is not in Admin mode.
* Disable file association settings when Notepad++'s no admin right.
* Fix incremental search bar "highlight all" option not conserved bug.
* Enhance SQL syntax highlighting (add 2 more keyword lists).
* Fix too small buffer issue during add text macro playback.
* Fix "Close All Unchanged" not working issue for sub-view.
* Eliminate garbage displaying in Find-result fold margin.
-- B Stack <bgstack15@gmail.com> Mon, 27 Jan 2019 09:06:43 -0500
notepadpp (7.8.2-1+devuan) obs; urgency=low
- Initial release for Devuan
- Use custom orig.tar.gz that combines the upstream 7z files and some plugins
* 32-bit and 64-bit Compare
* 32-bit TextFX Characters
- Enhancements and bug-fixes
* Add key shortcuts in Save or not dialog.
* Add find in files filter excluding ability.
* Add “Open UDL folder” command.
* Fix issue of showing save dialog twice while cloned file is dirty.
* Enhance “Open Explorer” command in Folder as workspace with expected path.
* Fix tab dragging issues.
* Enhance “Close all but This” and “Close all to the left/right” commands while files are dirty.
* Enhance “In Selection” option in Find dialog.
* Fix Notepad++ blocked in notification zone issue.
* Make end-of-line conversion operations macroable.
* Fix “View Current File In” commands disabled problem in some situations.
-- B Stack <bgstack15@gmail.com> Fri, 27 Dec 2019 13:49:15 -0500
|