Skip to content

Commit c4177a5

Browse files
committed
Stable Release <0.46.1>
1 parent 5c43b3a commit c4177a5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

MekHQ/docs/history.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY:
22
----------------
3-
0.46.1-SNAPSHOT
3+
0.46.1 (2020-01-17 0800 UTC)
44
+ PR #1259: Fix map size display for AtB scenarios in the briefing tab (cosmetic issue only)
55
+ Issue #1257: Don't double up salaries when charging for peacetime costs
66
+ PR #1268: Fix money formatting in prisoner ransom messages
@@ -11,6 +11,10 @@ VERSION HISTORY:
1111
+ PR #1305: Mac OSX key bindings on non-standard look and feel
1212
+ PR #1317: fix NPE that halts new day processing while applying training XP
1313
+ 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
1418

1519
0.46.0 (2019-08-12 1900 UTC)
1620
+ Issue 1249: Tech Names Missing in Event Log

MekHQ/resources/mekhq/resources/MekHQ.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Application.name = MekHQ
44
Application.title = MekHQ
5-
Application.version = 0.46.1-SNAPSHOT
5+
Application.version = 0.46.1
66
Application.vendor= MekHQ Project
77
Application.homepage=https://github.com/MegaMek
88
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919

2020
subprojects {
2121
group = 'org.megamek'
22-
version = '0.46.1-SNAPSHOT'
22+
version = '0.46.1'
2323
}
2424

2525
ext {

0 commit comments

Comments
 (0)