Skip to content

Commit

Permalink
📜 Bump version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Aug 19, 2023
1 parent ed419d8 commit d5c4f75
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down
21 changes: 21 additions & 0 deletions changelogs/1.6.0+1.20.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit d5c4f75

Please sign in to comment.