Skip to content

Releases: swyddfa/arlunio

V0.0.3b13 - 2019-12-27

27 Dec 17:31
ba68828
Compare
Choose a tag to compare
Pre-release
Add checkerboard image, css tweaks (#163)

V0.0.3b12 - 2019-12-27

27 Dec 16:52
81c3b6c
Compare
Choose a tag to compare
Pre-release
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

27 Dec 16:42
72b5e4f
Compare
Choose a tag to compare
Pre-release
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

26 Dec 16:39
0657c69
Compare
Choose a tag to compare
V0.0.3b9 - 2019-12-26 Pre-release
Pre-release
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

26 Dec 16:10
709efcd
Compare
Choose a tag to compare
V0.0.3b8 - 2019-12-26 Pre-release
Pre-release
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

26 Dec 13:54
3c275f0
Compare
Choose a tag to compare
V0.0.3b7 - 2019-12-26 Pre-release
Pre-release
Fix version filepath (#157)

V0.0.3b10 - 2019-12-26

26 Dec 20:04
c1a4883
Compare
Choose a tag to compare
Pre-release
Proof of concept notebook importer (#160)

V0.0.2 - 2019-09-04

04 Sep 17:50
3c386c2
Compare
Choose a tag to compare

Release to test new CI/CD setup

V0.0.1 - 2019-08-04

04 Aug 18:51
bd4931d
Compare
Choose a tag to compare

Initial (re)release

v0.9.3 - 2019-01-12

12 Jan 23:28
e0df618
Compare
Choose a tag to compare

Changed

  • When adding layers the LayeredImage now accepts the color as a string automatically converting it to a FillColor behind the scenes.