Skip to content

Commit

Permalink
This is v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Sep 4, 2017
1 parent 2a89441 commit f1185fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# 1.4.5
* 🐞 Bugfix: NPCs did not play nicely with damage modifiers
* 🐞 Bugfix: Dynmap was a bit broken, fixed now though
* 🐞 Bugfix: Powerloss bug fix
* 🐞 Bugfix: Some texting parsing was missing
* ⭐️ Feature: Novacs FactionTop integration - will route `/f top` to `/ftop`
* ⭐️ Feature: New placeholder `faction_count_members`
* ⭐️ Feature: New placeholder `faction_count_members_coleaders`
* ⭐️ Feature: New placeholder `faction_count_members_normal`
* ⭐️ Feature: New placeholder `faction_count_members_moderator`
* ⭐️ Feature: New placeholder `faction_count_claims`
* ⭐️ Feature: Dynmap descriptions now accept faction_factions placeholders!
* ⌨️ API: New Provider class, to identifiy plugins working with flags
* ⌨️ API: New CallbackSync interface, can be used where we need a sync callback
* ⌨️ API: New EventFactionsCommandExecute event, can be used to override any command in Factions
* ⌨️ API: `Board` now accepts `Locality`

# 1.4.4
* 🐞 Bugfix: Damage modifiers weren't working properly, causing a rare NPE, and modifying power incorrectly
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.5-SNAPSHOT"
version = "1.4.5"
group = "net.redstoneore"
}

Expand Down

0 comments on commit f1185fe

Please sign in to comment.