Skip to content

Commit 0de517e

Browse files
committed
[0.8.0] update livehime version to 7.34.0.9929
1 parent 1345f5b commit 0de517e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/compile-standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
UPX_VERSION: "5.0.2"
1515
UPX_DIR: "${{ github.workspace }}/tools/upx"
16-
VERSION: "0.7.2.0"
16+
VERSION: "0.8.0.0"
1717

1818
steps:
1919
- name: Check-out repository

.github/workflows/compile-universal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
UPX_VERSION: "5.0.2"
1919
UPX_DIR: "${{ github.workspace }}/tools/upx"
20-
VERSION: "0.7.2.0"
20+
VERSION: "0.8.0.0"
2121

2222
steps:
2323
- name: Check-out repository

constant/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ class CacheType(StrEnum):
5555
LOGGER_NAME = "StartLiveLogger"
5656
USERNAME_DISPLAY_TEMPLATE = "{}({})"
5757
MAX_RECENT_TITLE = 5
58-
VERSION = "0.7.2"
58+
VERSION = "0.8.0"
5959

6060
APP_KEY = "aae92bc66f3edfab"
6161
APP_SECRET = "af125a0d5279fd576c1b4418a3e8276d"
62-
LIVEHIME_BUILD = "9848"
63-
LIVEHIME_VERSION = "7.31.0.9848"
62+
LIVEHIME_BUILD = "9929"
63+
LIVEHIME_VERSION = "7.34.0.9929"
6464
HEADERS_WEB = {
6565
"Accept": "*/*",
6666
"Accept-Encoding": "gzip, deflate",
@@ -74,12 +74,12 @@ class CacheType(StrEnum):
7474
"Sec-Fetch-Site": "same-site",
7575
"Sec-Fetch-Mode": "cors",
7676
"Sec-Fetch-Dest": "empty",
77-
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 pc_app/livehime build/9848"
77+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 pc_app/livehime build/9929"
7878
}
7979
HEADERS_APP = {
8080
"Accept-Encoding": "gzip,deflate",
8181
"Connection": "keep-alive",
82-
"User-Agent": "LiveHime/7.31.0.9848 os/Windows pc_app/livehime build/9848 osVer/10.0_x86_64"
82+
"User-Agent": "LiveHime/7.34.0.9929 os/Windows pc_app/livehime build/9929 osVer/10.0_x86_64"
8383
}
8484
START_LIVE_AUTH_CSRF = True
8585
STOP_LIVE_AUTH_CSRF = False

resources/version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"ak": "aae92bc66f3edfab",
33
"as": "af125a0d5279fd576c1b4418a3e8276d",
4-
"b": "9848",
5-
"v": "7.31.0.9848",
4+
"b": "9929",
5+
"v": "7.34.0.9929",
66
"hw": {
77
"Accept": "*/*",
88
"Accept-Encoding": "gzip, deflate",
@@ -16,12 +16,12 @@
1616
"Sec-Fetch-Site": "same-site",
1717
"Sec-Fetch-Mode": "cors",
1818
"Sec-Fetch-Dest": "empty",
19-
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 pc_app/livehime build/9848"
19+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 pc_app/livehime build/9929"
2020
},
2121
"ha": {
2222
"Accept-Encoding": "gzip,deflate",
2323
"Connection": "keep-alive",
24-
"User-Agent": "LiveHime/7.31.0.9848 os/Windows pc_app/livehime build/9848 osVer/10.0_x86_64"
24+
"User-Agent": "LiveHime/7.34.0.9929 os/Windows pc_app/livehime build/9929 osVer/10.0_x86_64"
2525
},
2626
"start_ac": true,
2727
"stop_ac": false

0 commit comments

Comments
 (0)