This repository was archived by the owner on Nov 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +18
-11
lines changed Expand file tree Collapse file tree 5 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v2.12.0 (2022-02-13)
5
+
6
+ ### Changes
7
+
8
+ * Use new Twitch-API to set stream title.
9
+
10
+
4
11
## v2.11.0 (2021-10-30)
5
12
6
13
### Fix
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.11 .0"
5
+ #define MyAppVersion " 2.12 .0"
6
6
#define MyDataVersion " 2.11.0"
7
7
#define MyAppPublisher " team pheeniX"
8
8
#define MyAppURL " https://teampheenix.github.io/StarCraft-Casting-Tool/"
Original file line number Diff line number Diff line change 1
1
appdirs >= 1.4.4
2
2
beautifulsoup4 >= 4.10.0
3
- humanize >= 3.12 .0
3
+ humanize >= 3.14 .0
4
4
keyboard == 0.13.5
5
- markdown2 >= 2.4.1
6
- Pillow >= 8.4.0 ; platform_system == 'Windows'
7
- PyInstaller >= 4.6
8
- pyinstaller-hooks-contrib >= 2021.3
9
- pywin32 >= 302 ; platform_system == 'Windows'
5
+ markdown2 >= 2.4.2
6
+ Pillow >= 9.0.1 ; platform_system == 'Windows'
7
+ PyInstaller >= 4.9
8
+ pyinstaller-hooks-contrib >= 2022.1
9
+ pywin32 >= 303 ; platform_system == 'Windows'
10
10
PyQt5 == 5.13.2 # rq.filter: != 5.14.*, != 5.15.*
11
11
pytesseract >= 0.3.8 ; platform_system == 'Windows'
12
12
PyUpdater >= 4.0.0
13
- requests >= 2.26 .0
14
- websockets >= 10.0
13
+ requests >= 2.27 .0
14
+ websockets >= 10.1
Original file line number Diff line number Diff line change 12
12
13
13
logger = logging .getLogger (__name__ )
14
14
15
- __version__ = "2.11 .0"
15
+ __version__ = "2.12 .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.11 .0' ,
11
+ version = '2.12 .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