diff --git a/AupLauncher/Program.cs b/AupLauncher/Program.cs index fb958f4..227c3e9 100644 --- a/AupLauncher/Program.cs +++ b/AupLauncher/Program.cs @@ -14,8 +14,8 @@ public static class Program public const string Description = "Launcher for AviUtl & Audacity Project Files"; public const string Author = "Takym"; public const string Copyright = "Copyright (C) 2020 Takym."; - public const string Version = "0.0.0.4"; - public const string CodeName = "aupl00a4"; + public const string Version = "0.0.0.5"; + public const string CodeName = "aupl00a5"; public static Settings Settings { get; private set; } diff --git a/README.md b/README.md index bc45911..761d5d4 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,26 @@ # AupLauncher Copyright (C) 2020 Takym. +[日本語](#ja) [English](#en) ## 概要 AviUtl と Audacity のプロジェクトファイルを認識し適切なアプリケーションを起動します。 +Windows 10 (1909) で動作確認しています。 + +## 注意 +このアプリケーションはレジストリを変更します。 +実行前にバックアップを取る事をおすすめします。 ## 利用規約 このソフトウェアはMITライセンスの下で配布されます。 詳しくは[LICENSE.txt](LICENSE.txt)をご覧ください。 ## インストール方法 -0. まず最初に AviUtl と Audacity をインストールしてください。 +0. AviUtl と Audacity がインストールされている事を前提に動作します。まず最初にインストールしておいてください。 + * [AviUtl](http://spring-fragrance.mints.ne.jp/aviutl/) + * [Audacity](https://www.audacityteam.org/) 1. 適当な場所に下記のフォルダとファイルをコピーします。 * en * AupLauncher.resources.dll @@ -40,6 +48,7 @@ AviUtl ## バージョン履歴 |バージョン|開発コード名|更新日 |内容 | |:--------:|:----------:|:---------|:----------------------------------------------------------------------------------------------| +|v0.0.0.5 |aupl00a5 |2020/04/03|説明書きを分かり易く修正。 | |v0.0.0.4 |aupl00a4 |2020/03/31|ファイル名の空白を正しく処理する様にした。 | |v0.0.0.3 |aupl00a3 |2020/03/29|[?]ボタンが表示されない現象を修正した。無効なファイルを開いた時、設定画面を表示できる様にした。| |v0.0.0.2 |aupl00a2 |2020/03/29|バージョン情報をアプリ内で確認できる様にした。 | @@ -49,13 +58,20 @@ AviUtl ## Summary This tool recognizes a project file of AviUtl and Audacity to start a proper application for editing. +Operation has been confirmed on Windows 10 (1909). + +## Attension +This application will be change the Windows Registry. +I should recommend you to backup the registry before a run. ## Terms of Use This software is distributed and licensed under the MIT License. Please refer [LICENSE.txt](LICENSE.txt) for more information. ## How to Install -0. First, please install both AviUtl and Audacity. +0. Please make sure that both AviUtl and Audacity is installed already. Download links below: + * [AviUtl](http://spring-fragrance.mints.ne.jp/aviutl/) + * [Audacity](https://www.audacityteam.org/) 1. Copy below the application folders and files to some location: * en * AupLauncher.resources.dll @@ -83,6 +99,7 @@ Please refer [LICENSE.txt](LICENSE.txt) for more information. ## Change Log |Version |Code Name |Update |Changes | |:--------:|:----------:|:---------|:----------------------------------------------------------------------------------------| +|v0.0.0.5 |aupl00a5 |2020/04/03|Fixed this manual friendly only. | |v0.0.0.4 |aupl00a4 |2020/03/31|Fixed to process for blanks in a file name. | |v0.0.0.3 |aupl00a3 |2020/03/29|Fixed to show [?] button. Added a handle to show the settings window for an invalid file.| |v0.0.0.2 |aupl00a2 |2020/03/29|Added a version information dialog. |