Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
kitabatake1013 committed Oct 10, 2022
2 parents a64c651 + c5ca2e0 commit efcab6d
Show file tree
Hide file tree
Showing 16 changed files with 620 additions and 441 deletions.
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import update
import threading
import constants
import soundPlayer

def _import():
global main, manager, twitcasting
Expand Down Expand Up @@ -78,6 +79,8 @@ def setProxyEnviron(self):
self.proxyEnviron.set_environ(self.config["proxy"]["server"], self.config.getint("proxy", "port", 8080, 0, 65535))
else:
self.proxyEnviron.set_environ()
if "http_proxy" in os.environ:
soundPlayer.player.setProxy(os.environ["http_proxy"])

def installThreadExcepthook(self):
_init = threading.Thread.__init__
Expand Down
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#アプリケーション基本情報
APP_NAME="TCV"
APP_FULL_NAME = "TwitCasting Viewer"
APP_VERSION="3.2.2"
APP_VERSION="3.3.0"
APP_LAST_RELEASE_DATE = "2021-07-24"
APP_ICON = None
APP_COPYRIGHT_YEAR="2019-2022"
Expand Down
1 change: 1 addition & 0 deletions defaultKeymap.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"CONNECT":"CTRL+N",
"VIEW_HISTORY": "CTRL+H",
"VIEW_FAVORITES": "CTRL+I",
"VIEW_POPULAR": "",
"DISCONNECT":"CTRL+W/CTRL+F4",
"EXIT": "",
"PLAY": "F1",
Expand Down
Binary file modified locale/en-us/LC_MESSAGES/messages.mo
Binary file not shown.
Loading

0 comments on commit efcab6d

Please sign in to comment.