Skip to content

Commit 3f0aa5d

Browse files
committed
🔖r106 #2026年02月21日
1 parent 1953c99 commit 3f0aa5d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ google_analytics:
55
theme: jekyll-theme-leap-day
66
github:
77
ultimate:
8-
url: https://github.com/hebiiro/anti.aviutl.ultimate.plugin/releases/download/r105/ultimate_r105.zip
9-
name: ULT-R105
8+
url: https://github.com/hebiiro/anti.aviutl.ultimate.plugin/releases/download/r106/ultimate_r106.zip
9+
name: ULT-R106
1010
pyenv:
1111
url: https://github.com/hebiiro/anti.aviutl.ultimate.plugin/releases/download/r36/python32_r36.zip
1212
name: PY-R36

docs/contents/history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 🔖更新履歴
22

3+
## 🔖r106 #2026年02月21日
4+
5+
* 『タイムラインマップ』
6+
* 🩹丸角を無効にしても角が丸くなってしまう問題に対応
7+
* ⚡️タイムラインでのアイテムのドラッグや削除に追従できるように変更
8+
* ⚡️レイヤー設定と制御アイテムの範囲を描画する機能を追加
9+
* ⚡️文字の描画を抑制するオプションを追加
10+
* 🩹グラデーション描画が重すぎる問題に対応
11+
* ⚡️即時描画オプションを追加
12+
313
## 🔖r105 #2026年02月19日
414

515
* 🚀『タイムラインマップ』アドインを追加

source/ultimate.auf/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace apn
1111
{
12-
static const auto plugin_version = "r105"s;
12+
static const auto plugin_version = "r106"s;
1313
static const auto video_filter_name = "アルティメットプラグイン"s;
1414
static const auto video_filter_information = video_filter_name + " " + plugin_version;
1515
static const auto audio_filter_name = video_filter_name + "(音声)";

0 commit comments

Comments
 (0)