diff --git a/ft2-clone-1.88.tar.gz b/ft2-clone-1.88.tar.gz deleted file mode 100644 index 0aad34f..0000000 --- a/ft2-clone-1.88.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c898549a158e23a80f5cb1f968c6c8d2e66b9f9fde5c1ce6785e40761cc04d44 -size 5198864 diff --git a/ft2-clone-1.90.tar.gz b/ft2-clone-1.90.tar.gz new file mode 100644 index 0000000..09c918c --- /dev/null +++ b/ft2-clone-1.90.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c7a609f675e5a838507a2cac7a00ae2894f11757c91bc757a1ef819c37dc9a +size 5207239 diff --git a/ft2-clone.changes b/ft2-clone.changes index 4d73d59..29d60f5 100644 --- a/ft2-clone.changes +++ b/ft2-clone.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Dec 9 16:20:23 UTC 2024 - Martin Hauke + +- Update to version 1.90 + * Fixed: The Nibbles game broke in v1.89 (snake food was no + longer visible) + +------------------------------------------------------------------- +Sun Dec 8 07:07:57 UTC 2024 - Martin Hauke + +- Update to version 1.89 + * Fixed a possible crash on macOS (and possibly Linux) when + loading a module whose filename includes special non-ASCII + characters. + * Added a "Default audio device" option when selecting + input/output audio devices in the config screen. This option + has a few edge-case bugs, though. + * Added an experimental Impulse Tracker module loader. This + should only be used to extract patterns/instruments/samples, + as there are severe conversion errors when this format is + converted to XM under load. WARNING: This loader has not + been thoroughly tested, and may cause a crash! + * Fixed a bug with the tracker scopes where the sample would + sometimes not be isplayed correctly during a sample/note + trigger. + * Replaced the Gaussian (SNES) interpolator with a 6-point + cubic Hermite option. The Gaussian interpolator was very niche + anyway, and as it sounded quite filtered, I think the vast + majority of users wouldn't see a use for it. + * Added a few missing Norwegian/Danish alphabet letters to the + main font (code page is now 850 instead of 437). + * Show extra digits (when space for them) in the C-4 Hz string + in the instrument editor screen. + * Again, slightly improved the interpolation method for the + tracker scopes in "Lined" mode (when using the cubic/sinc + interpolators) + * Slightly increased the contrast for the sample editor's loop + pin lines. + ------------------------------------------------------------------- Thu Nov 7 16:30:26 UTC 2024 - Martin Hauke diff --git a/ft2-clone.spec b/ft2-clone.spec index af76604..2a56be8 100644 --- a/ft2-clone.spec +++ b/ft2-clone.spec @@ -17,7 +17,7 @@ Name: ft2-clone -Version: 1.88 +Version: 1.90 Release: 0 Summary: Fasttracker II clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0