From 4758d43e84e77d465bc00680135c9c076719a2f8 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 30 Sep 2021 07:55:06 -0400 Subject: notepadpp 8.1.5 --- notepadpp/README.md | 2 +- notepadpp/debian/changelog | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) (limited to 'notepadpp') 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 Thu, 30 Sep 2021 07:51:57 -0400 + notepadpp (8.1.4-1+devuan) obs; urgency=medium - Bug-fixes and improvement: -- cgit