summaryrefslogtreecommitdiff
path: root/notepadpp/debian/changelog
blob: a7d0ec85e3e40610ccf582ebb15b21e3ae0b9c92 (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
notepadpp (7.9.2-1+devuan) obs; urgency=medium

  - Enhancements and bug-fixes:
    * Fix regression of auto-Indent. (Fix 
      [#9113](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9113)) 
    * Add custom URI schemes ability. (Fix #9155) 
    * Improve URL parser: fix apostrophe in an URL issue. (Fix #9031) 
    * Add context menu with "Copy link" ability. (Implement #2435) 
    * Add color samples on menu items for styling features. (Fix #8983) 
    * Add "-settingsDir" argument for overriding default settings path. 
      (implement #4696) 
    * Fix crash while exit command issued by plugin. (Fix #9082) 
    * Fix several bugs of PHP parser rule for function list. (Fix 
      #3321, #5045, #4627, #4606, #8855, #4208, #981, #2522, #1103, #4712, 
      #3560, #5150, #4606) 
    * Move "Normal Text" to top in Languages Menu. (Implement #7746, 
      #8277) 
    * Add new API NPPM_GETSETTINGSONCLOUDPATH for plugins. (Implement 
      #9168) 
    * Add an option for displaying constant line number width. 
      (Implement #5670) 
    * Fix function list is empty with new user profile in the same PC 
      issue. (Fix #9134) 
    * Fix single-quoted string being badly recognized as attribute 
      value in XML. (Fix #3403) 
    * Fix docked panels appear with "-nosession" cmd line parameters. 
      (Fix #8005) 
    * Improve text selection after Replace All In Selection operation. 
      (Fix #9270) 
    * Add the number of total documents on windows dialog's title bar. 
      (Implement #8338) 
    * Fix scroll to last line problem after main window resizing. (Fix 
      #9123) 
    * Fix Plugin admin display UTF-8 issue in its description. (Fix 
      #9266) 
    * Fix Search result's text direction (RTL) not always synchronized 
      with main edit zone's one issue. (Fix #9241) 
    * Fix dockable panels display issue in RTL direction. (Fix #9241) 
    * Fix Search result line number highlighting inaccurate issue. (Fix 
      #9224) 
    * Make "Line" preceding each line number on Search Results 
      translatable. (Fix #9224) 
    * Fix menu check marks not being removed after closing "Clipboard 
      History" and "Character Panel" panels. (Fix #9216) 
    * Fix command line arguments -p, -n & -c negative value's undefined 
      behaviour. (Fix #9146) 
    * Add new Margin/Border/Edge sub-page in Preferences. (Implement 
      #8896) 
    * Fix find in files failure issue due to directory path with 
      leading/trailing spaces. (Fix #9199) 
    * Fix folder icon display issue in "Folder as Workspace" after 
      "Expand/Collapse All". (Fix #8912) 
    * Make "Clipboard History" and "Character Panel" togglable. (Fix 
      #9094, #9078) 
    * Fix Find in found results dialog launch failure after macro 
      execution. (Fix #8199) 
    * Disallow Goto dlg offset option from moving to position inside 
      multi-byte char or between CR and LF. (Fix #9101, #9125) 
    * Fix "Go to..." dialog wrong Offset value in empty files. (Fix 
      #9145) 
    * Prevent corruption possibility when using -p command line 
      parameter in a UTF file. (Fix #9142) 
    * Improve indent guidelines on non-brace control block languages. 
      (Fix #9137) 
    * Prevent names of untitled tabs from duplication. (Fix #9119) 
    * Add tooltips for Folder as Workspace 3 commands. (Fix #8325) 
    * Fix "SCI_NEWLINE" inside a macro not working issue. (Fix #5571) 
    * Fix bug where search-results won't open 'new 1' file. (Fix #8461, 
      #9098) 
    * Fix tab close button remain pushed issue. (Fix #7750) 
    * Enhance ghost typing command line argument feature - using white 
      space directly instead of %20. 
      ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f617325006e7b7f22340b0a49f60a82e3d0392b4)) 

 -- B. Stack <bgstack15@gmail.com>  Mon, 01 Feb 2021 13:58:10 -0500

notepadpp (7.9.1-1+devuan) obs; urgency=medium

  - Packaging
    * bin32 and bin64: Depend on -common that is same or higher version
  - Enhancements and bug-fixes
    * Fix NUL file-corruption bug after Windows shutdown brutally (Fix 
      [#6133](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6133)).
    * Fix inaccurate URL detection by replacing a new URL parser (Fix 
      #3912, #3353, #4643, #5029, #6155, #7791, #8634)
    * Fix RegEx look behind operations and \A and and \b and \z (Fix 
      #713, #1870, #2216, #2360, #9004, #4855).
    * Split functionList.xml into multifile in "functionList" Folder 
      (Implement #4896).
    * Make tray icon work again in administrator mode (Fix #8528).
    * Fix dialogs & floating dockable panels don't minimize to system 
      tray issue (Fix #9044, #8928).
    * Add alternative icon set for tab bar (Implement #8068).
    * Add ability to remove any duplicate lines in a document, keeping 
      the first occurrence (Fix #8965).
    * Fix incorrect icon for monitoring status in Document list panel 
      and in Document switcher (Fix #8783).
    * Add copy marked text & styled text to clipboard commands to menu 
      (Implement #8943, #6095).
    * Fix find-all-open-docs not finding all matches in ANSI files (Fix 
      #8901).
    * Display long lines better in Find-result panel by increasing its 
      max length to 2048 (Fix #7723).
    * Fix double clicking on find result line not working (Fix #9009, 
      #8525).
    * Fix Find-result rclick-Copy incomplete data bug (Fix #8801).
    * Add case insensitive lines sorting (Implement #4479).
    * Add "Open Containing Folder as Workspace" command in main menu 
      and in context menu of tabs (Implement #3028).
    * Enhance Sel info of status bar (Fix #8524).
    * Add new option for save type of normal text files in Save dialog 
      (Fix #8866).
    * Fix file path truncated issue in save confirmation dialog (Fix 
      #8812).
    * Fix auto-Indent not working for PowerShell (Fix #9049).
    * Allow setting of background color for bookmark margin (Fix #8833).
    * Fix smart-highlighting not applying to cloned view (Fix #7910).
    * Fix smart highlight issue related to EOF (Fix #8908).
    * Fix closing file in 2nd view not removed from Doc Switcher (Fix 
      #8800).
    * Add Delete keystroke to remove selected root from Folder as 
      Workspace (Fix #8960).
    * Add TAB keystroke in Function List to switch between search field 
      and list (Fix #8665).
    * Add ESC keystroke in Function List to switch to edit window (Fix 
      #8886).
    * Add ESC keystroke to close Search Results Window (Implement 
      #2946).
    * Fix data-prefixed attributes are not recognized in HTML (Fix 
      #6200).

 -- Ben Stack <bgstack15@gmail.com>  Fri, 04 Dec 2020 08:55:14 -0500

notepadpp (7.9-1+devuan) obs; urgency=medium

    Add the ability to open the target file of a Shortcut (*.lnk).
    Enhance side panels behaviour: close a single panel instead of the entire stack.
    Fix Monitoring & document auto-update not scrolling to the end of the file with Word wrap enabled issue.
    Fix mouse cursor flicker while hovering URLs.
    Add back hovered blue underlined URLs.
    Enhance C++, Perl, Python parsers and add VHDL in Function List.
    Improve some ambiguous commands naming in Shortcut Mapper.
    Add an option to prevent right click from canceling selection.
    Add ability to sort lines randomly.
    Fix "Close All BUT this" looses current document data issue.
    Allow user to start making a stream selection and then change to column block (by pressing ALT key).
    Add word wrap option to find results context menu.
    Add keyboard navigation ability to Column Editor.
    Add keyboard shortcut ability to Projects, Folder as Workspace and Function List for switching among these panels.
    Enable project panels toggle from menu.
    Enhance Folder as Workspace to restore latest selected item of last session on Notepad++ startup.
    Fix inaccurate line margin update with word wrap enabled.
    Fix Find previous/next commands not scroll vertically to show match result issue (with word wrap disabled).
    Fix column key sort with col block starting in col1 bug.
    Add confirmation preference for Replace All in All Opened Documents operation.
    Add Escape keypress in functionlist searchbox to clear its text.
    Add RTL capability to localized messageboxes.
    Make (Find) dlgAlwaysVisible a true Preference setting.
    Fix sorting by column key using incorrect key values.
    Add search scope to Find window status bar output.
    Fix false hit result in Find in Finder.
    Prevent redundant line data copy in Finder.

 -- Ben Stack <bgstack15@gmail.com>  Mon, 05 Oct 2020 09:39:43 -0400

notepadpp (7.8.9-1+devuan) obs; urgency=medium

  - Bug-fixes
    * Fix Line operations (join lines, split lines, remove duplicate lines and sort lines) doing one too many lines issue.
    * Fix the regression of jump line failure via command line (-n).
    * Fix URL Hovered colour disappears after modifying any Clickable Link Settings regression.
    * Fix URL is not clickable in certain stuation while wrapped is enabled.
    * Fix "Save" not working in Windows dialog.
    * Fix Flickering cursor after double clicking a found line in find results.
    * Fix Found line may not be centered by double clicking in find results, if word wrap is on.
    * Fix wrong horizontal scroll bar position after restoring Window position.
    * Fix Find result window output TAB-width incoherent issue.

 -- Ben Stack <bgstack15@gmail.com>  Thu, 23 Jul 2020 18:23:11 -0400

notepadpp (7.8.8-1+devuan) UNRELEASED; urgency=medium

  - Enhancements and bug-fixes
    * Fix accented characters in ANSI files not found in "find in files" and "replace in files" commands issues.
    * Add an option to improve rendering special Unicode characters by using Scintilla's DirectWrite technology.
    * Fix URL invisible issue in dark themes.
    * Fix the focus not on the opening new file issue.
    * Fix Workspace (Project panel), Folder As Workspace and function list keep focus issue after double clicking an item.
    * Add Ctrl+Backspace ability to delete word for comboboxes in Find/Replace dialog.
    * Add ability to find-all in selected text.
    * Fix wrong treatment of backslashes as escape sequences in autocompletion.
    * Enhance "Remove Empty Lines" command: Allow scope to be limited by an active selection.
    * Fix loading of project & session files by drag & drop not working issue.
    * Fix block selection cursor wrong positions after typing TAB.
    * Add confirmation prompt to "Replace all in all opened documents" command to avoid PBKAC.

 -- Ben Stack <bgstack15@gmail.com>  Wed, 22 Jul 2020 00:00:00 -0400

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
bgstack15