summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-22 16:54:59 -0500
committerB. Stack <bgstack15@gmail.com>2023-01-22 16:54:59 -0500
commitea38eceffd5f3d7ec2c88ac39e2c5064ee70fec2 (patch)
tree4649128a5bdb83ac5e185cc62fe24bec0ea97c71 /notepadnext/debian/changelog
parentxpipe: add requirement for libbsd-dev (diff)
downloadstackrpms-ea38eceffd5f3d7ec2c88ac39e2c5064ee70fec2.tar.gz
stackrpms-ea38eceffd5f3d7ec2c88ac39e2c5064ee70fec2.tar.bz2
stackrpms-ea38eceffd5f3d7ec2c88ac39e2c5064ee70fec2.zip
notepadnext 0.6
Diffstat (limited to 'notepadnext/debian/changelog')
-rw-r--r--notepadnext/debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog
index 01188ad..2c27b9b 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,27 @@
+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 2022 15:27:39 -0500
+
notepadnext (0.5.6-1) obs; urgency=low
* Upstream updates
bgstack15