summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
blob: 93505fd13a80af16827ef2ee6ab411dba31b6f12 (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
notepadnext (0.6.1-1+stackrpms) obs; urgency=low

    * Add encoding/decoding for Base 64 and URL
    * Add menu option to remove empty links
    * Add filename extension support on macOS
    * Add "Show in Explorer" and "Open Command Prompt Here" for Windows
    * Add functionality to combine search results on the same line
    * Add message to find dialog when search wraps around
    * Add Ukrainian translation
    * Update Scintilla to v5.3.4
    * Custom context menu for editors
    * Identify more languages based on shebang
    * Update desktop file to pass file name argument
    * Provide better user error messages when files cannot be saved
    * Prevent crash when opening non-readable file
    * Fix SmartHighlighter stylers
    * Fix loading of translation files
    * Fix applying .editorconfig settings
    * Fix regular expression searching when file contained 3 or 4 byte
      characters

 -- B. Stack <bgstack15@gmail.com>  Mon, 10 Apr 2023 10:05:14 -0400

notepadnext (0.6-1+stackrpms) obs; urgency=low

  * Upstream updates
    * Add ability to restore opened and unsaved files between application
      restarts (this is experimental and should be used with caution)
    * Switch to Qt6 for official distribution (Flatpak distribution will
      remain on v5.15)
    * Build universal (multi-architecture) binaries for MacOS for native
      ARM support
    * Add Column Mode dialog to insert text/numbers at a specific column
    * Add File List to show opened editors
    * Add copying/exporting as HTML and RTF
    * Add app icon to Linux AppImage
    * Open all files when folder is dropped into the application
    * Allow renaming of temp files
    * Allow editing characters through the Hex Viewer
    * Update Lexilla to v5.2.1
    * Update Scintilla to v5.3.2
    * Default to UTF-8 for empty files
    * Fix crash on Linux when secondary instance opens non-existent file
    * Fix replacing all matches in a document

 -- B. Stack <bgstack15@gmail.com>  Sun, 22 Jan 2023 15:27:39 -0500

notepadnext (0.5.6-1) obs; urgency=low

  * Upstream updates
    * Add Alt+Down to duplicate current line
    * Add shortcut for Replace
    * Add ability to detect language from start of file
    * Auto detect XML files
    * Handle multi-byte characters in regex matching
    * Highlight and enable Ctrl+Click to open URLs located in the file
    * Show hidden files on file dialogs for Linux
    * Save/Restore editor zoom level
    * Update Chinese translation
    * Optimize application closing with opened files
    * Fix Javascript syntax highlighting
    * Fix displaying of non-ascii chars in Hex Viewer
    * Fix Scintilla's RectangularSelectionModifier for Qt
    * Fix forcing window to foreground on Windows
    * Attempt to bring window to foreground on Linux
    * Update Scintilla to v5.3.1
    * Update Lexilla to v5.2.0

 -- B. Stack <bgstack15@gmail.com>  Tue, 22 Nov 2022 10:25:59 -0500

notepadnext (0.5.5-1) UNRELEASED; urgency=low

  * Upstream updates
    * Add ability to manage/edit recorded macros
    * Add very basic hex viewer
    * Windows Installer detects running application
    * Open files in read-only mode

 -- B. Stack <bgstack15@gmail.com>  Tue, 22 Nov 2022 10:25:59 -0500

notepadnext (0.5.4-1) obs; urgency=low

  * What's changed:
    * Add Debug Log dock for displaying debug output in the application
    * Add command line argument --reset-settings to clear all application
      settings
    * Add basic context menu to Search Results
    * Add larger icon for Start Menu on Windows
    * Add automatic Winget releases
    * Select matching text in editor when navigating from search results
    * Better codec detection and conversion
    * Enable some NSIS Components by default
    * Fix memory leak
    * Fix line numbers displayed in search results
    * Fix "Open With" command on MacOS
    * Prevent crash when attempting to show autocomplete off-screen
    * Fix missing translation when running from the right-click context
      menu on Windows

 -- B. Stack <bgstack15@gmail.com>  Wed, 03 Aug 2022 14:33:45 -0400

notepadnext (0.5.3-1) obs; urgency=low

  * What's changed:
    * Add 'Find All in All Documents'
    * Add 'Replace All in All Open Documents'
    * Add ability to navigate to search results
    * Add Swedish translation
    * Add command line argument to load a specified translation
    * Fix segfault when trying to open non-existing file
    * Fix allowing user to create non-existing file
    * Ensure lines are visible when going to range
    * Fix crash when dragging text into the application
    * Automate publishing GitHub release
  * Package changes
    * Disable internationalization because of incomplete steps

 -- B. Stack <bgstack15@gmail.com>  Mon, 11 Jul 2022 16:33:08 -0400

notepadnext (0.4.10-1) obs; urgency=low

  * Initial release. Closes: packages-want#23

 -- B. Stack <bgstack15@gmail.com>  Thu, 14 Apr 2022 10:51:50 -0400
bgstack15