diff options
author | B. Stack <bgstack15@gmail.com> | 2021-09-30 13:57:10 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-09-30 13:57:10 +0000 |
commit | ad5fd1b13024cb1e03d0df008a495a536fd44fee (patch) | |
tree | d82b824c9f8301c81b915c2383da9ff2617855c8 /notepadpp | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
parent | scite 5.1.3 rc1 (diff) | |
download | stackrpms-ad5fd1b13024cb1e03d0df008a495a536fd44fee.tar.gz stackrpms-ad5fd1b13024cb1e03d0df008a495a536fd44fee.tar.bz2 stackrpms-ad5fd1b13024cb1e03d0df008a495a536fd44fee.zip |
Merge branch 'notepadpp-bump' into 'master'
scite and notepadpp
See merge request bgstack15/stackrpms!266
Diffstat (limited to 'notepadpp')
-rw-r--r-- | notepadpp/README.md | 2 | ||||
-rw-r--r-- | notepadpp/debian/changelog | 28 |
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: |