Package changes:
- Added
libonly
flag (defaults toFalse
) to control whether to build thetart
executable. - Raised the
brick
upper bound. - Raised the
vty
upper bound.
tart
tool changes:
- When inserting a new layer, also select it and make that selection part of the undo action.
- Attribute style selector now uses more descriptive labels for style options.
Tart library changes:
- Added a dependency on the
text
package. - The type of some fields was changed from
String
toText
(TartFile
/tartFileCanvasNames
,TartFileDataV1
/tartFileDataV1CanvasNames
,TartFileDataV2
/tartFileDataV2CanvasNames
) - Added
Tart.Canvas.canvasFromString
and changedcanvasFromText
to take aText
input rather than aString
. - Relaxed bounds on
vty
.
Bug fixes:
- Exceptions triggered during an attempt to save to an invalid path no longer cause a crash and are now reported to the user (#4)
- Canvas size dialog fields are now clickable (#5)
- Added a new saving UI and keybinding to trigger it (C-s). Previously the only opportunity to save was on quitting.
- First version.