From 4b80444badbf578f3a551458ee46aba26d58d70a Mon Sep 17 00:00:00 2001
From: Masayuki Yamamoto <15698961+ma8ma@users.noreply.github.com>
Date: Sat, 4 Apr 2026 16:50:53 +0900
Subject: [PATCH 1/2] Update histories
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
リリース計画を更新したためオンラインマニュアルの更新履歴を編集します。
更新履歴のPull reqeustリンクが1件間違えていたので修正します。
---
docs/manual/2026.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/manual/2026.md b/docs/manual/2026.md
index 27170f84b..478052947 100644
--- a/docs/manual/2026.md
+++ b/docs/manual/2026.md
@@ -11,6 +11,8 @@ layout: default
### [0.17.0-unreleased](https://github.com/JDimproved/JDim/compare/JDim-v0.16.0...master) (unreleased)
+- ([#1583](https://github.com/JDimproved/JDim/pull/1583))
+ Bump version to 0.16.1-alpha and increment micro version for dev cycle
@@ -22,7 +24,7 @@ layout: default
### [0.16.0-20260316](https://github.com/JDimproved/JDim/compare/JDim-v0.15.0...JDim-v0.16.0) (2026-03-16)
-- ([#1582](https://github.com/JDimproved/JDim/pull/1582))
+- ([#1581](https://github.com/JDimproved/JDim/pull/1581))
Release 0.16.0
- ([#1579](https://github.com/JDimproved/JDim/pull/1579))
Support new 5ch.io domain (5ch.net → 5ch.io migration)
From 53caa243f413993c408039eceefa4c189a1fc46a Mon Sep 17 00:00:00 2001
From: Masayuki Yamamoto <15698961+ma8ma@users.noreply.github.com>
Date: Sat, 4 Apr 2026 16:51:01 +0900
Subject: [PATCH 2/2] Update JDDATE_FALLBACK macro to 20260404
---
src/jdversion.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/jdversion.h b/src/jdversion.h
index 53c7e3a9e..414fc0f87 100644
--- a/src/jdversion.h
+++ b/src/jdversion.h
@@ -17,7 +17,7 @@
#define MAJORVERSION 0
#define MINORVERSION 16
#define MICROVERSION 1
-#define JDDATE_FALLBACK "20260328"
+#define JDDATE_FALLBACK "20260404"
#define JDTAG "alpha"
//---------------------------------