Skip to content

Commit

Permalink
Merge pull request #17 from actlaboratory/cat/bump
Browse files Browse the repository at this point in the history
Bump to 1.0.1
  • Loading branch information
yncat authored May 6, 2024
2 parents dfb732e + 12480e9 commit d065e75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
APP_FULL_NAME = "Parametric Video Processor"#アプリケーションの完全な名前
APP_NAME="PVP"#アプリケーションの名前
APP_ICON = None
APP_VERSION="1.0.0"
APP_LAST_RELEASE_DATE="2024-01-01"
APP_VERSION="1.0.1"
APP_LAST_RELEASE_DATE="2024-05-06"
APP_COPYRIGHT_YEAR="2023-2024"
APP_LICENSE="Apache License 2.0"
APP_DEVELOPERS="Yukio Nozawa"
Expand Down
11 changes: 9 additions & 2 deletions public/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Parametric Video Processor -PVP-

バージョン:  ver.1.0.0
リリース:   2024-01-01
バージョン:  ver.1.0.1
リリース:   2024-05-06
開発・配布元: ACT Laboratory (https://actlab.org/)
リポジトリ: https://github.com/actlaboratory/PVP

Expand Down Expand Up @@ -74,3 +74,10 @@ concats には、動画をカット編集する際、途中のステップとし
このソフトウェアを利用しての感想やご要望、不具合のご報告などは、以下のメールアドレスまたは掲示板へご連絡ください。
ACT Laboratory サポート:[email protected]
ACT Laboratory 掲示板:https://actlab.org/bbs/

# 更新履歴

## 2024/05/06 Version 1.0.1
- カット編集の時に、複数のログファイルができるはずが、全部上書きされてしまっていた不具合を修正しました。
- 動画の先頭からカットしようとすると失敗してしまう不具合を修正しました。
- カット編集時、マルチトラックの動画ファイルを読み込むと、最初の音声トラックしか採用されず、他のトラックが消えてしまっていた不具合を修正しました。
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.0.0", "release_date": "2024-01-01"}
{"version": "1.0.1", "release_date": "2024-05-06"}

0 comments on commit d065e75

Please sign in to comment.