From: <sv...@op...> - 2024-10-26 16:26:24
|
Author: sagamusix Date: Sat Oct 26 18:26:12 2024 New Revision: 21983 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21983 Log: [Doc] Update release notes. [Mod] OpenMPT: Version is now 1.31.12.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 Sat Oct 26 18:24:33 2024 (r21982) +++ branches/OpenMPT-1.31/common/versionNumber.h Sat Oct 26 18:26:12 2024 (r21983) @@ -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 11 -#define VER_MINORMINOR 01 +#define VER_MINOR 12 +#define VER_MINORMINOR 00 OPENMPT_NAMESPACE_END Modified: branches/OpenMPT-1.31/packageTemplate/History.txt ============================================================================== --- branches/OpenMPT-1.31/packageTemplate/History.txt Sat Oct 26 18:24:33 2024 (r21982) +++ branches/OpenMPT-1.31/packageTemplate/History.txt Sat Oct 26 18:26:12 2024 (r21983) @@ -33,6 +33,12 @@ find our issue tracker and forums. +v1.31.12.00 (26 October 2024, revision 21983) +--------------------------------------------- +Pattern tab +- [Fix] <js> Keyboard entry was broken in several pattern columns in OpenMPT 1.31.11.00 (http://bugs.openmpt.org/view.php?id=1834). + + v1.31.11.00 (26 October 2024, revision 21948) --------------------------------------------- Pattern tab @@ -83,7 +89,7 @@ - [Fix] <js> Prevent "Close All" keyboard shortcut from being activated when a dialog is open. It was not possible to close any files in this situation, but the modified status of all files was reset. Third-Party Libraries -- [Imp] Update mpg123 (v1.32.8-dev) +- [Imp] Update mpg123 (v1.32.8) v1.31.10.00 (22 September 2024, revision 21662) |