From d3b8b4208d05f2b563a81d95f058a31f290c0af63793c45186e13e73593e80ce Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 28 Aug 2023 08:30:47 +0000 Subject: [PATCH] Accepting request 1106150 from home:mnhauke - Update to version 1.69 Bugfixes * The 'pattern expand' feature was heavily broken and would mess up the pattern data (and potentially crash the program). * The program crash message could overflow and not show the full text on some system - Update to version 1.68 * De-minimize window (if minimized) and set focus after drag n' drop of file. - Update to version 1.67 * The song-to-WAV export screen now defaults to the tracker's bit depth and audio rate. This was actually the behavior for earlier versions of the FT2 clone, but I decided to change it back. * The song-to-WAV exporter now allows rates up to 384kHz. * Alpha-based fade in for the about screen content. * Some small text string changes (config and song-to-WAV export screen) OBS-URL: https://build.opensuse.org/request/show/1106150 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=7 --- ft2-clone.changes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ft2-clone.changes b/ft2-clone.changes index c75bd3d..44dd798 100644 --- a/ft2-clone.changes +++ b/ft2-clone.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Aug 27 13:13:37 UTC 2023 - Martin Hauke + +- Update to version 1.69 + Bugfixes + * The 'pattern expand' feature was heavily broken and would mess + up the pattern data (and potentially crash the program). + * The program crash message could overflow and not show the full + text on some system +- Update to version 1.68 + * De-minimize window (if minimized) and set focus after + drag n' drop of file. +- Update to version 1.67 + * The song-to-WAV export screen now defaults to the tracker's bit + depth and audio rate. This was actually the behavior for + earlier versions of the FT2 clone, but I decided to change it + back. + * The song-to-WAV exporter now allows rates up to 384kHz. + * Alpha-based fade in for the about screen content. + * Some small text string changes (config and song-to-WAV export + screen) + ------------------------------------------------------------------- Sat Apr 15 10:35:38 UTC 2023 - Martin Hauke