File tree 6 files changed +7
-5
lines changed
6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY
2
2
----------------------------------
3
- v0.41.24-git
3
+ v0.41.24 (2016-10-06 03:15 UTC)
4
4
+ Issue #170: MHQ Unable to Resolve Space Battle with Fighter Squadrons
5
5
+ Version matched to MegaMek
6
6
+ Refactored PortraitChoiceDialog to be ImageChoiceDialog since it's used for more than one thing
@@ -18,7 +18,9 @@ v0.41.24-git
18
18
Closes #177:[ATB] Rolls for Dropship should occur 1 time a month
19
19
+ Moved AtB opfor generation tables into data/universe/atbconfig.xml, where they can be customized by the player.
20
20
+ Issue #186: Clan battles returning 'No Random Assignment Table found for this faction'
21
- + Fixed Mac OSX Packaging (Hopefully for good this time!)
21
+ + Fixed Mac OSX Packaging (Hopefully for good this time!)
22
+ + Updated MegaMek.jar to 0.41.24
23
+ + Updated MegaMekLab.jar to 0.41.24
22
24
23
25
v0.3.33 (2016-09-20 00:07 UTC)
24
26
+ Added AtB preset.
Original file line number Diff line number Diff line change 20
20
<!-- Global properties for this build -->
21
21
<!-- Version and packaging properties -->
22
22
<property name =" project.name" value =" mekhq" />
23
- <property name =" version" value =" 0.41.24-git " />
23
+ <property name =" version" value =" 0.41.24" />
24
24
<property name =" osxdist" value =" ${project.name}-${version}-mac" />
25
25
<property name =" windist" value =" ${project.name}-${version}-windows" />
26
26
<property name =" nixdist" value =" ${project.name}-${version}" />
Original file line number Diff line number Diff line change 20
20
<!-- Global properties for this build -->
21
21
<!-- Version and packaging properties -->
22
22
<property name =" project.name" value =" mekhq" />
23
- <property name =" version" value =" 0.41.24-git " />
23
+ <property name =" version" value =" 0.41.24" />
24
24
<property name =" osxdist" value =" ${project.name}-${version}-mac" />
25
25
<property name =" windist" value =" ${project.name}-${version}-windows" />
26
26
<property name =" nixdist" value =" ${project.name}-${version}" />
Original file line number Diff line number Diff line change 2
2
3
3
Application.name = MekHQ
4
4
Application.title = MekHQ
5
- Application.version = 0.41.24-git
5
+ Application.version = 0.41.24
6
6
Application.vendor = MekHQ Project
7
7
Application.homepage =https://github.com/MegaMek
8
8
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop
You can’t perform that action at this time.
0 commit comments