Skip to content

Commit 2828b1c

Browse files
committed
v3.1.0: changelog and version change
1 parent e4f19e7 commit 2828b1c

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
fixed:
2-
- example.yml was incorrect
3-
- commandapi unregistration on shutdown threw exceptions
1+
well this is a big version jump because it has major rewrites to support
2+
a second backend. what do I mean by that? CommandBridge was(or still is)
3+
being powered by Websockets. but some users asked for the feature to implement
4+
redis. So here it is:
5+
6+
- full redis support as transport layer
7+
- you can either use websockets or redis depends on what you select in the config
8+
9+
so big version because the config has major changes and the plugin architecture
410

5-
added:
6-
- modrinth api - update checker

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.configuration-cache=true
2-
pluginVersion=3.0.1
2+
pluginVersion=3.1.0
33

0 commit comments

Comments
 (0)