summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-09-30 07:55:06 -0400
committerB. Stack <bgstack15@gmail.com>2021-09-30 07:55:06 -0400
commit4758d43e84e77d465bc00680135c9c076719a2f8 (patch)
treeb1ffb429a6e94944b591a187b9febf54615e702d /notepadpp
parentMerge branch 'newmoon-bump' into 'master' (diff)
downloadstackrpms-4758d43e84e77d465bc00680135c9c076719a2f8.tar.gz
stackrpms-4758d43e84e77d465bc00680135c9c076719a2f8.tar.bz2
stackrpms-4758d43e84e77d465bc00680135c9c076719a2f8.zip
notepadpp 8.1.5
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/README.md2
-rw-r--r--notepadpp/debian/changelog28
2 files changed, 29 insertions, 1 deletions
diff --git a/notepadpp/README.md b/notepadpp/README.md
index 46e898f..0dbcf92 100644
--- a/notepadpp/README.md
+++ b/notepadpp/README.md
@@ -12,7 +12,7 @@ Package `notepadqq` does not accomplish the same effect I wanted.
## Reverse dependency matrix
Distro | notepadpp version
---------- | ----------------
-Devuan | 7.8.3
+Devuan | 8.1.5
## Additional info
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 261e693..b6f5fe0 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,31 @@
+notepadpp (8.1.5-1+devuan) obs; urgency=medium
+
+ - Bug-fixes and improvement:
+ * Make Insert date time customizable. (Fix #10467)
+ * Make date time order reversible for short & long format. (Fix #10445)
+ * Add Insert Date/Time commands shortcut & macro capacities. (Fix
+ #10567)
+ * Fix regression: no error message when locked file could not be saved
+ - Show file locked warning now. (Fix #9994)
+ * Make "Confirm Save All" dialog more clear: use "Always Yes" button
+ instead of "Cancel". (Fix #10339)
+ * Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in
+ dark mode. (Fix #10502, #10425, commit)
+ * Fix inconsistency of Document List context menu. (Fix #10463)
+ * Enable/disable ext column via Document list context menu directly.
+ (Fix #10468)
+ * Add path column in Document list panel. (Fix #9679)
+ * Allow custom color for Document Map. (Fix #10052)
+ * Fix docked/float panels in RTL layout issue. (Fix #10488)
+ * Fix CSS pseudo-elements not recognized issue. Update CSS keywords and
+ add new styles. (Fix #10425)
+ * Fix issue that current directory not been applied after changing
+ current directory option in preferences. (Fix #10396)
+ * Sort Default language combobox of "New Document" section in
+ Preferences. (Fix #10513)
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 30 Sep 2021 07:51:57 -0400
+
notepadpp (8.1.4-1+devuan) obs; urgency=medium
- Bug-fixes and improvement:
bgstack15