Skip to content

Commit 3b3088f

Browse files
committed
chore: bump version to 0.42.0
1 parent 40475d7 commit 3b3088f

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

changelog.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1+
## Essential Commands `v0.42.0` (mc 26.2)
2+
3+
**Features**
4+
5+
- Allow commands to target players by nicknames (#389)
6+
- New config option: `nicknames_as_command_arg` with the possible values `Everywhere`, `EssentialCommandsOnly`, `Never`
7+
- New config option, `nicknames_must_be_unique`, to force unique nicknames
8+
9+
Fixes:
10+
11+
- night/day commands incorrectly upgraded (@arnokeesman)
12+
13+
Language updates:
14+
15+
- add Polish (pl_pl) localization
16+
17+
18+
--- --- ---
19+
120
## Essential Commands `v0.41.0` (mc 26.2)
221

322
- fix: default permissions under some conditions (#393) by @eclipseisoffline
423
- fix: translations in list commands (#394) by @arnokeesman
524
- lang: add Swedish localization (#395) by dotar
625

7-
---
26+
--- --- ---
827

928
## Essential Commands `v0.40.0-beta1` (mc 26.2.0 snapshot 2)
1029

@@ -2077,4 +2096,3 @@ Add /warp command.
20772096
Update to 1.17 with all the existing features! (in theory)
20782097

20792098
--- --- ---
2080-

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fabric_api_version=0.152.1+26.2
1313
# Mod Properties
1414
mod_name = Essential Commands
1515
mod_id = essential_commands
16-
mod_version = 0.41.0
16+
mod_version = 0.42.0
1717
# TODO @1.0.0: migrate to dev.jpcode
1818
maven_group = com.fibermc
1919
archives_base_name = essential_commands

0 commit comments

Comments
 (0)