Skip to content

Commit

Permalink
This is v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Aug 28, 2017
1 parent 9bac039 commit 5532ba7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.4.4
* 🐞 Bugfix: Damage modifiers weren't working properly, causing a rare NPE, and modifying power incorrectly
* ⭐️ Feature: You can now disable truces
* ⭐️ Feature: You can now disable coleaders
* ⭐️ Feature: Radius claims no longer spam you! ;-)
* ⌨️ API: Commands can override a `isAvailable` method to make the command unavailable
* ⌨️ API: Land change transactions can now be fully modified
* ⌨️ API: New `NewSpiralTask` class allows calculating chunks in a radius without blocking the main thread
* ⌨️ API: New `LocalityLazy` class allows create a chunk Locality without referencing bukkit
* 🇨🇳 Languages: Chinese Language updated!
* 📚 Docs: JavaDoc added

# 1.4.3
* 🐞 Bugfix-ish: Database structure has change, backup before updating!
* 🐞 Bugfix: Fixed a bug with script support generating blank comparison strings
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

allprojects {
version = "1.4.4-SNAPSHOT"
version = "1.4.4"
group = "net.redstoneore"
}

Expand Down

0 comments on commit 5532ba7

Please sign in to comment.