Releases: swyddfa/arlunio
Releases · swyddfa/arlunio
V0.0.3b13 - 2019-12-27
Add checkerboard image, css tweaks (#163)
V0.0.3b12 - 2019-12-27
Initial Gallery Implementation (#161) - It's back! A very crude reimplementation of the `stylo-doodles` idea, but this time as part of the main repository. Mostly at the proof of concept stage but we should be able to refine it from here
V0.0.3b11 - 2019-12-27
Tweaks for the gallery (#162) - Add `mkdirs` flag to the `Image.save` function to have the option of automatically creating any required parent directories - Tweak the `find_notebook` function to handle the way we are using it in the gallery - Explicitly list the folders that contain tests so that `pytest` doesn't try to load the gallery code when running the test suite
V0.0.3b9 - 2019-12-26
New blog (#159) * Remove gatsby blog * Initial attempt at publishing new blog * Only trigger python builds on python changes
V0.0.3b8 - 2019-12-26
Add Pixelize and Map shapes (#158) - The new `Pixelize` shape can take another shape and render a lower res version of that shape giving it a pixel art vibe. - The new `Map` shape can take a grid of values representing some layout and a dictionary that maps those values to shapes that should be drawn there.
V0.0.3b7 - 2019-12-26
Fix version filepath (#157)
V0.0.3b10 - 2019-12-26
Proof of concept notebook importer (#160)
V0.0.2 - 2019-09-04
Release to test new CI/CD setup
V0.0.1 - 2019-08-04
Initial (re)release
v0.9.3 - 2019-01-12
Changed
- When adding layers the
LayeredImage
now accepts the color as a string automatically converting it to aFillColor
behind the scenes.