1
0
forked from pool/schismtracker

schismtracker 20240909

This commit is contained in:
Jan Engelhardt 2024-09-10 11:36:38 +02:00
parent f4f9ed86ba
commit 024893f5ad
4 changed files with 20 additions and 4 deletions

BIN
20240630.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
20240909.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Sep 10 09:32:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240909
* Add new Unicode fonts (extended latin alphabet, Greek alphabet,
and Hiragana) that are used in the sample, instrument, and
module loading pages for filenames.
* Better tracker detection for S3M files
* More accurate import of the XM K00 effect
* Rework cursor drawing to be more accurate to Impulse Tracker
* Import panning on DSM files
* Fix many possible memory leaks
* S3M: don't warn about invalid notes when saving empty pattern
cells
-------------------------------------------------------------------
Sun Jun 30 15:48:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: schismtracker
Version: 20240630
Version: 20240909
Release: 0
Summary: Music editor that matches the look and feel of Impulse Tracker
License: GPL-2.0-or-later
@ -37,6 +37,7 @@ BuildRequires: libtool
BuildRequires: python3-base
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(libutf8proc)
BuildRequires: pkgconfig(sdl2)
%description