Skip to content

Commit

Permalink
v1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-axis committed Sep 3, 2024
1 parent 3250f59 commit 3531ed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,10 @@ tip_text_color=-1
## 改版履歴
- **v1.71** (2024-09-03)
- [フィルタ名調整プラグイン](https://github.com/hebiiro/aviutl.filter_name.auf) (`filter_name.auf`) との競合メッセージと競合時の対処を修正.
- **v1.70** (2024-08-30)
- トラックバーの変化方法選択のメニューをショートカットキーで表示する機能を追加.
Expand Down
2 changes: 1 addition & 1 deletion reactive_dlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD fdwReason, LPVOID lpvReserved)
// 看板.
////////////////////////////////
#define PLUGIN_NAME "Reactive Dialog"
#define PLUGIN_VERSION "v1.71-beta1"
#define PLUGIN_VERSION "v1.71"
#define PLUGIN_AUTHOR "sigma-axis"
#define PLUGIN_INFO_FMT(name, ver, author) (name##" "##ver##" by "##author)
#define PLUGIN_INFO PLUGIN_INFO_FMT(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHOR)
Expand Down

0 comments on commit 3531ed0

Please sign in to comment.