From a69ddb9a4ec75650ff1fce8a25ae2fd61dc0c0aa11915887ba33e3c0c97e35a4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 29 Aug 2023 17:17:12 +0000 Subject: [PATCH] Accepting request 1107969 from home:mnhauke - Update to version 1.62: * Bugfix: It was possible to scroll out of bounds in Disk Op. by using shift+key * Bugfix: Don't set "song unsaved" flag if text editing didn't make a change. * Bugfix: Editing the Disk Op. path text would set the "song unsaved" flag. * Bugfix: Using the "CLEAR" button while Edit. Op. or the about screen was open could lead to a screen redrawing issue. * Disk Op. file entry jumping (left shift + key) now works a bit differently. If the last pressed jump key didn't change, cycle through pages if there are more matches to be found. This allows for quicker module finding. * Re-implemented the Pos Ed. pattern naming feature. Be aware that this data is not saved to the module, and is only used to temporarily keep track of the patterns while making the module. * Code refactoring, a small portion of the code should be easier to understand now. OBS-URL: https://build.opensuse.org/request/show/1107969 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pt2-clone?expand=0&rev=9 --- pt2-clone-1.61.tar.gz | 3 --- pt2-clone-1.62.tar.gz | 3 +++ pt2-clone.changes | 22 ++++++++++++++++++++++ pt2-clone.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 pt2-clone-1.61.tar.gz create mode 100644 pt2-clone-1.62.tar.gz diff --git a/pt2-clone-1.61.tar.gz b/pt2-clone-1.61.tar.gz deleted file mode 100644 index 2d8fc32..0000000 --- a/pt2-clone-1.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5354fa74de79503e1fbb270a3db8e45ad3aec6819ade6cb16a8e2cfc58a6eaee -size 10843289 diff --git a/pt2-clone-1.62.tar.gz b/pt2-clone-1.62.tar.gz new file mode 100644 index 0000000..e0b125a --- /dev/null +++ b/pt2-clone-1.62.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8258bc6bc1643a068ee6e64b7758f130db6827391261c678124da5d0be23c7c2 +size 10850417 diff --git a/pt2-clone.changes b/pt2-clone.changes index dc95ee0..8b146f1 100644 --- a/pt2-clone.changes +++ b/pt2-clone.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Aug 29 15:01:15 UTC 2023 - Martin Hauke + +- Update to version 1.62: + * Bugfix: It was possible to scroll out of bounds in Disk Op. by + using shift+key + * Bugfix: Don't set "song unsaved" flag if text editing didn't + make a change. + * Bugfix: Editing the Disk Op. path text would set the + "song unsaved" flag. + * Bugfix: Using the "CLEAR" button while Edit. Op. or the about + screen was open could lead to a screen redrawing issue. + * Disk Op. file entry jumping (left shift + key) now works a bit + differently. If the last pressed jump key didn't change, cycle + through pages if there are more matches to be found. This + allows for quicker module finding. + * Re-implemented the Pos Ed. pattern naming feature. Be aware + that this data is not saved to the module, and is only used to + temporarily keep track of the patterns while making the module. + * Code refactoring, a small portion of the code should be easier + to understand now. + ------------------------------------------------------------------- Sat Jul 29 08:53:12 UTC 2023 - Dirk Müller diff --git a/pt2-clone.spec b/pt2-clone.spec index b417073..e20909d 100644 --- a/pt2-clone.spec +++ b/pt2-clone.spec @@ -17,7 +17,7 @@ Name: pt2-clone -Version: 1.61 +Version: 1.62 Release: 0 Summary: ProTracker 2 clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0