An update for 1.19 as well as a new layer filter feature for the canvas!
Fix wonky update checker that would think newer updates were old versions
Added a new layer filter to the canvas editor to allow you to choose whether you want to affect top, bottom, or both layers at the same time.
Added more tests
Fix memory access violation crashes during render phases. (Whoops! Forgot to check the padlocks.)
Update MaterialPalette so that 1.19 materials can ACTUALLY be used.
Fix crash when max-size was set to zero. (I probably had previously assumed that zero would mean unlimited size. This is not the case. SO I fixed it so that 0 values will be converted to null in the options. null is treated as infinite limit.)
Improved release publish profiles. (dev for dev task)