Skip to content

Commit

Permalink
v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-axis committed Apr 29, 2024
1 parent 33782b1 commit 1d52573
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 @@ -212,6 +212,10 @@ BPM グリッドの基準フレームを,現在フレームの位置に設定

## 改版履歴

- - **v1.21** (2024-04-30)

- Root シーン以外でのクリックによる編集点移動で例外が出ていたのを修正.

- **v1.20** (2024-04-27)

- タイムライン上をマウスボタンクリックで近くの編集点や BPM グリッドの拍数線に移動する機能を追加.
Expand Down
2 changes: 1 addition & 1 deletion tl_walkaround.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD fdwReason, LPVOID lpvReserved)
// 看板.
////////////////////////////////
#define PLUGIN_NAME "TLショトカ移動"
#define PLUGIN_VERSION "v1.20"
#define PLUGIN_VERSION "v1.21"
#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 1d52573

Please sign in to comment.