Fixing CHANGELOG

dev
Andy Meneely 2014-12-31 10:39:40 -05:00
parent 35efef6f51
commit fde03bc0a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Squib CHANGELOG # Squib CHANGELOG
## v0.1.0.txt ## v0.1.0
* Added `save_sheet` command that saves a range into PNG sheets, complete with trim, gap, margin, columns, and sometimes automagically computed rows. See samples/saves.rb. * Added `save_sheet` command that saves a range into PNG sheets, complete with trim, gap, margin, columns, and sometimes automagically computed rows. See samples/saves.rb.
* Unit conversion! Now you can write "2in" and it will convert based on the current dpi. `save_pdf` not supported (yet). * Unit conversion! Now you can write "2in" and it will convert based on the current dpi. `save_pdf` not supported (yet).
* `png` now supports resizing, but warns you about it since it's non-ideal. Documented in yard, tested. * `png` now supports resizing, but warns you about it since it's non-ideal. Documented in yard, tested.