blob: fe764eaea150e61dbbadfb5e34b6583ad9626a9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
# LunaticChat Changelog
## v1
### v1.0.0 (Unreleased)
#### Features
- 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
- 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 login to the server while in a channel.
### v0.10.1
- Codecov was introduced to expand test coverage.
- The release steps for Paper and Folia in Modrinth were consolidated.
- This is because both loaders use the same build, eliminating the need for separate steps. The v0.10.0 release was merged on 2026/02/26 1:00 (UTC+9).
### v0.10.0
- Added support for Folia 1.21 and later.
- We have revised the document structure.
- We have added Folia-related references.
- The current health status is now displayed in the status shown when you run `/lc status`.
- The current configuration status is now displayed in the status shown when you run `/lc status`.
- You can now copy the version by clicking on the status displayed when you run `/lc status`.
### v0.9.1
- Fixed an issue where update notification messages were not formatted correctly.
### v0.9.0
- Modrinth releases are now split per Loader.
- Allow LunaticChat for Velocity to run standalone when launch fails due to version mismatch
- Prevent `/lcv status` from becoming disabled when Velocity integration fails due to version mismatch
- Enable checking Velocity integration errors via `/lcv status`
- Add hover text to `/lcv status` indicating current integration status
- Fixed an issue where metadata linked to the Velocity version of LunaticChat build was incorrect.
- Enabled execution of `/lcv status` from the console.
- Live status display requires the Player API and is therefore not supported.
### v0.8.0
- Velocity integration is now available.
- Fixed the header design for certain commands such as `/lc channel`.
- When converting to Roman letters, if kana characters are included, those conversions should be skipped.
### v0.7.0
#### Breaking Changes
- Other plugins such as CoreProtect can no longer intercept channel chat.
- This has broken the integration functionality with CoreProtect.
- Channel Chat logs are now uniformly accessible via a text-based viewing method.
----
- Channel chat logging functionality has been implemented.
- Logs are now recorded daily in `plugins/LunaticChat/logs/channelchat/`.
### v0.6.0
- Added experimental feature to Channel Chat support.
- Fixed broken links to documentation referenced in config.yml.
- Added a description indicating this to messages sent in Spy Mode.
- Other bug fixes.
### v0.5.0
- Added i18n support for English and Japanese languages.
- Fixed a Dokka currently references only the platform-paper module.
- Improve the cache strategy for kana conversion.
- Save the cache in memory to disk when the server stops.
- Added `/lc settings` command to manage LunaticChat user settings.
- Added `/lc status` command to check the status of LunaticChat.
### v0.4.1
- Fixed Kana conversion with voiced consonants.
### v0.4.0
- Added an update checker that verifies whether updates are available when the server starts up.
- Change so that Japanese input settings are enabled by default.
- Improved certain modules to eliminate Paper dependencies.
- Added notification feature for receiving direct messages via `/tell` and `/reply`.
### v0.3.1
#### Breaking Changes:
- Change user settings file format from JSON to TOML.
- **As a result, players will need to re-enable the `/jp` setting**.
- The old JSON format user configuration files are no longer used. You can safely delete them.
- The configuration file has been deleted or modified.
- It must be initialized when the server starts.
----
- Fixed an issue where Japanese text was being converted to Romanized characters.
### v0.3.0
- Fixed an issue where romaji conversion did not work properly in some cases.
### v0.2.0
- Fixed a release workflow issue.
### v0.1.0 - Initial release
- Added `/tell`, `/reply`, and `/jp` commands.
- Implemented romaji conversion.
|