Skip to content

Releases: adosikas/synth_mapping_helper

v1.5.20 - Clipboard history

17 Feb 07:42

Choose a tag to compare

Thanks to c4103, SMH now has a way to store and recall several clipboards.
Look forward to new features built on top of this, soon™.

grafik

Also updates a bunch of packages.

v1.5.19 - Dependency update

17 Sep 16:31

Choose a tag to compare

v1.5.18 - Another day, another bugfix

17 Jul 19:14

Choose a tag to compare

Fixed a bug where attempting to add spikes (with a non-0 spike duration) to a selection containing walls would error out.

Thanks to LaidBackAries for reporting.

Looking for windows_helper.zip or smh_gui.bat? These are no longer provided, please use the GUI.

v1.5.17 - Fix "KeyError" bug

15 Jul 07:32

Choose a tag to compare

Pressing "clear all" would leave the wall art editor in a haunted state with ghost walls visible.
If you then pasted in stuff, you would hear keys rattling get KeyErrors, breaking the editor until you closed your eyes a for second reloaded the page.

Spooky. And it isn't even October yet.

Thanks to zloym for helping me exorcise.

v1.5.15 - Running note/wall count

07 Jun 15:21

Choose a tag to compare

Ever wanted to find out where exactly you reach the 300 combo, or never got used to the way the density plot shows the data?
Now you get a third plot on the density view in the file-utils tab showing you a running count of the objects up to that point.

grafik

v1.5.14 - Random scale for stacking

30 May 13:30

Choose a tag to compare

You can now enable randomize scaling (X&Y with the same value) for stacking.
Note this may look weird for intricate patterns as the walls themselves do not change size, but it works great for simple patterns like stars or snowflakes.

grafik

v1.5.12 - Maintenance

15 May 19:20

Choose a tag to compare

Fixes a bug with random ranges and updates dependencies.

I also updated the main README to list current installation instructions and features.

v1.5.11 - Lightning rails

08 Mar 15:50

Choose a tag to compare

There is now a new button to create "lightnings" that zigzag between two rails (or staying on the "primary" rail if there is no other rail). The primary rail is the one that starts first or ends later.

image

Note this always creates a two-handed rail between left and right hand, but you can delete the "guides" and change the rail type afterwards (shift leftclick the rail in the editor to change type, or use the "change to X" buttons in SMH.

v1.5.10 - Maintenance

05 Feb 21:50

Choose a tag to compare

There now is a "short rails to length" button (the ruler-scissor, not scissor-ruler, that stays "shorten rails by amount").
grafik

I also reorganized the Wall-Art controls popup and made it more visible, so maybe more people read it.

But the main reason is updating dependencies and supporting python 3.13.

v1.5.9 - Fix uploading output file

08 Dec 02:29

Choose a tag to compare

When uploading .synth files directly output by SMH, they would be refused with an internal server error.

Now they work, which required explicitly encoding one part in a very specific way (which is notably different from another part of the same type).