From ca77db6a97937988b604226380ae6874f3433b6b Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 30 Mar 2025 16:28:19 +0200 Subject: [PATCH] docs: add changelog for v1.x.x of FancyHolograms --- docs/src/fancyholograms/changelog/v1.md | 66 +++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/docs/src/fancyholograms/changelog/v1.md b/docs/src/fancyholograms/changelog/v1.md index 02065503..ac626852 100644 --- a/docs/src/fancyholograms/changelog/v1.md +++ b/docs/src/fancyholograms/changelog/v1.md @@ -5,3 +5,69 @@ order: 1 ![](../../static/changelog_v1_x_x.png) # + +## v1.1.1 [!badge variant="info" text="2023-06-13"] + +- Added support for 1.20.1 +- This version of the plugin supports both 1.20 and 1.20.1 + +## v1.1.0 [!badge variant="info" text="2023-06-12"] + +- Updated to 1.20 + +## v1.0.7 [!badge variant="info" text="2023-05-22"] + +- Added insertBefore and insertAfter +- Added FancyHolograms command +- Fixed some bugs +- Compatible with FancyNpcs 1.1.5 for linking with an NPC + +## v1.0.6 [!badge variant="info" text="2023-05-03"] + +- Added support for MiniPlaceholders (#5) +- Added visibilityDistance in config +- Added /hologram list command +- Added /hologram teleport command +- Bug fixes and typos + +## v1.0.5 [!badge variant="info" text="2023-04-10"] + +- Add copy hologram feature (/hologram copy ) +- Add edit shadow features (/hologram edit (shadowRadius | shadowStrength) ) +- Added api stuff (spawn, remove and modify events) +- Add link with npc feature (/hologram edit linkWithNpc ) + +## v1.0.4 [!badge variant="info" text="2023-04-03"] + +- Fixed saving holograms +- Only refresh holograms to players that are in the same world +- Folia support (FancyHolograms-1.0.4-folia.jar) + +**Folia support:** + +Please make backups when using this plugin with Folia. There might accure bugs. +In the future there will be two jar files, one for Paper and one for Folia. You can not use the Folia version on a Paper server. + +## v1.0.3 [!badge variant="info" text="2023-03-28"] + +- Add 'updateTextInterval' subcommand (set to 0 to disable) +- Fixed deleting holograms +- Increased default line width + +## v1.0.2 [!badge variant="info" text="2023-03-26"] + +- Added 'transparent' background +- Added 'reset' background (default) +- Bug fixes + +## v1.0.1 [!badge variant="info" text="2023-03-20"] + +- Fixed that holograms are not being saved +- Added the 'moveTo' subcommand +- Add the 'help' subcommand +- Added PlaceholderAPI support +- Fixed some bugs + +## v1.0.0 [!badge variant="info" text="2023-03-18"] + +This is the first version. There might accure bugs, please report them.