diff --git a/constants.py b/constants.py index 83eb67c..b48164b 100644 --- a/constants.py +++ b/constants.py @@ -7,8 +7,8 @@ #アプリケーション基本情報 APP_NAME="TCV" APP_FULL_NAME = "TwitCasting Viewer" -APP_VERSION="3.1.0" -APP_LAST_RELEASE_DATE = "2021-07-23" +APP_VERSION="3.1.1" +APP_LAST_RELEASE_DATE = "2021-07-24" APP_ICON = None APP_COPYRIGHT_YEAR="2019-2021" APP_LICENSE="GNU General Public License2.0 or later" diff --git a/public/history.txt b/public/history.txt index 133137d..a8dac83 100644 --- a/public/history.txt +++ b/public/history.txt @@ -1,8 +1,8 @@ Twitcasting Viewer(TCV) 更新履歴 2021/07/24 Version 3.1.1 -1. 拡張機能用アカウントの設定で、削除したアカウントのセッション情報が残ってしまう問題を修正しました。 -2. 拡張機能用アカウントの設定で、同じアカウントを複数個登録できないように修正しました。 +1. アイテム投下機能において、削除したアカウントの情報が残ってしまう問題を修正しました。 +2. アイテム投下機能において、意図せぬアカウントでアイテムを投下してしまう場合があった不具合を修正しました。 2021/07/23 Version 3.1.0 1. アイテム投下機能を追加しました。ただし、この機能を利用する前に、同梱のreadme.txtに記載の「5.1 利用に当たっての注意事項」を必ずご確認ください。 diff --git a/public/readme.txt b/public/readme.txt index ccead6f..e7747b8 100644 --- a/public/readme.txt +++ b/public/readme.txt @@ -1,7 +1,7 @@ TwitCasting Viewer -TCV- - バージョン:  ver.3.1.0 - リリース:   2021-07-23 + バージョン:  ver.3.1.1 + リリース:   2021-07-24 開発・配布元: ACT Laboratory (https://actlab.org/) 主要開発者:  北畠一翔   ソフト種別:  オープンソースソフトウェア (GitHubリポジトリ:https://github.com/actlaboratory/TCV/) diff --git a/version.json b/version.json index be9aad2..6cdc730 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version": "3.1.0", "release_date": "2021-07-23"} \ No newline at end of file +{"version": "3.1.1", "release_date": "2021-07-24"} \ No newline at end of file