Releases: AgustinSRG/ImageToMapMC
Releases · AgustinSRG/ImageToMapMC
Version 1.8.1
- The last map ID no longer resets to 0 if the selected folder gets deleted
- The program now asks the user to create the folder to export the maps if it does not exist.
Version 1.8.0
- When exporting to map files, the last map ID is now remembered in case the folder is emptied.
- Simplified Minecraft versions. Use base versions when possible for better compatibility.
- Added support for Minecraft 1.21.5+ blocks.
- Added many extra block options for the materials.
- Fixed issue with NBT fields
dimensionandtrackingPositionwhen exporting to map files.
Version 1.7.2
- Fixed issue caused when trying to save or open a project file with a name containing Unicode characters.
- Extended image extension when loading an image (Added
.jpeg,.gifand.bmp, all supported bywxImage).
Version 1.7.1
- Added support for Number-Pad numeric keys (Num. Lock ON) for dithering shortcuts.
- Fixed Linux-Specific issues with home path detection.
- Fixed issues caused when Unicode characters appear in the export paths.
- Refactor dialogs with Sizers to avoid issues caused by changing the default system font size.
Version 1.7.0
- Added transparency tolerance option
- Added slider to configure transparency tolerance in
Image settings
Version 1.6.4
- Fixed issue with transparency when images use semi-transparent pixels. Now, anything that has an alpha value lower than 128 is considered transparent.
Version 1.6.3
- Fixed interaction bug in the resize dialog, between the units selector and the 'Keep aspect ratio' checkbox.
- The selected size units are now remembered between application restarts, via a configuration file.
Version 1.6.2
- Added option to resize the image by the number of maps (maps have a size of 128 pixels both width and height)
- Improved / fixed overwrite warning when exporting to map files. Now it will only warn if files will be overwritten, and they will be listed in the warning.
- Fixed issue in material list window where you could edit the text of the combo boxes.
- Added keyboard shortcuts for changing settings (like build method or dithering). The shortcuts are listed in the menu.
- The 4th bottom status text now shows the current configuration. The project file status text has been moved to the first position.
- Improved size label. Now it also shows the total number of maps (multiplying width x height).
Version 1.6.1
- Added the ability to close dialogs with the
Escapekey. - The folders for the
Export as map filesandExport as structuresdialogs are now stored in a config file, and thus remembered for convenience. - When you select a folder in the
Export as map filesdialog, the last map file is automatically detected.
Version 1.6.0
- Added support for transparency when exporting to map files (
.datfiles).