From f6676d6771b34471ea0b41a77a7b48e635c40c79 Mon Sep 17 00:00:00 2001 From: Lucia Ceionia Date: Wed, 13 Nov 2024 18:38:39 -0600 Subject: [PATCH] 0.7.0 --- CHANGELOG.md | 7 +++++++ README.md | 13 ++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8667d..f54caf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,3 +48,10 @@ initial release 0.6.1 ---- - menu doesn't auto-open if it was closed + +0.7.0 +---- +- update to webfishing 1.10 +- bbcode stuff only to lucystools users, color bug was patched +- LucysLib 0.1.0 dependency +- custom lobby code diff --git a/README.md b/README.md index 7387e78..dd53bd7 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,25 @@ Client Features: - Allows custom name BBCode (for compatible peers) - Allows custom text color (for compatible peers) - Allows BBCode in chat (for compatible peers) -- (Bug BBCode) Allows BBCode in chat for everyone to see Host Features: - Lets you set a message that will be sent when someone joins. -- Lets you spawn rainclouds & meteors. -- If intrusive BBCode is enabled, as host 'raw' messages can be sent with a % prefix +- Lets you spawn rainclouds, voids, & meteors. +- As host 'raw' messages can be sent with a % prefix +- Lets you set a custom server name with BBCode (for compatible peers) +- Lets you set a custom lobby code +- Lets you update lobby name & code while running Info for Modders: +- Check out LucysLib (in progress) - If you'd like to make things compatible, servers get a "bbcode_lobby_name" property, and messages have additional "bb_msg" and "bb_user" fields. DM me! More coming soon! Probably certainly full of bugs. Compatibility: -- Works *only* with WEBFISHING 1.09 +- Works *only* with WEBFISHING 1.10 - I haven't tested any other mods with this, but I'm happy to try to make things compatible, submit a bug report with the incompatible mod! (Only mods that have source available) Bugs: -- Make sure your version of LucysTools is the latest release before submitting bug reports, please. +- Make sure your versions of LucysTools & LucysLib are the latest release before submitting bug reports, please.