Changelog for tart-0.4
0.4
- Update for brick 2.7.
- Get rid of
libonlybuild flag
0.3
Package changes:
- Added
libonlyflag (defaults toFalse) to control whether to build thetartexecutable. - Raised the
brickupper bound. - Raised the
vtyupper bound.
0.2
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
textpackage. - The type of some fields was changed from
StringtoText(TartFile/tartFileCanvasNames,TartFileDataV1/tartFileDataV1CanvasNames,TartFileDataV2/tartFileDataV2CanvasNames) - Added
Tart.Canvas.canvasFromStringand changedcanvasFromTextto take aTextinput rather than aString. - Relaxed bounds on
vty.
0.1.2
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)
0.1.1
- Added a new saving UI and keybinding to trigger it (C-s). Previously the only opportunity to save was on quitting.
0.1
- First version.