From 644485cc708443e6a662183fec30e75fac353795 Mon Sep 17 00:00:00 2001 From: hebiiro Date: Sun, 27 Oct 2024 18:47:01 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96r43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ source/ultimate.auf/main.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d70d93..9fe56e0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ ## 🔖更新履歴 +* r43 🗓️2024/10/27 + * 『ワークスペース化』 + * 💥タブコントロールを自作したものに変更 + * 『ダークモード化』 + * 🩹再生ボタンの表示が戻らない問題に対応 + * 『本体』 + * 🩹aviutl以外から::FreeLibrary()が呼ばれた場合に対応 * r42 🗓️2024/10/14 * 『ダークモード化』 * ✨『ユーザー定義』スキンを追加 diff --git a/source/ultimate.auf/main.cpp b/source/ultimate.auf/main.cpp index 4016fe3..6fa51c9 100644 --- a/source/ultimate.auf/main.cpp +++ b/source/ultimate.auf/main.cpp @@ -9,7 +9,7 @@ namespace apn { - static const auto plugin_version = "r42"s; + static const auto plugin_version = "r43"s; static const auto video_filter_name = "アルティメットプラグイン"s; static const auto video_filter_information = video_filter_name + " " + plugin_version; static const auto audio_filter_name = video_filter_name + "(音声)";