Skip to content

Commit ea4ed63

Browse files
version bump v2.1.0
1 parent a4c21c9 commit ea4ed63

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version [v2.1.0](https://github.com/RealMuffinTime/bluemap-banners/releases/tag/v2.1.0) - 2025-05-27
2+
### Changes
3+
- Update to Minecraft `1.21.5` by @Vito510 in [#3](https://github.com/RealMuffinTime/bluemap-banners/pull/3)
4+
- Add a marker max view distance config by @Vito510 in [#3](https://github.com/RealMuffinTime/bluemap-banners/pull/3)
5+
- Fix marker icon anchoring by @Vito510 in [#3](https://github.com/RealMuffinTime/bluemap-banners/pull/3)
6+
- Improve handling of config file
7+
### New Contributors
8+
- @Vito510 made their first (forced) contribution in [#3](https://github.com/RealMuffinTime/bluemap-banners/pull/3)
9+
110
## Version [v2.0.3](https://github.com/RealMuffinTime/bluemap-banners/releases/tag/v2.0.3) - 2025-05-27
211
### Changes
312
- Update to Minecraft `1.21.4`
@@ -12,8 +21,8 @@
1221

1322
## Version [v2.0.0](https://github.com/RealMuffinTime/bluemap-banners/releases/tag/v2.0.0) - 2025-05-26
1423
### New Stuff
15-
- Support for multiple dimensions, closes Nincodedo/Banners4BM#2
16-
- Non player block break is now recognised, closes Nincodedo/Banners4BM#3
24+
- Support for multiple dimensions, closes [#2](https://github.com/Nincodedo/Banners4BM/issues/2)
25+
- Non player block break is now recognised, closes [#3](https://github.com/Nincodedo/Banners4BM/issues/3)
1726
- Added structured config files
1827
- Added player notifications (configurable in config file)
1928
- When a player places a banner (to provide information how to add banners on the map)
@@ -32,9 +41,9 @@
3241

3342
## Version [v1.0.3](https://github.com/RealMuffinTime/bluemap-banners/releases/tag/v1.0.3) - 2024-06-27
3443
### Changes
35-
- Update to Minecraft `1.21` by @ekul6547 in Nincodedo/Banners4BM#5
44+
- Update to Minecraft `1.21` by @ekul6547 in [#5](https://github.com/Nincodedo/Banners4BM/pull/5)
3645
### New Contributors
37-
- @ekul6547 made their first contribution in Nincodedo/Banners4BM#5
46+
- @ekul6547 made their first contribution in [#5](https://github.com/Nincodedo/Banners4BM/pull/5)
3847

3948
## Version [v1.0.2](https://github.com/RealMuffinTime/bluemap-banners/releases/tag/v1.0.2) - 2024-07-17
4049
### Changes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ loom_version=1.10-SNAPSHOT
1212
fabric_version=0.121.0+1.21.5
1313

1414
# Mod Properties
15-
mod_version=2.0.3
15+
mod_version=2.1.0
1616
maven_group=dev.nincodedo
1717
archives_base_name=bluemap-banners
1818

0 commit comments

Comments
 (0)