change revision

[skip ci]
dev
Andy Meneely 2017-10-10 10:42:11 -04:00
parent 386e65552e
commit 0a6b0e327f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Features:
* New "advanced layout" option if you do `squib new --advanced yourgame` (@andymeneely) * New "advanced layout" option if you do `squib new --advanced yourgame` (@andymeneely)
Compatibility: Compatibility:
* DPI is correctly respected with font sizes now. To convert to Squib v0.14+, divide your old font sizes by 3. By @felixleong * DPI is correctly respected with font sizes now. To convert to Squib v0.14+, divide your old font sizes by 3 (precisely, 300/96=3.125). By @felixleong
Bugs: Bugs:
* fix save_sheet to calculate rows correctly based on range (#207) by @sparr * fix save_sheet to calculate rows correctly based on range (#207) by @sparr