From: <sv...@op...> - 2025-03-23 12:18:10
|
Author: sagamusix Date: Sun Mar 23 13:17:52 2025 New Revision: 23072 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23072 Log: [Doc] Update release notes. [Mod] OpenMPT: Version is now 1.31.15.00 Modified: branches/OpenMPT-1.31/common/versionNumber.h branches/OpenMPT-1.31/packageTemplate/History.txt Modified: branches/OpenMPT-1.31/common/versionNumber.h ============================================================================== --- branches/OpenMPT-1.31/common/versionNumber.h Fri Mar 21 21:35:21 2025 (r23071) +++ branches/OpenMPT-1.31/common/versionNumber.h Sun Mar 23 13:17:52 2025 (r23072) @@ -17,7 +17,7 @@ // Version definitions. The only thing that needs to be changed when changing version number. #define VER_MAJORMAJOR 1 #define VER_MAJOR 31 -#define VER_MINOR 14 -#define VER_MINORMINOR 02 +#define VER_MINOR 15 +#define VER_MINORMINOR 00 OPENMPT_NAMESPACE_END Modified: branches/OpenMPT-1.31/packageTemplate/History.txt ============================================================================== --- branches/OpenMPT-1.31/packageTemplate/History.txt Fri Mar 21 21:35:21 2025 (r23071) +++ branches/OpenMPT-1.31/packageTemplate/History.txt Sun Mar 23 13:17:52 2025 (r23072) @@ -34,6 +34,24 @@ find our issue tracker and forums. +v1.31.15.00 (23 March 2025, revision 23072) +------------------------------------------- +Sample tab +- [Imp] <js> Relaxed BRR file rejection heuristics a bit (http://bugs.openmpt.org/view.php?id=1859). +- [Imp] <js> Loop and cue point information is now also copied for sample selections (http://bugs.openmpt.org/view.php?id=1869). +- [Fix] <js> Possible crash when replacing a sample with a shorter one while outside of the sample editor, and then returning to the same sample slot (http://bugs.openmpt.org/view.php?id=1866). +- [Fix] <js> Drawing sample data from right to left caused the drawn lines to not be interpolated properly. + +Instrument tab +- [Fix] <js> Fixed crash when trying to remove the only point of an envelope. + +Misc +- [Fix] <js> If multiple keyboard layouts were installed, note key mpaping could be based on the wrong layout, causing e.g. B-4 and Note-Off keys to be swapped on the default key map with an active US keyboard layout but also a German layout being present. + +Third-Party Libraries +- [Imp] Update FLAC (v1.5.0) + + v1.31.14.00 (6 January 2025, revision 22819) -------------------------------------------- Pattern tab |