From ffed99f668537d5520cc791d407cb83be3f9bb9ddc152351dc0b680fd1f25eee Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 13 May 2024 12:27:34 +0000 Subject: [PATCH] Accepting request 1173443 from home:mnhauke - Update to version 1.84 Bugfix release * There was a bug in v1.83 making you unable to play-test (jam) samples at all while the pattern editor was hidden. - Update to version 1.83 * Now you cannot edit pattern notes/data while the pattern editor is not visible. This further prevents accidental song edits. * While in extended pattern editor mode, show a status bar with global volume, pattern edit status (to see if you are editing), and time elapsed * It was not possible to issue a Note Insert (Insert key) or Line Insert (Shift+Insert) on some keyboards. Added extra keybindings: + Ctrl+Return = Insert Note (same as Insert) + Ctrl+Shift+Return = Insert Line (same as Shift+Insert) * Updated the Keybindings help text to reflect the extra keybindings OBS-URL: https://build.opensuse.org/request/show/1173443 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=32 --- ft2-clone-1.82.tar.gz | 3 --- ft2-clone-1.84.tar.gz | 3 +++ ft2-clone.changes | 25 +++++++++++++++++++++++++ ft2-clone.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 ft2-clone-1.82.tar.gz create mode 100644 ft2-clone-1.84.tar.gz diff --git a/ft2-clone-1.82.tar.gz b/ft2-clone-1.82.tar.gz deleted file mode 100644 index 9e74ead..0000000 --- a/ft2-clone-1.82.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aa821a7a6f83025bec15448d7f671b695381bdcb0424530718ab8d9c8d33a4d -size 6085641 diff --git a/ft2-clone-1.84.tar.gz b/ft2-clone-1.84.tar.gz new file mode 100644 index 0000000..e1eee77 --- /dev/null +++ b/ft2-clone-1.84.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e877739862a895fd342089eee2477b67c56f15ac0e93add73900bc910cc35a +size 6087630 diff --git a/ft2-clone.changes b/ft2-clone.changes index a04e00e..5a4602f 100644 --- a/ft2-clone.changes +++ b/ft2-clone.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat May 11 17:41:56 UTC 2024 - Martin Hauke + +- Update to version 1.84 + Bugfix release + * There was a bug in v1.83 making you unable to play-test (jam) + samples at all while the pattern editor was hidden. + +------------------------------------------------------------------- +Sat May 11 09:25:43 UTC 2024 - Martin Hauke + +- Update to version 1.83 + * Now you cannot edit pattern notes/data while the pattern editor + is not visible. This further prevents accidental song edits. + * While in extended pattern editor mode, show a status bar with + global volume, pattern edit status (to see if you are editing), + and time elapsed + * It was not possible to issue a Note Insert (Insert key) or Line + Insert (Shift+Insert) on some keyboards. Added extra + keybindings: + + Ctrl+Return = Insert Note (same as Insert) + + Ctrl+Shift+Return = Insert Line (same as Shift+Insert) + * Updated the Keybindings help text to reflect the extra + keybindings + ------------------------------------------------------------------- Fri Apr 12 18:14:27 UTC 2024 - Martin Hauke diff --git a/ft2-clone.spec b/ft2-clone.spec index fdcf712..32c202e 100644 --- a/ft2-clone.spec +++ b/ft2-clone.spec @@ -17,7 +17,7 @@ Name: ft2-clone -Version: 1.82 +Version: 1.84 Release: 0 Summary: Fasttracker II clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0