This repository was archived by the owner on Nov 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +29
-17
lines changed Expand file tree Collapse file tree 4 files changed +29
-17
lines changed Original file line number Diff line number Diff line change 49
49
* Add Chinese translation. Thanks to ciwomuli!
50
50
51
51
52
- ## v2.13.3 (2022-11-16 )
52
+ ## v2.13.3 (2022-08-08 )
53
53
54
54
### Fix
55
55
130
130
* Break "2000 Atmospheres" in mapstats.
131
131
132
132
133
- ## v2.9.2 (2021-01-19)
133
+ ## v2.9.3 (2021-02-20)
134
+
135
+ ### Changes
136
+
137
+ * Locales updated.
138
+
139
+ ### Fix
140
+
141
+ * Missing meta data of maps will now be updated.
142
+
143
+ * Map creator, size and spawn position is now correctly fetched from Liquipedia.
144
+
145
+
146
+ ## v2.9.2 (2020-11-21)
134
147
135
148
### New
136
149
142
155
143
156
### Changes
144
157
145
- * Locales updated.
146
-
147
158
* Dependencies upgraded.
148
159
149
- ### Fix
150
-
151
- * Missing meta data of maps will now be updated.
152
-
153
- * Map creator, size and spawn position is now correctly fetched from Liquipedia.
154
-
155
160
156
- ## v2.9.0 (2020-10-25)
161
+ ## v2.9.1 (2020-10-25)
157
162
158
163
### New
159
164
160
165
* Added new map images.
161
166
162
167
* Added match grabber for spire.gg solo matches.
163
168
169
+ ### Fix
170
+
171
+ * Fixed a bug where Lightshade would be correct to Nightshade when fetch with the match grabber.
172
+
173
+
174
+ ## v2.9.0 (2020-10-09)
175
+
176
+ ### New
177
+
164
178
* Added match grabber for spire.gg team matches.
165
179
166
180
* In 1vs1 mode the intro player names and order can now be directly read from from SCCT instead of SC2.
181
195
182
196
### Fix
183
197
184
- * Fixed a bug where Lightshade would be correct to Nightshade when fetch with the match grabber.
185
-
186
198
* File ending of logos are automatically added when missing.
187
199
188
200
* MatchGrabber for RSL will correctly read maps in All-Kill format.
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " StarCraft Casting Tool"
5
- #define MyAppVersion " 2.15.2 "
6
- #define MyDataVersion " 2.15 .0"
5
+ #define MyAppVersion " 2.16.0 "
6
+ #define MyDataVersion " 2.16 .0"
7
7
#define MyAppPublisher " team pheeniX"
8
8
#define MyAppURL " https://teampheenix.github.io/StarCraft-Casting-Tool/"
9
9
#define MyAppExeName " StarCraft-Casting-Tool.exe"
Original file line number Diff line number Diff line change 12
12
13
13
logger = logging .getLogger (__name__ )
14
14
15
- __version__ = "2.15.2 "
15
+ __version__ = "2.16.0 "
16
16
__latest_version__ = __version__
17
17
__new_version__ = False
18
18
Original file line number Diff line number Diff line change 8
8
long_description = f .read ()
9
9
10
10
setup (name = 'StarCraftCastingTool' ,
11
- version = '2.15.2 ' ,
11
+ version = '2.16.0 ' ,
12
12
description = ('' ),
13
13
long_description = long_description ,
14
14
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments