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

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
2press committed Nov 24, 2024
1 parent 8d38a9b commit 6f5cbb5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 17 deletions.
38 changes: 25 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* Add Chinese translation. Thanks to ciwomuli!


## v2.13.3 (2022-11-16)
## v2.13.3 (2022-08-08)

### Fix

Expand Down Expand Up @@ -130,7 +130,20 @@
* Break "2000 Atmospheres" in mapstats.


## v2.9.2 (2021-01-19)
## v2.9.3 (2021-02-20)

### Changes

* Locales updated.

### Fix

* Missing meta data of maps will now be updated.

* Map creator, size and spawn position is now correctly fetched from Liquipedia.


## v2.9.2 (2020-11-21)

### New

Expand All @@ -142,25 +155,26 @@

### Changes

* Locales updated.

* Dependencies upgraded.

### Fix

* Missing meta data of maps will now be updated.

* Map creator, size and spawn position is now correctly fetched from Liquipedia.


## v2.9.0 (2020-10-25)
## v2.9.1 (2020-10-25)

### New

* Added new map images.

* Added match grabber for spire.gg solo matches.

### Fix

* Fixed a bug where Lightshade would be correct to Nightshade when fetch with the match grabber.


## v2.9.0 (2020-10-09)

### New

* Added match grabber for spire.gg team matches.

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

### Fix

* Fixed a bug where Lightshade would be correct to Nightshade when fetch with the match grabber.

* File ending of logos are automatically added when missing.

* MatchGrabber for RSL will correctly read maps in All-Kill format.
Expand Down
4 changes: 2 additions & 2 deletions inno-setup/scct.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "StarCraft Casting Tool"
#define MyAppVersion "2.15.2"
#define MyDataVersion "2.15.0"
#define MyAppVersion "2.16.0"
#define MyDataVersion "2.16.0"
#define MyAppPublisher "team pheeniX"
#define MyAppURL "https://teampheenix.github.io/StarCraft-Casting-Tool/"
#define MyAppExeName "StarCraft-Casting-Tool.exe"
Expand Down
2 changes: 1 addition & 1 deletion scctool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

logger = logging.getLogger(__name__)

__version__ = "2.15.2"
__version__ = "2.16.0"
__latest_version__ = __version__
__new_version__ = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

setup(name='StarCraftCastingTool',
version='2.15.2',
version='2.16.0',
description=(''),
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6f5cbb5

Please sign in to comment.