|
From: <sv...@op...> - 2026-05-17 10:54:54
|
Author: sagamusix Date: Sun May 17 12:54:41 2026 New Revision: 25321 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=25321 Log: [Doc] Update release notes. [Mod] OpenMPT: Version is now 1.32.10.00 Modified: branches/OpenMPT-1.32/common/versionNumber.h branches/OpenMPT-1.32/doc/libopenmpt/changelog.md branches/OpenMPT-1.32/packageTemplate/History.txt Modified: branches/OpenMPT-1.32/common/versionNumber.h ============================================================================== --- branches/OpenMPT-1.32/common/versionNumber.h Thu May 14 14:57:54 2026 (r25320) +++ branches/OpenMPT-1.32/common/versionNumber.h Sun May 17 12:54:41 2026 (r25321) @@ -15,5 +15,5 @@ // Version definitions. The only thing that needs to be changed when changing version number. #define VER_MAJORMAJOR 1 #define VER_MAJOR 32 -#define VER_MINOR 09 -#define VER_MINORMINOR 01 +#define VER_MINOR 10 +#define VER_MINORMINOR 00 Modified: branches/OpenMPT-1.32/doc/libopenmpt/changelog.md ============================================================================== --- branches/OpenMPT-1.32/doc/libopenmpt/changelog.md Thu May 14 14:57:54 2026 (r25320) +++ branches/OpenMPT-1.32/doc/libopenmpt/changelog.md Sun May 17 12:54:41 2026 (r25321) @@ -14,6 +14,8 @@ * [**Sec**] The security fix in libopenmpt 0.8.5 (r25042) was incomplete, causing a regression when playing short looped ("chip") samples (r25084). + * ULT: Sustain loops were stopped after a portamento. + * mpg123: Update to v1.33.4 (2025-12-20). ### libopenmpt 0.8.5 (2026-03-22) Modified: branches/OpenMPT-1.32/packageTemplate/History.txt ============================================================================== --- branches/OpenMPT-1.32/packageTemplate/History.txt Thu May 14 14:57:54 2026 (r25320) +++ branches/OpenMPT-1.32/packageTemplate/History.txt Sun May 17 12:54:41 2026 (r25321) @@ -33,6 +33,36 @@ find our issue tracker and forums. +v1.32.10.00 (17 May 2026, revision 25321) +----------------------------------------- +Pattern tab +- [Fix] <js> Fixed possible crash when trying to display a very long plugin parameter name in the status bar. + +Sample tab +- [Imp] <js> Add Silence / Resize: Entered milliseconds values can now be fractional. +- [Fix] <js> Resampling with r8brain could introduce unwanted ringing artifacts at the end of the sample. + +VST / DMO Plugins +- [Fix] <js> OpenMPT 1.32.09.00 reported incorrect PPQ positions to plugins, resulting in wild position fluctuations (http://forum.openmpt.org/index.php?topic=7465.0). + +Other formats +- [Fix] <js> ULT: Sustain loops were stopped after a portamento (http://bugs.openmpt.org/view.php?id=1967). + +Audio I/O +- [Fix] <js> When using ASIO with hardware timing, it was possible that GUI updates were not synchronized properly with audio. + +Misc +- [Imp] <js> Improved screen reader accessibility in Add Silence / Resize and various Export dialogs. +- [Fix] <js> Fixed potential input focus issues in various parts of the user interface. + +Bundled plugins +- [Fix] <jh> FXP preset files for the SymMOD echo could not be restored, and preset files for the DigiBooster Pro Echo could only be restored in 32-bit builds of OpenMPT (http://bugs.openmpt.org/view.php?id=1966). +- [Fix] <js> MIDI I/O Plugin: Editing a MIDI macro during playback could potentially cause nonsensical MIDI messages to be sent or even a crash. + +Third-Party Libraries +- [Imp] Update mpg123 (v1.33.5) and unrar(v7.2.6) + + v1.32.09.00 (1 April 2026, revision 25160) ------------------------------------------ VST / DMO Plugins @@ -46,7 +76,7 @@ - [Fix] <js> Since OpenMPT 1.32.01.00, spin buttons in the main toolbar could disappear when locking the screen or invoking a UAC prompt (http://bugs.openmpt.org/view.php?id=1929). Bundled plugins -- [Fix] <js> MIDI I/O Plugin: Sometimes, multiple duplicate song position pointers were sent. +- [Fix] <js> MIDI I/O Plugin: Sometimes, multiple duplicate Song Position Pointer messages were sent. v1.32.08.00 (24 March 2026, revision 25097) |