From: <sv...@op...> - 2024-03-02 23:08:25
|
Author: sagamusix Date: Sun Mar 3 00:08:14 2024 New Revision: 20186 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20186 Log: [Doc] libopenmpt: Update changelog. Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md ============================================================================== --- branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sun Mar 3 00:08:08 2024 (r20185) +++ branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sun Mar 3 00:08:14 2024 (r20186) @@ -7,6 +7,21 @@ ### libopenmpt 0.5.27-pre + * Setting all possible `load_skip` flags resulted in nothing being loaded at + all, instead of just not loading the selected module parts. + * When playing all subsongs, `set_position_seconds` didn't always calculate + the correct subsong to jump to. + + * IT: A few more compatibility flags are now disabled for modules saved with + earlier Schism Tracker versions. + * IT: MIDI macros were reset in IT 2.14 / 2.15 files that declared to be + compatible with older IT versions (fixes spx-visionsofthepast.it). + * OKT: Work around missing negative arpeggio implementation by transposing the + notes up an octave. + * IMF: Ignore magic bytes in sample header. "Leaving All Behind" by Karsten + Koch uses unexpected magic bytes, Orpheus ignores them just like the + instrument header magic bytes. + * zlib: Update to v1.3.1 (2024-01-22). * mpg123: Update to v1.32.5 (2024-02-17). * pugixml: Update to v1.14 (2023-10-01). |