Skip to content

v1.0.0-SNAPSHOT.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 07:05
· 265 commits to next since this release

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 (f49c9a4)
  • add icon to leave a conversation (31db6dc)
  • add new private chat acceptance test (dac10a3)
  • api: add method to delete messages (1b367e2)
  • api: add option to modify channel join policy per channel (1a1d06c)
  • autojoin: set channel active if none exists (6a7ab05)
  • build: move to indra build and maven central release (6823d17)
  • bukkit: add protocollib packet interceptor to bukkit platform (9b7852a)
  • chat: add an option to disable the channel footer (6837db2)
  • chat: add message deletion feature (a7b20bc), closes #12
  • chat: clicking player names starts private conversation (7b0ff8e), closes #39
  • chatter: always select one channel as active (5b28622)
  • cmd: add /broadcast command incl. config (1309129), closes #18
  • cmd: add /nick command to change the display name of a player (abd945b), closes #14 #14
  • cmd: add non distributive /schat reload command (145db3a)
  • cmd: add non-disruptive /schat reload command (486eb48), closes #10
  • cmd: add quickmessage command for channels (e626771)
  • config: add color and decoration serializers (da83269)
  • config: add name config to console (c30afb1)
  • config: add private chat config options (98ed9f5)
  • fire ChatterJoinedServerEvent on join (a67acff)
  • formats: add option to center messages, e.g. broadcasts (e313b2c)
  • global private messages (f458156)
  • implement channel based message formatting (5034d68)
  • implement private messages (2910ef3)
  • initial beta release (8cac128)
  • integrations: add optional PlaceholderAPI support (4c5ed02), closes #11
  • integrations: add worldguard region chats (39c9d70)
  • migrate semantic-release to new channel model (61b7146)
  • nicknames: allow blocking names with regular expressions (a552e58), closes #14
  • nicknames: allow bypassing blocked nicknames with schat.nickname.set.blocked (d947d18), closes #14
  • persist active channel across restarts (c8b4279), closes #15
  • platform: add bungeecord platform (c663e5f)
  • platform: add velocity support (0e7c71c)
  • remember active channel across restarts (0092d34)
  • ui: add icon to leave channel (535215e)
  • velocity: add protocolize packet listener (4e47b8b)
  • view: add proper private channel formatting (ea002fe)
  • view: add unread message indicator to channels (bf720d4)

Reverts

  • Revert "update" (5a68683)
  • auto select at least one channel as active (ac87287)