Accepting request 1115663 from home:mnhauke

- Update to version 1.71
  * CTRL+A/ALT+A keybindings were swapped.
- Update to version 1.70
  * Bugfix: Shrink Pattern ("Srnk.") could lead to a pattern
    length of 0.
  * Better variable sanitation for some pattern editing routines,
    may (?) prevent some rare crashes.
  * CTRL+F5 (Paste Pattern) had wrong button names in its
    message box when asking to adjust the pattern length after
    pasting.
  * Changed the above message box text to be easier to understand.
  * Removed audio dithering for 16-bit audio bit depth mode. It
    seemed to be wrongly implemented anyway.
  * Some small changes done to the about screen.
  * Code cleanup.

OBS-URL: https://build.opensuse.org/request/show/1115663
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=10
This commit is contained in:
Martin Pluskal 2023-10-05 09:41:56 +00:00 committed by Git OBS Bridge
parent e0aaa64bd5
commit 107d57dbfb
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c985ba176946781b7babdba833da275a2111acc8174b832e96a0e111282ef3c0
size 6026667

3
ft2-clone-1.71.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:013e905eeaece789b4c1601587f7f892715f976daf1dfb1698620e1aa5166e62
size 6035383

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Oct 4 15:36:01 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.71
* CTRL+A/ALT+A keybindings were swapped.
- Update to version 1.70
* Bugfix: Shrink Pattern ("Srnk.") could lead to a pattern
length of 0.
* Better variable sanitation for some pattern editing routines,
may (?) prevent some rare crashes.
* CTRL+F5 (Paste Pattern) had wrong button names in its
message box when asking to adjust the pattern length after
pasting.
* Changed the above message box text to be easier to understand.
* Removed audio dithering for 16-bit audio bit depth mode. It
seemed to be wrongly implemented anyway.
* Some small changes done to the about screen.
* Code cleanup.
-------------------------------------------------------------------
Sun Aug 27 13:13:37 UTC 2023 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: ft2-clone
Version: 1.69
Version: 1.71
Release: 0
Summary: Fasttracker II clone
License: BSD-3-Clause AND CC-BY-NC-SA-4.0