Releases: sVoxelDev/sChat
Releases · sVoxelDev/sChat
v1.0.0-SNAPSHOT.6
v1.0.0-SNAPSHOT.5
1.0.0-SNAPSHOT.5 (2022-02-22)
Bug Fixes
- release: always publish -SNAPSHOT without version suffix to sonatype (33662d1)
v1.0.0-SNAPSHOT.4
1.0.0-SNAPSHOT.4 (2022-02-22)
Bug Fixes
v1.0.0-SNAPSHOT.10
v1.0.0-SNAPSHOT.3
1.0.0-SNAPSHOT.3 (2022-02-21)
Bug Fixes
v1.0.0-SNAPSHOT.2
1.0.0-SNAPSHOT.2 (2022-02-21)
Bug Fixes
- undefined private message_format causes NPE (76cf6e7)
Features
v1.0.0-SNAPSHOT.1
1.0.0-SNAPSHOT.1 (2022-02-20)
Bug Fixes
- /tell without text throws error (06a224c)
- build: add missing acceptance tests (10e6ccd)
- build: add missing java distribution to build (22be756)
- build: exclude config.yml from version expansion (fd08fee)
- bukkit: delay global login packet to ensure valid socket connection (0970031)
- bungee: format message on sending server to allow resolving of placeholders (49a9cbd)
- channel targets not serialized (3f55c61)
- channels loaded from config created before prototype is set (bb77506)
- chat: click to select (and delete) message not possible (8f0c05a)
- chat: console and command blocks cannot chat (34d0691), closes #45
- cmd: /nick commands not formatted correctly (4c34576), closes #14
- cmd: /nick not working for other players (8611edc), closes #14
- cmd: add missing permission checks to channel click leave/join events (151a687), closes #41
- cmd: prevent sending messages to self (2a6710a)
- cmd: reload not removing console target from channel if
console: false
(f77794f) - config: overwrite existing config.default.yml (10ee712)
- display partner name in private channel tab (d26e0f9)
- hash private channel key based on targets (63bf73e)
- invalid if statement for prerelease channel (5de7c17)
- isActiveChannel is false if channel is auto selected (0c00efe)
- last active chat not correctly loaded after restart (06a4703)
- nicknames: nickname not synchronized across servers (22456f4), closes #14
- nicknames: persist nicknames across restarts (072857b), closes #14
- packets: bungee chat packets not handled properly (fcb5bc1), closes #47
- platform: drop paper support and shade adventure-text directly (76c25cc), closes #34
- platform: system messages display under the channel tabs (cac4ffb), closes #36
- player kicked from their private conversations (5b88f83)
- players can join private channels (1e62157)
- private channels shown in command auto completion (e8aa843)
- private message has no source (4507d9b)
- private message sent as system message (53e8b1f)
- private messaging across servers not working (1093e76)
- release: change prerelease to main channel (c0b7732)
- release: cleanup build process (d278148)
- release: commit first then release (f972730)
- release: directly execute publish in semantic release exec step (1aaaff0)
- release: do not trigger release on PRs (8971948)
- release: lowercase artifactid and group (688f377)
- release: only publish actual platform jars to github release (21c52ce)
- release: properly replace versions in velocity and bungeecord plugins (0ad8140)
- release: release job failing on a non release commit (14d014f)
- release: remove invalid verify step (f857ef9)
- release: use correct mvn package (b3034a1)
- remove source chatter from auto complete (576f3cb)
- set channel active when joining (b084af3)
- setting default not used in is(...) method (eb3824e)
- switch back to chatter sourced messages (567eedb)
- switch join channel message to action bar notice (a98bfca)
- system messages not sent to chatter (6db5310)
- unsubscribe all from channel when removed (f6e3ed1)
- update private channels globally (22dc9f6)
- update view when channel changes (e1f57de)
- use correct messenger type (ff791d2)
- velocity: queue messages that cannot be delivered (9fcf4b1)
- view: push message sorting to view (5ead76b)
- view: system messages displayed in private chat (9bc4c18)
Features
- add /leave channel command (cd2621d)
- add auto join feature (7fa1e5d)
- add custom formatting for channels and players (af2ac60), closes #21 #5
- add debug option for plugin messaging (e0cb422)
- add debug option to repositories (2372b97)
- add debug option to serialize/deserialize (59be089)
- add debugging to event bus (a10462b)
- add debugging to send message command (20e5bf8)
- add features to channels ...
v1.0.0-beta.17
v1.0.0-beta.16
1.0.0-beta.16 (2021-11-20)
Bug Fixes
- bungee: format message on sending server to allow resolving of placeholders (49a9cbd)
- chat: click to select (and delete) message not possible (8f0c05a)
Features
- formats: add option to center messages, e.g. broadcasts (e313b2c)