Skip to content

Releases: team-apm/apm

AviUtl Plugin Manager v0.3.0

04 Jul 14:27
v0.3.0
65b825b
Compare
Choose a tag to compare
Pre-release

Features

  • add a feature to manage scripts (c0d9e12), closes #3

Bug Fixes

  • change to destory the browser window when the main window is closed (84e34f9)

日本語版

新機能

  • スクリプトを管理する機能を追加しました。 (c0d9e12), closes #3

バグ修正

  • メインウィンドウを閉じたときに、ブラウザウィンドウを破棄するようにしました。 (84e34f9)

AviUtl Plugin Manager v0.2.0

04 Jul 09:33
v0.2.0
91786ba
Compare
Choose a tag to compare
Pre-release

Features

  • add a browser system to download plugins (0d1033c), closes #16
  • add a feature to uninstall a plugin (1e47bff), closes #2
  • add automatic search for files in an archive (fff1907), closes #2
  • add borders on the plugin panel (45bb128)
  • add showing a list of plugins (31a7eb7), closes #2
  • add showing installed plugin versions (a44e26b), closes #2
  • add showing installed version after installing (83b2d86), closes #2
  • add splash screen in launching (c85d0c8), closes #4
  • add the feature to display the details of plugins (9e23817), closes #2
  • add the feature to install a plugin (0cc8757), closes #2
  • check whether a program is installed on launching and on changing installation path (9ea80a6), closes #12
  • separate plugin types with a comma (cb95701), closes #2
  • support installation using an installer (f2b9e7c), closes #2

Bug Fixes

  • fix a bug that cause an error when checking for the latest version after downloading a file (5f391e8)
  • fix a bug that prevented the uninstallation of optional files (46861a5)
  • fix installing core (a212860)
  • fix the bug that the process stops when unzip fails (3b73f1d)

日本語版

新機能

  • プラグインをダウンロードするためのブラウザを追加しました。 (0d1033c), closes #16
  • プラグインをアンインストールする機能を追加しました。 (1e47bff), closes #2
  • アーカイブ内のファイルを自動検索するようにしました。 (fff1907), closes #2
  • プラグインパネルに境界線を追加しました。 (45bb128)
  • プラグインの一覧表示を追加しました。 (31a7eb7), closes #2
  • インストールされているプラグインのバージョンを表示する機能を追加しました。 (a44e26b), closes #2
  • インストール後にインストールしたバージョンを表示するようにしました。 (83b2d86), closes #2
  • 起動時にスプラッシュスクリーンを表示するようにしました。 (c85d0c8), closes #4
  • プラグインの詳細を表示する機能を追加しました。 (9e23817), closes #2
  • プラグインをインストールする機能を追加しました。 (0cc8757), closes #2
  • 起動時やインストールパスの変更時に、プログラムがインストールされているかどうかを確認するようにしました。 (9ea80a6), closes #12
  • プラグインの種類をコンマで区切るようにしました。 (cb95701), closes #2
  • インストーラーによるインストールをサポートしました。 (f2b9e7c), closes #2

バグ修正

  • ファイルをダウンロードした後に最新バージョンをチェックするとエラーになるバグを修正しました。 (5f391e8)
  • オプションファイルのアンインストールができないバグを修正しました。 (46861a5)
  • コアのインストール時に発生する不具合を修正しました。 (a212860)
  • unzipに失敗したときにプロセスが停止するバグを修正しました。 (3b73f1d)

AviUtl Plugin Manager v0.1.2

21 Jun 11:28
v0.1.2
f99b808
Compare
Choose a tag to compare
Pre-release

Features

日本語版

新機能

  • 自動アップデートをするようにしました。 (de14c86), closes #6

AviUtl Plugin Manager v0.1.1

21 Jun 10:05
v0.1.1
24a00da
Compare
Choose a tag to compare
Pre-release
  • Several usability improvements
  • However, v0.1.0 no longer works.

Recommendation

ZIP version is recommended!!

日本語版

  • いくつかの機能を改善しました。
  • v0.1.0が動作しなくなりました。

推奨

ZIPバージョンを推奨します!!

AviUtl Plugin Manager v0.1.0

21 Jun 09:11
v0.1.0
31c75ff
Compare
Choose a tag to compare
Pre-release

Features

  • add a feature to get stored core version (e8c1d31)
  • add adding version options in select on loaded (650bf99), closes #1
  • Add displaying an error message when a successful installation fails (a30bf28), closes #1
  • add installation feature for AviUtl & Exedit (ff531f9), closes #1
  • add latest-version checking (6946af5), closes #1
  • add main window & about window (79712a5)
  • add selecting installation path & store it (e636ae1), closes #1
  • add showing 'Not acquired' when a version file doesn't exist (785229d), closes #1
  • add showing an error dialog on not selecting installation path (7c72548)
  • add showing spinner when updating latest core version (f1d3878), closes #1
  • add showing stored latest version on loading (f74990e), closes #1
  • make a dialog selecting directory a modal window (09b16a2)
  • index.html: add tab to change pane (23a852c)
  • create initial files for electron (88c6997)

Bug Fixes

  • fix installing without specifying path or version (a81886e)
  • fix not showing installed version on loading (1643b1f)
  • fix not updating installed version on installing (f341878)

Recommendation

ZIP version is recommended!!

日本語版

新機能

  • 保存されたCoreのバージョンを取得するようにしました。 (e8c1d31)
  • 起動時にセレクトにバージョンの選択肢を追加するようにしました。 (650bf99), closes #1
  • インストールに失敗した時にエラーメッセージを表示するようにしました。 (a30bf28), closes #1
  • AviUtlと拡張編集Pluginをインストールできる機能を追加しました。 (ff531f9), closes #1
  • 最新のCoreバージョンを確認する機能を追加しました。 (6946af5), closes #1
  • メインウィンドウとアプリについてのウィンドウを追加しました。 (79712a5)
  • インストールパスを選択する機能を追加し、それを保存するようにしました。 (e636ae1), closes #1
  • バージョンファイルが取得できなかったときに、エラーメッセージを表示するようにしました。 (785229d), closes #1
  • インストールパスが指定されていないときに、エラーダイアログを表示するようにしました。 (7c72548)
  • 最新バージョンを取得しているときに、スピナーを表示するようにしました。 (f1d3878), closes #1
  • 起動時にインストール済みのバージョンを表示するようにしました。 (f74990e), closes #1
  • ディレクトリ選択画面をモーダルウィンドウにしました。 (09b16a2)
  • index.html: パネルを変更するためのタブを追加しました。(23a852c)
  • electronのための初期ファイルを追加しました。 (88c6997)

バグ修正

  • インストールパスやバージョンの指定がなくても、インストールできてしまう不具合を修正しました。 (a81886e)
  • 起動時にインストール済みのバージョンが表示されない不具合を修正しました。 (1643b1f)
  • インストール時にインストール済みのバージョンが変更されない不具合を修正しました。 (f341878)

推奨

ZIPバージョンを推奨します!!