Skip to content

Commit eb4c1cb

Browse files
committed
Merge tag '1.0.3.6' into develop
2 parents 411ee3a + 47eceb8 commit eb4c1cb

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "fr.maxlego08.essentials"
9-
version = "1.0.3.5"
9+
version = "1.0.3.6"
1010

1111
extra.set("targetFolder", file("target/"))
1212
extra.set("targetFolderDiscord", file("target-discord/"))

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@
66

77
# Unreleased
88

9+
# 1.0.3.6
10+
11+
- Updated zMenu to version 1.1.1.2
12+
- Updated Sarah to version 1.23
13+
- Added generic Bukkit event-based permission checker for WorldEdit module — blocks in protected claims (HuskClaims, GriefPrevention, Lands, Towny, etc.) are now automatically skipped without needing a specific hook [#237](https://github.com/Maxlego08/zEssentials/issues/237)
14+
- Added configurable sounds for teleportation countdown and completion (`countdown-sound` and `complete-sound` in `modules/teleportation/config.yml`), supports custom sounds via the zMenu XSound API
15+
- Added warp lookup cache with O(1) HashMap for improved performance [#239](https://github.com/Maxlego08/zEssentials/pull/239)
916
- Fixed home deletion from donut GUI showing "The home ? does not exist." — `/delhome` now opens the confirmation GUI when `homeDeleteConfirm` is enabled
1017
- Fixed cancelled TPA requests still being accepted — `/tpacancel` now properly removes the request from the target player's incoming requests
11-
- Added configurable sounds for teleportation countdown and completion (`countdown-sound` and `complete-sound` in `modules/teleportation/config.yml`), supports custom sounds via the zMenu XSound API
18+
- Fixed vault admin command permission check bypassed for admin access
19+
- Fixed chat URL pattern not matching URLs with special characters (`~`, `+`, `#`)
20+
- Fixed chat link transform regex replacement error with special characters
1221

1322
# 1.0.3.5
1423

0 commit comments

Comments
 (0)