Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 7f3ccf2

Browse files
committed
Adding 0.F-2 Frank-2 stable release
1 parent aea500b commit 7f3ccf2

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

cddagl/constants.py

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@
7272
}
7373

7474
STABLE_ASSETS = {
75+
'0.F-2': {
76+
'name': '0.F Frank-2',
77+
'number': '2021-08-31-2315',
78+
'released_on': '2021-08-31T13:36:46Z',
79+
'github_release': 'https://github.com/CleverRaven/Cataclysm-DDA/releases/0.F-2/',
80+
'Tiles': {
81+
'x64': 'https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.F-2/cataclysmdda-0.F-Windows_x64-Tiles-0.F-2.zip',
82+
'x86': 'https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.F-2/cataclysmdda-0.F-Windows-Tiles-0.F-2.zip'
83+
}
84+
},
7585
'0.F-1': {
7686
'name': '0.F Frank-1',
7787
'number': '2021-08-14-0132',
@@ -155,6 +165,24 @@
155165
}
156166

157167
STABLE_CHANGELOG = '''
168+
<h3>0.F-2 Frank-2</h3>
169+
170+
<p>Point release Frank-2 includes following bugfixes backported to <a href="https://github.com/CleverRaven/Cataclysm-DDA/releases/tag/0.F">original Frank release</a>:</p>
171+
172+
<ul>
173+
<li><a href="https://github.com/CleverRaven/Cataclysm-DDA/pull/50877">#50877</a> Catch SecurityException in SDL getSerialNumber</li>
174+
<li><a href="https://github.com/CleverRaven/Cataclysm-DDA/pull/50452">#50452</a> Fix dropping worn items from AIM</li>
175+
<li><a href="https://github.com/CleverRaven/Cataclysm-DDA/pull/50814">#50814</a> Prevent endless loop during butchering</li>
176+
<li><a href="https://github.com/CleverRaven/Cataclysm-DDA/pull/51035">#51035</a> Resolve a bug in partial stack dropping/using and unify ui behaviour</li>
177+
<li><a href="https://github.com/CleverRaven/Cataclysm-DDA/pull/51147">#51147</a> Fix crash resulting from NPC activity migration (loading 0.F saves)</li>
178+
</ul>
179+
180+
<p>See differences between current point release and original release here - <a href="https://github.com/CleverRaven/Cataclysm-DDA/compare/0.F...0.F-2">https://github.com/CleverRaven/Cataclysm-DDA/compare/0.F…0.F-2</a></p>
181+
182+
<p>See differences between current point release and previous point release here - <a href="https://github.com/CleverRaven/Cataclysm-DDA/compare/0.F-1...0.F-2">https://github.com/CleverRaven/Cataclysm-DDA/compare/0.F-1…0.F-2</a></p>
183+
184+
<h3>0.F-1 Frank-1</h3>
185+
158186
<p>Point release <strong>Frank-1</strong> includes following bugfixes backported to <a href="https://github.com/CleverRaven/Cataclysm-DDA/releases/tag/0.F">original Frank release</a>:</p>
159187
<ul>
160188
<li><a href="https://github.com/CleverRaven/Cataclysm-DDA/pull/49538">#49538</a> Fix welding requirement on some recipes</li>
@@ -444,7 +472,9 @@
444472
'1f5beb8b3dcb5ca1f704b816864771e2dd8ff38ca435a4abdb9a59e4bb95d099': '0.F',
445473
'2794df225787174c6f5d8557d63f434a46a82f562c0395294901fb5d5d10d564': '0.F',
446474
'960140f7926267b56ef6933670b7a73d00087bd53149e9e63c48a8631cfbed53': '0.F-1',
447-
'c87f226d8b4e6543fbc8527d645cf4342b5e1036e94e16920381d7e5b5b9e34f': '0.F-1'
475+
'c87f226d8b4e6543fbc8527d645cf4342b5e1036e94e16920381d7e5b5b9e34f': '0.F-1',
476+
'5da7ebd7ab07ebf755e445440210309eda0ae8f5924026d401b9eb5c52c5b6e7': '0.F-2',
477+
'6870353e6d142735dfd21dec1eaf6b39af088daf5eef27b02e53ebb1c9eca684': '0.F-2'
448478
}
449479

450480
CONFIG_BRANCH_KEY = 'branch'

0 commit comments

Comments
 (0)