forked from Clones/Controlify
📜 Bump version + changelog
This commit is contained in:
@ -12,7 +12,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "dev.isxander"
|
||||
version = "1.5.1+1.20"
|
||||
version = "1.6.0+1.20"
|
||||
val isAlpha = "alpha" in version.toString()
|
||||
val isBeta = "beta" in version.toString()
|
||||
if (isAlpha) println("Alpha version detected.")
|
||||
|
21
changelogs/1.6.0+1.20.md
Normal file
21
changelogs/1.6.0+1.20.md
Normal file
@ -0,0 +1,21 @@
|
||||
# Controlify 1.6.0 for 1.20.1
|
||||
|
||||
## Additions
|
||||
|
||||
- Added No Fly Drifting option, can be disabled by the server.
|
||||
- Add 'Take Screenshot' binding
|
||||
- Add 'Pick block with NBT' binding
|
||||
|
||||
## Changes
|
||||
|
||||
- Make all server policies 'allow' by default. If you install Controlify,
|
||||
you expect it.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- Fix use item rumble getting stuck on death or respawn
|
||||
- Fix toggle sneak toggling when dismounting or landing from flight
|
||||
|
||||
## Language Updates
|
||||
|
||||
- Added Vietnamese translation [(#145)](https://github.com/isXander/Controlify/pull/145)
|
Reference in New Issue
Block a user