From a0ef8c264e06a38cb1610d33ad2dc4826d4fe019 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 26 Jun 2025 19:38:47 +0200 Subject: [PATCH] fancydialogs: Update version to 0.0.6 --- plugins/fancydialogs/CHANGELOG-SNAPSHOT.md | 5 +++++ plugins/fancydialogs/VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/fancydialogs/CHANGELOG-SNAPSHOT.md b/plugins/fancydialogs/CHANGELOG-SNAPSHOT.md index 54d28fa4..afaab59b 100644 --- a/plugins/fancydialogs/CHANGELOG-SNAPSHOT.md +++ b/plugins/fancydialogs/CHANGELOG-SNAPSHOT.md @@ -2,6 +2,11 @@ Commit hash: %COMMIT_HASH% Commit message: %COMMIT_MESSAGE% +Changes: +- Added default values for confirmation dialog +- Added support for the select input +- Marked Folia as supported + *(The last commit message does not always directly reflect the changes related to this version.)* Keep in mind that this is a snapshot version. Snapshot versions are **not** meant to be used in production. They are for **testing purposes only** and may contain bugs or incomplete features. Use at your own risk. \ No newline at end of file diff --git a/plugins/fancydialogs/VERSION b/plugins/fancydialogs/VERSION index fa3de586..99d85ecd 100644 --- a/plugins/fancydialogs/VERSION +++ b/plugins/fancydialogs/VERSION @@ -1 +1 @@ -0.0.5 \ No newline at end of file +0.0.6 \ No newline at end of file