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 Mar 24, 2021
2 parents bb4ba0c + 136dc7c commit 4b6e1d5
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 5 deletions.
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ def OnExit(self):
self._releaseMutex()
pipe.stopServer()

# アップデート
globalVars.update.runUpdate()

#戻り値は無視される
return 0

Expand Down
4 changes: 2 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
APP_FULL_NAME = "Universal Live Tracking and Recording App"#アプリケーションの完全な名前
APP_NAME="ULTRA"#アプリケーションの名前
APP_ICON = "ultra.ico"
APP_VERSION="1.0.1"
APP_LAST_RELEASE_DATE="2021-03-23"
APP_VERSION="1.0.2"
APP_LAST_RELEASE_DATE="2021-03-24"
APP_COPYRIGHT_YEAR="2021"
APP_LICENSE="Apache License 2.0"
APP_DEVELOPERS="Kazto Kitabatake, ACT Laboratory"
Expand Down
Binary file added iconParts/ULTRA24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added iconParts/ULTRA32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Universal Live Tracking and Recording App(ULTRA) 更新履歴

2021/03/24 Version 1.0.2
1. ソフトウェアの更新機能が正しく動作しなかったのを修正しました。
2. 本ソフトのインストールフォルダ内に「license.txt」が存在しなかったのを修正しました。

2021/03/23 Version 1.0.1
1. ツイキャス連携機能について
・一定時間経過後にツイキャスとの接続が切れてしまう問題に対応しました。
Expand Down
35 changes: 35 additions & 0 deletions public/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Copyright (c)2021 Kazto kashiwamochi,ACT laboratory All rights reserved.

本ソフトウェアは、Apache License 2.0の条件に従い、自由に利用することができます。
本ソフトウェアのソースコードは、readme.txtに記載のURLよりダウンロード可能です。

※本ソフトウェアには、以下の各ライセンスに従い他者の成果物を含みます。

・Apacheライセンスv2に基づく以下のライブラリ
requests (https://github.com/psf/requests)
pypac (https://pypi.org/project/pypac/)
libloader (https://github.com/bmarwell/libloader/)

・BSDライセンスに基づく以下のライブラリ
pyperclip (https://pypi.org/project/pyperclip/)
Copyright (c) 2014, Al Sweigart
pybass (https://pypi.org/project/pybass/)
Copyright(c) Maxim Kolosov 2009-2013 [email protected]
websocket-client
Copyright 2018 Hiroki Ohtani.

・MITライセンスに基づく以下のライブラリ
AccessibleOutput2 (https://pypi.org/project/accessible-output2/)

・MS-PLに基づく以下のライブラリ
DotNetZip

・GNU GENERAL PUBLIC LICENSE(GPL) v3に基づく以下のライブラリ
ffmpeg




その他、個別のライセンスに基づく複数のライブラリ

各ライセンスは、licensesディレクトリ内に格納されています。
4 changes: 2 additions & 2 deletions public/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Universal Live Tracking and Recording App -ULTRA-

バージョン:  ver.1.0.1
リリース:   2021-03-23
バージョン:  ver.1.0.2
リリース:   2021-03-24
開発・配布元: ACT Laboratory (https://actlab.org/)
主要開発者:  北畠一翔
  ソフト種別:  オープンソースソフトウェア (GitHubリポジトリ:https://github.com/actlaboratory/ULTRA/)
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.0.1", "release_date": "2021-03-23"}
{"version": "1.0.2", "release_date": "2021-03-24"}

0 comments on commit 4b6e1d5

Please sign in to comment.