Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

MCPPPP 0.6.0

Compare
Choose a tag to compare
@supsm supsm released this 22 Jan 19:45
· 193 commits to master since this release

This will probably be one of the largest and most short-lived major updates...

A lot of things this time, so I'll sort them into categories

Mac:

Fixed issue where the archive would extract to bin/GNUSparseFile.0/MCPPPP-mac
Changed github workflow to use MacOS 10.15 instead of 11.6, so all MacOs 10.15+ users should be able to run it now

FSB:

Fixed issue where specifying any height value would cause a crash in conversion
Made it so that a single image file would not be converted multiple times

GUI:

Fixed some minor graphical glitches with the output

CLI:

Completely overhauled the command line arguments

Zip:

Made checking for files/folders in zip a LOT faster

Misc:

Added a hashing thing, so now the autoReconvert setting only reconverts changed packs (#18)
Cmake

Full Changelog: 0.5.7...0.6.0

INSTALLATION INSTRUCTIONS

Windows/Mac: get the version that matches your os. Windows users should download MCPPPP-windows.exe, mac users should download MCPPPP-mac.tar.gz. Double click on the file. On mac, it will extract a file, MCPPPP-mac. Double click that file to run mcpppp.

Linux: If you have a gui, download MCPPPP-linux-gui. Open a terminal, then type chmod +x ./MCPPPP-linux-gui && ./MCPPPP-linux-gui.

Also I'll be making an install/compile/use tutorial video soon:tm:, which should hopefully explain things better than text.