Skip to content

Commit

Permalink
chore(release): 1.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-next.1 (2022-02-19)

### Bug Fixes

* /tell <target> without text throws error ([06a224c](06a224c))
* **build:** add missing acceptance tests ([10e6ccd](10e6ccd))
* **build:** add missing java distribution to build ([22be756](22be756))
* **build:** exclude config.yml from version expansion ([fd08fee](fd08fee))
* **bukkit:** delay global login packet to ensure valid socket connection ([0970031](0970031))
* **bungee:** format message on sending server to allow resolving of placeholders ([49a9cbd](49a9cbd))
* channel targets not serialized ([3f55c61](3f55c61))
* channels loaded from config created before prototype is set ([bb77506](bb77506))
* **chat:** click to select (and delete) message not possible ([8f0c05a](8f0c05a))
* **chat:** console and command blocks cannot chat ([34d0691](34d0691)), closes [#45](#45)
* **cmd:** /nick commands not formatted correctly ([4c34576](4c34576)), closes [#14](#14)
* **cmd:** /nick not working for other players ([8611edc](8611edc)), closes [#14](#14)
* **cmd:** add missing permission checks to channel click leave/join events ([151a687](151a687)), closes [#41](#41)
* **cmd:** prevent sending messages to self ([2a6710a](2a6710a))
* **cmd:** reload not removing console target from channel if `console: false` ([f77794f](f77794f))
* **config:** overwrite existing config.default.yml ([10ee712](10ee712))
* display partner name in private channel tab ([d26e0f9](d26e0f9))
* hash private channel key based on targets ([63bf73e](63bf73e))
* invalid if statement for prerelease channel ([5de7c17](5de7c17))
* isActiveChannel is false if channel is auto selected ([0c00efe](0c00efe))
* last active chat not correctly loaded after restart ([06a4703](06a4703))
* **nicknames:** nickname not synchronized across servers ([22456f4](22456f4)), closes [#14](#14)
* **nicknames:** persist nicknames across restarts ([072857b](072857b)), closes [#14](#14)
* **packets:** bungee chat packets not handled properly ([fcb5bc1](fcb5bc1)), closes [#47](#47)
* **platform:** drop paper support and shade adventure-text directly ([76c25cc](76c25cc)), closes [#34](#34)
* **platform:** system messages display under the channel tabs ([cac4ffb](cac4ffb)), closes [#36](#36)
* player kicked from their private conversations ([5b88f83](5b88f83))
* players can join private channels ([1e62157](1e62157))
* private channels shown in command auto completion ([e8aa843](e8aa843))
* private message has no source ([4507d9b](4507d9b))
* private message sent as system message ([53e8b1f](53e8b1f))
* private messaging across servers not working ([1093e76](1093e76))
* **release:** cleanup build process ([d278148](d278148))
* **release:** commit first then release ([f972730](f972730))
* **release:** directly execute publish in semantic release exec step ([1aaaff0](1aaaff0))
* **release:** do not trigger release on PRs ([8971948](8971948))
* **release:** lowercase artifactid and group ([688f377](688f377))
* **release:** properly replace versions in velocity and bungeecord plugins ([0ad8140](0ad8140))
* **release:** remove invalid verify step ([f857ef9](f857ef9))
* **release:** use correct mvn package ([b3034a1](b3034a1))
* remove source chatter from auto complete ([576f3cb](576f3cb))
* set channel active when joining ([b084af3](b084af3))
* setting default not used in is(...) method ([eb3824e](eb3824e))
* switch back to chatter sourced messages ([567eedb](567eedb))
* switch join channel message to action bar notice ([a98bfca](a98bfca))
* system messages not sent to chatter ([6db5310](6db5310))
* unsubscribe all from channel when removed ([f6e3ed1](f6e3ed1))
* update private channels globally ([22dc9f6](22dc9f6))
* update view when channel changes ([e1f57de](e1f57de))
* use correct messenger type ([ff791d2](ff791d2))
* **velocity:** queue messages that cannot be delivered ([9fcf4b1](9fcf4b1))
* **view:** push message sorting to view ([5ead76b](5ead76b))
* **view:** system messages displayed in private chat ([9bc4c18](9bc4c18))

### Features

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

### Reverts

* Revert "update" ([5a68683](5a68683))
* auto select at least one channel as active ([ac87287](ac87287))
  • Loading branch information
semantic-release-bot committed Feb 19, 2022
1 parent 5de7c17 commit ff15261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.configureondemand = true
org.gradle.parallel = true
javadocPublishRoot = https://jd.schat.silthus.net/
version = 1.0.0-alpha.5
version = 1.0.0-next.1

0 comments on commit ff15261

Please sign in to comment.