We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4a473 commit 70f9cb4Copy full SHA for 70f9cb4
MekHQ/docs/history.txt
@@ -1,6 +1,8 @@
1
MEKHQ VERSION HISTORY:
2
---------------
3
-0.49.20 (2024-06-28 2100 UTC)
+0.50.0-SNAPSHOT (THIS MARKS THE START OF JAVA 17 AS THE MINIMUM REQUIRED)
4
+
5
+0.49.20 (2024-06-28 2100 UTC) (THIS IS THE LAST VERSION TO SUPPORT JAVA 11)
6
+ PR #4005: Code internals: DialogOptionsListener update
7
+ PR #2997: Story Arcs Basic Architecture
8
+ FIX #4017: Space and Low Atmosphere not saved to xml, when started game after load the correct board type was to megamek
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
23
subprojects {
24
group = 'org.megamek'
25
- version = '0.49.20'
+ version = '0.50.0-SNAPSHOT'
26
}
27
28
ext {
0 commit comments