summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-03-17 21:57:36 +0900
committerSho Sakuma <me@m1sk9.dev>2026-03-17 21:57:36 +0900
commit0686211f8c2f5cb7df782f16498826dc9a23612a (patch)
treee9cfcb354d8e46227e8bc136eaffcec778a70f0e /CHANGELOG.md
parent1812e3558db357ddd21d3d2fd40df63b2a7f000a (diff)
downloadLunaticChat-0686211f8c2f5cb7df782f16498826dc9a23612a.tar.gz
LunaticChat-0686211f8c2f5cb7df782f16498826dc9a23612a.tar.bz2
LunaticChat-0686211f8c2f5cb7df782f16498826dc9a23612a.zip
chore: Bump version
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30a5707..fff3c3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,12 +9,23 @@
- Paper 26.1 (Minecraft 26.1) is now supported.
- Support for Paper 1.21.X, Folia 1.21.X (and later) has been dropped.
+## v0
+
+### v0.11.0
+
+#### Breaking Changes
+
+- We have removed the chat mode implementation.
+ - All chat messages sent after joining a channel will now appear in the channel chat.
+
+#### Features
+
+- We have added a notification that appears when you log in to the server while already in a channel.
+
#### Feature Improvements
- Optimization of internal logic.
-## v0
-
### v0.10.1
- Codecov was introduced to expand test coverage.