Releases: spoutn1k/mcmap
v3.0.3
Thanks to everyone that contributed ! This is the "I did not have time to release" update. If you like it or want changes, use the discussions to ping me.
What's Changed
- add build script for linux by @andresbott in #90
- Add
DataVersion
3465 by @spoutn1k in #95 - Add 1.20.1 colors by @Netherwhal in #96
- Added support for chunk format version 3458 by @spoutn1k in #98
- Update Minecraft wiki link to new domain by @Spongecade in #100
- Add short_grass by @Netherwhal in #101
New Contributors
- @andresbott made their first contribution in #90
- @Netherwhal made their first contribution in #96
- @Spongecade made their first contribution in #100
Full Changelog: v3.0.2...v3.0.3
mcmap v3.0.2 - GUI update
Overhaul of the UI to allow for a more complete experience.
- Updated logging with the use of spdlog;
- Added support for circular coordinates on GUI;
- Added support for tiled output on GUI;
- Added access to memory options on GUI;
- Added colors for the upcoming 1.19 release.
mcmap v3.0.1 - UX update
- Cleaner progress output on all systems
- Support for early 1.13 snapshots
- Refactor version code to ease maintainability going forward
Select mcmap-gui
for the graphical version, and mcmap
for the terminal/powershell version.
If anyone has experience packaging Qt/Windows binaries, help would be greatly appreciated !
mcmap v3.0.0 - Compatibility update
Minecraft 1.13+ support. Removed support for some options in the legacy branch, as well as support for pre-1.13 Minecraft versions.
Additions:
-
Added circular renders.
-
Added support for custom dimensions.
-
Added blocktypes:
- Beacons are now rendered.
- Heads are now rendered.
- Stairs now render differently depending on orientation.
- Logs now render differently depending on orientation.
- Waterlogged blocks supported.
- Redstone lamps will be rendered differently if lit.
- Added colors for up to Minecraft 1.17.
-
Added support for NBT v19133.
-
Added threading support.
Modifications to the original codebase:
-
Added support for 1.13+ namespaced blocks.
- Colors can be modified using JSON files.
- Colors are now specified in a hexadecimal format.
-
Coordinates are now interpreted on a per-block basis.
-
Lighting has been revamped, is now much slower but much more detailed.
-
Removed block height selection.
-
Removed cave overlay mode.
The following binaries are pre-compiled CLI versions of mcmap
. Use a terminal or powershell on Linux or Windows respectively.
Please report any bugs/incompatibilities, as this is the first release in a while. Thanks !
mcmap v3.0.0-pre1 - Compatibility update
Minecraft 1.13+ support. Removed support for most options in the legacy branch, as well as pre-1.13 Minecraft versions.
Additions:
- Added support for namespaced blocks.
- Coordinates are now from block to block.
- Added support for custom dimensions.
- Colors are now given in a hexadecimal format.
- Added threading.
- Colors can be accessed using JSON files.
- Added blocks:
- Beacons are now rendered.
- Heads are now rendered.
- Stairs are now rendered as stairs.
- Logs now render depending on orientation.
- Waterlogged blocks supported.
- Added colors for up to Minecraft 1.16.
- Added support for NBT v19133.
The following binaries are pre-compiled CLI versions of mcmap
. Use a terminal or powershell on Linux or Windows respectively.
Please report any bugs/incompatibilities, as this is the first release in a while. Thanks !