Releases: spacestation13/hypnagogic
v4.0.0
What's Changed
Allows configs to specify if produced icon states should rewind themselves or not #10
See https://github.com/spacestation13/hypnagogic/blob/master/examples/bitmask-slice.toml for more detail.
Adds support for targeting multiple input folders to CLI (space separated list) #11
TECHNICALLY removes an unused public global variable (this is dumb), some code quality stuff #12
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
Bumps a crate version so clippy gets off my back #1
Implements Reconstruction Mode (It allows you to take an input dmi and try to produce the dmi and toml that created it) #2
See https://github.com/spacestation13/hypnagogic/blob/v3.1.0/examples/bitmask-slice-restore.toml for more detail.
Adds a script that autogenerates release files, makes binaries more portable (swaps from glibc to musl for linux, statically compiles MORE (not all but more) of the windows version's dependencies) #3
Implements actual error handling (User errors are displayed in stdout rather then just crashing the program) (also adds nice colors) #5
Full Changelog: v3.0.1...v3.1.0
v3.0.1
release