Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 6f5cbb5

Browse files
committed
Update version
1 parent 8d38a9b commit 6f5cbb5

File tree

4 files changed

+29
-17
lines changed

4 files changed

+29
-17
lines changed

CHANGELOG.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* Add Chinese translation. Thanks to ciwomuli!
5050

5151

52-
## v2.13.3 (2022-11-16)
52+
## v2.13.3 (2022-08-08)
5353

5454
### Fix
5555

@@ -130,7 +130,20 @@
130130
* Break "2000 Atmospheres" in mapstats.
131131

132132

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)
134147

135148
### New
136149

@@ -142,25 +155,26 @@
142155

143156
### Changes
144157

145-
* Locales updated.
146-
147158
* Dependencies upgraded.
148159

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-
155160

156-
## v2.9.0 (2020-10-25)
161+
## v2.9.1 (2020-10-25)
157162

158163
### New
159164

160165
* Added new map images.
161166

162167
* Added match grabber for spire.gg solo matches.
163168

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+
164178
* Added match grabber for spire.gg team matches.
165179

166180
* In 1vs1 mode the intro player names and order can now be directly read from from SCCT instead of SC2.
@@ -181,8 +195,6 @@
181195

182196
### Fix
183197

184-
* Fixed a bug where Lightshade would be correct to Nightshade when fetch with the match grabber.
185-
186198
* File ending of logos are automatically added when missing.
187199

188200
* MatchGrabber for RSL will correctly read maps in All-Kill format.

inno-setup/scct.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#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"
77
#define MyAppPublisher "team pheeniX"
88
#define MyAppURL "https://teampheenix.github.io/StarCraft-Casting-Tool/"
99
#define MyAppExeName "StarCraft-Casting-Tool.exe"

scctool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
logger = logging.getLogger(__name__)
1414

15-
__version__ = "2.15.2"
15+
__version__ = "2.16.0"
1616
__latest_version__ = __version__
1717
__new_version__ = False
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = f.read()
99

1010
setup(name='StarCraftCastingTool',
11-
version='2.15.2',
11+
version='2.16.0',
1212
description=(''),
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)