File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY
2
2
----------------------------------
3
+ v0.3.30-git
4
+
3
5
v0.3.29 (2016-06-05 22:40 UTC)
4
6
+ Adding a simple view option to the interstellar map (show/hide "empty" planets)
5
7
+ Code cleanup/refactor of the interstellar map panel
@@ -15,6 +17,8 @@ v0.3.29 (2016-06-05 22:40 UTC)
15
17
+ Issue #89: AtB - NPE Setting Planetary Conditions
16
18
+ Interstellar map panel QoL improvements: Zooming at the middle of the screen
17
19
+ PR #95 - AtB Uses Int Ops Reputation Factor when IO rating is used
20
+ + Updated MegaMek.jar to 0.41.19
21
+ + Updated MegaMekLab.jar to 0.1.55
18
22
19
23
v0.3.28 (2016-04-16 19:30 UTC)
20
24
+ Bug #43 / PR #62: Making admins gain their XP less often than once per week if requested,
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.3.29 " />
23
+ <property name =" version" value =" 0.3.30-git " />
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.3.29 " />
23
+ <property name =" version" value =" 0.3.30-git " />
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.3.29
5
+ Application.version = 0.3.30-git
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