Skip to content

Commit

Permalink
v1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-axis committed Jul 10, 2024
1 parent d0d14f2 commit 7ddedc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ rate_boost=10
| `"{}(アニメーション効果)"` | `震える` | `震える(アニメーション効果)` |
| `"アニメ効果の「{}」"` | `震える` | `アニメ効果の「震える」` |
| `"{{{}}"` | `震える` | `{震える}` |
| `"{}{}"` | `震える` | `震える震える` |
| `"{{}{}{}{{}"` | `震える` | `{}震える震える{}` |
- `""` (空の文字列) を指定するとこの機能を無効化します.
Expand All @@ -506,12 +506,14 @@ rate_boost=10
## 改版履歴
- **v1.42?** (2024-07-??)
- **v1.42** (2024-07-10)
- トラックバーの数値入力ボックスのドラッグ中にホイール操作をした場合は,マウス位置に関わらずドラッグ中の数値が動くように変更.
- アニメーション効果のスクリプト名表示機能を刷新,書式指定ができるように.
- v1.40 と v1.41 の設定ファイルの `[FilterName]` 以下の部分は互換性がなくなりました.機能を無効化していた場合,更新した `.ini` ファイルで `anim_eff_fmt=""` の設定をしてください.
- **v1.41** (2024-07-09)
- トラックバーの数値入力ボックスのドラッグでマウス位置を固定する機能を有効にしている場合,ドラッグ中はカーソルを非表示にするように変更.
Expand Down
2 changes: 1 addition & 1 deletion reactive_dlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD fdwReason, LPVOID lpvReserved)
// 看板.
////////////////////////////////
#define PLUGIN_NAME "Reactive Dialog"
#define PLUGIN_VERSION "v1.42-beta2"
#define PLUGIN_VERSION "v1.42"
#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 7ddedc9

Please sign in to comment.