File tree 3 files changed +7
-3
lines changed
resources/mekhq/resources
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
- 0.46.1-SNAPSHOT
3
+ 0.46.1 (2020-01-17 0800 UTC)
4
4
+ PR #1259: Fix map size display for AtB scenarios in the briefing tab (cosmetic issue only)
5
5
+ Issue #1257: Don't double up salaries when charging for peacetime costs
6
6
+ PR #1268: Fix money formatting in prisoner ransom messages
@@ -11,6 +11,10 @@ VERSION HISTORY:
11
11
+ PR #1305: Mac OSX key bindings on non-standard look and feel
12
12
+ PR #1317: fix NPE that halts new day processing while applying training XP
13
13
+ Issue #1308: Fix NPE when the campaign folder is not present
14
+ + Issue #1374: Unit Rating: Small Craft Bay can now store Fighters
15
+ + Issue #1390: Bug: fix XML parsing failure when putting customs in CPNX that have ampersands (etc)
16
+ + Issue #1284: Can't get contracts from Comstar's capital planet
17
+ + Issue #1384: PIR and REB AtB Contracts can not be generated
14
18
15
19
0.46.0 (2019-08-12 1900 UTC)
16
20
+ Issue 1249: Tech Names Missing in Event Log
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.46.1-SNAPSHOT
5
+ Application.version = 0.46.1
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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ allprojects {
19
19
20
20
subprojects {
21
21
group = ' org.megamek'
22
- version = ' 0.46.1-SNAPSHOT '
22
+ version = ' 0.46.1'
23
23
}
24
24
25
25
ext {
You can’t perform that action at this time.
0 commit comments