summaryrefslogtreecommitdiff
path: root/notepadpp/debian/changelog
blob: ca9f1f70dd4b1981e9689e7cdb7ec62a42277549 (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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
notepadpp (8.1.2-1+devuan) obs; urgency=medium

  - Bug-fixes and improvement:
    * Make dark mode restartless. (Fix #10121)
    * Activate dark mode in Windows 11. (Fix #10136)
    * Make Notepad++ dark mode colors customizable: add 6 more color tone 
      choices. (Implement #10128)
    * Add customizing dynamically dark mode colors capacity (Implement 
      #10145)
    * Add command line flag -udl="UDL name" to open a file by applying an 
      existent UDL via its name. (Implement #10102)
    * Use always current file directory in File Rename dialog. (Fix #10095)
    * Fix "Remember last used directory" unexpected behaviour. (Fix #10115)
    * Fix corrupted encoding text on status bar if shortcut assigned to 
      encode command. (Fix #10146)
    * Add a Save all confirm dialog. (Fix #2124, #9931)
    * Improve JavaScript auto-completion. (Fix #9858)

 -- B. Stack <bgstack15@gmail.com>  Sat, 24 Jul 2021 15:46:10 -0400

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

  - Regression-fixes and improvements:
    * Fix regression of auto-completion performance issue (Fix #9975)
    * Fix Open dialog with "Save" label for "Open" button (Fix #9966)
    * Fix Notepad++ crash on dark mode while starting up (Fix #9961)
    * Improve look & feel in dark mode (Fix #9982)
    * Adapt Tooltips in dark mode (Fix #9962)
    * Remove white line under menubar in dark mode (Fix #9984)
    * Make multiline and vertical tabs work in dark mode (Implement #10017)

 -- B. Stack <bgstack15@gmail.com>  Tue, 29 Jun 2021 10:58:42 -0400

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

    * Add Dark Mode. (Implement #9183 & #7692)
    * ARM64 build is available. (Implement #5158)
    * One button to build them all - build Notepad++ with Scintilla static 
      lib and Boost RegExpr headers. (Implement #9594)
    * Add new Fluent UI icons for toolbar. (Implement #9742)
    * Add new feature "Distraction Free Mode" (Menu "View->Distraction Free 
      Mode").
    * Add new API NPPM_ADDTOOLBARICON_FORDARKMODE for dark mode (Implement 
      #9928).
    * Add 1 click action (SHIFT-click) on close button to close all tabs in 
      dockable panel (Implement #8922.
    * Add ability of changing select text foreground color (optional). (Fix 
      #3397 & #1314)
    * Allow Replace to stop after replacement (optional). (Implement #4437)
    * Fix append extension feature not working in save dialog. (Fix #9939)
    * Add ability to reverse line order. (Implement #9837)
    * Add ability to style only current instance of text. (Fix #9263)
    * Fix duplicated entries in Auto-Completion pop-up window. (Fix #9711)
    * Fix Python Function List not showing functions in some circumstance. 
      (Fix #9844)
    * Enhance Folder as Workspace performance while adding/removing files 
      in bulk. (Fix #9203)
    * Add Ada, Fortran, Fortran77 & Haskell in function lists. (Fix #9698)
    * Improve performance of "Open all" command in Search results. (Fix 
      #9819)
    * Add "Copy Pathnames" command to Search results context menu. (Fix 
      #9821)
    * Catch regex search exceptions and show exception message. (Fix #9565)
    * Add MarkAll Preference settings for case and word. (Fix #9751 & #5148)
    * Fix regression: Handle "Default Directory" setting correctly in 
      Open/Save File Dialog. (Fix #9767)
    * Fix a special character in UTF16 file crash issue (regression). (Fix 
      #9797)
    * Add "Append extension" checkbox to Save As dialog. (Implement #9515)
    * Fix Copy command in Search result is available as there's no 
      selection. (Fix #9757)
    * Add padding ability in the edit zone. (Fix #2323)
    * Make new tab name translatable. (Fix #2837)
    * Improve character case handling in RegEx. (Fix #9636)
    * Fix dragged out UDL file is not applied to UDL in the new instance. 
      (Fix #3451)
    * Add command line parameter for adding specified string to app title 
      bar. (Implement #9539)
    * Fix Auto-Completion ignoring case issue. (Fix #3997, #4833 & #4998)
    * Fix "Match Whole Word" option being enabled in RegEx Search. (Fix 
      #9766)
    * Fix sort with column key selection that appears after tab characters. 
      (Fix #9682)
    * Fix "Reload Workspace" menu command not working issue. (Fix #9350)
    * Fix view file in Edge browser failure issue if name contains spaces. 
      (Fix #9313)
    * Add ability to avoid accumulating multiple search results. (Fix #8777)
    * Fix UTF-16 decoding/encoding for code points above U+FFFF. (Fix 
      #9597, #3747 & #5754)
    * Fix "Save As" command removing original path from recent files 
      history issue. (Fix #9673)
    * Fix function List button tool tips mixed up issue. (Fix #9804)
    * Remove Microsoft Bing from Notepad++ for Search on Internet command, 
      due to its poor reliability. (Ref)

 -- B. Stack <bgstack15@gmail.com>  Mon, 07 Jun 2021 14:25:58 -0400

notepadpp (7.9.5-1+devuan) obs; urgency=medium
  - Enhancements and bug-fixes:

    * Fix Notepad++ not starting up due to SaveAsAdmin plugin (for 
      installer package). (Fix 
      [#9514](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/95
      14))
    * Fix UNC path with quotes handling in folder & file Open/Save 
      dialog. (Fix #9582)
    * Fix file doesn't save as extension type on Windows 7. (Fix #9657)

 -- B. Stack <bgstack15@gmail.com>  Mon, 29 Mar 2021 10:29:59 -0400

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

  - Enhancements and bug-fixes:
    * Upgrade Scintilla from v4.2.0 to v4.4.6. (Implement #9550)
    * Fix DPI scaling broken while dragging Notepad++ into the 2nd 
      monitor regression. (Fix #9513, #9579)
    * Add "Find in Projects" feature. (Implement #8125)
    * Fix project workspace changes lost on save cancel issue. (Fix 
      #9605)
    * Fix folder picker not being launched issue because provided 
      directory is invalid. (Fix #9569)
    * Fix network path (UNC path) not working in file dialog. (Fix 
      #9527)
    * Fix shortcut name more than 64 characters makes a menu entry 
      empty name issue. (Fix #9556)
    * Fix extension appending issue in file dialog. (Fix #9510)
    * Fix file not turning to modified state (with Session Manager plugin) bug after its content being changed. (Fix #9475)
    * Add an option to mute all sounds in preferences dialog. (Fix #7950)
    * Make JSON auto-indent for brace. (Fix #9499)

 -- B. Stack <bgstack15@gmail.com>  Mon, 29 Mar 2021 10:29:04 -0400

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

  - Enhancements and bug-fixes:
    * Discontinued support for Windows XP & Windows Server 2003 due to
      [technical
      reasons](https://github.com/notepad-plus-plus/notepad-plus-plus/pull/937
      8). Notepad++ 7.9.2 is the last version to run on Windows XP & Windows
      Server 2003.
      [Ref](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master
      /SUPPORTED_SYSTEM.md)
    * Upgrade Notepad++ License: update GPL version from v2 to v3. (Fix
      [#9425](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/94
      25))
    * Fix the regression of copying line data from search results. (Fix
      #9334)
    * Fix "Print Line Number" preference is ignored for printing
      regression. (Fix #9379)
    * Fix a regression in Chinese Simplified localization. (Fix #9329)
    * Fix dockable panels not being displayed regression due to
      multi-instance mode activation. (Fix #9341 & #9363)
    * Make split-lines feature work again with multi-edge rightmost
      specified edge. (Fix #8262)
    * Enhance modern style file dialog for allowing UNIX style file
      path. (Fix #9374)
    * Use the modern browse folder dialog to get folder path. (Fix
      #8513)
    * Improve option for setting save dialog filter to All Types. (Fix
      #9325)
    * Add ability to delete entries from combo box history in Find
      dialog with DELETE key. (Implement #9366)
    * Fix lost session issue on Windows reboot/shutdown. (Fix #7839)
    * Add "save Folder as Workspace in session" option in save session
      dialog. (Implement #9165)
    * Make value dialog height accurate in any DPI. (Fix #8443)
    * Fix issue that Switch-To-Panel keyboard shortcuts cannot be used
      in context menu. (Fix #9435)
    * Fix a memory leak issue. (Ref)
    * Fix blurry display problem on an extended monitor. (Fix #8115)
    * Fix incompatible plugin not being deleted issue. (Fix #9377)
    * Synchronize GUP localization file (if available) with Notepad++
      in installer.
    * Enhance "No update" dialog with the download page link in the
      Notepad++ updater.
    * Fix NPPM_SETLINENUMBERWIDTHMODE API not working issue. (Fix #9338)

 -- B. Stack <bgstack15@gmail.com>  Sun, 28 Feb 2021 16:33:38 -0500

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).

 -- B. 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.

 -- B. 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.

 -- B. 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.

 -- B. 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.

 -- B. 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.

 -- B. 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.

 -- B. 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.

 -- B. 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