Bump to beta test
Starting with this version, I'm gonna kick this out to my beta testers to look for regressions or issues.dev
parent
d54ceedc96
commit
4c16930b1f
|
|
@ -8,6 +8,7 @@ Features:
|
|||
* Flip your PNGs and SVGs! Set `flip_horizontal: true` or `flip_vertical: true` (or both!) to flip the image about it's center. (#11)
|
||||
* Added a `grid` shape that fills the whole card with a grid of your choosing. (#68)
|
||||
* Added `warn_png_scale` configuration option to suppress the PNG scale warning. Also: warning only occurs on upscale, not on downscaling (#121)
|
||||
* `save_png` now supports `trim` and `trim_radius`, which means you can now render your cards indivudally and bleedlessly! (#122)
|
||||
|
||||
Chores:
|
||||
* Ripped out a lot of old constants used from the old way we handled arguments. Yay negative churn!
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ module Squib
|
|||
# Most of the time this is in the alpha of the next release.
|
||||
# e.g. v0.0.5a is on its way to becoming v0.0.5
|
||||
#
|
||||
VERSION = '0.9.0a'
|
||||
VERSION = '0.9.0b'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue