diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-18 14:06:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 14:06:07 +0900 |
| commit | 74124f8b6317e2f361ed3389b2bc4e3bab2ba270 (patch) | |
| tree | 98abdffa811500ee08cc2f97c027561d560eb078 /CHANGELOG.md | |
| parent | d36966f01d1f4418de9e939631ba50a1c4d9545f (diff) | |
| parent | 0daefc528a9bbfc68bbe81bd35ed1baf34622ba6 (diff) | |
| download | LunaticChat-0.11.0.tar.gz LunaticChat-0.11.0.tar.bz2 LunaticChat-0.11.0.zip | |
Merge pull request #146 from m1sk9/fix/channel-joined-notificationv0.11.0
fix: Restore the Channel Manager at player login
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fff3c3b..ec0507c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,13 @@ #### Features -- We have added a notification that appears when you log in to the server while already in a channel. +- Clicking the notification message now displays the channel's status. #### Feature Improvements - Optimization of internal logic. +- We have improved the notification message that appears when you log in to the server while in a channel. +- Added a delay to prevent other plugins from interfering with login notifications. ### v0.10.1 |
