Warning
If you are mid-project I strongly recommend against upgrading to a new version. If you choose to do so please backup your project before using the new version!
Changes
- Added divider functionality
- Added ![cardcount] functionality to the Incept translator
- Added ability to override element fields in the define/variable field with $[fieldname:value] (same override formatting as data source)
- Added ability to configure PDF exports in cm, mm, and inches
- Added ability to configure Layout size based on cm, mm, and inch values
- Added sub counter functionality to file name (Thanks Feynt)
- Fixed issue with BGC FormattedText tag not respecting the x/y offset values
- Default the alpha/opacity value for fc/bgc tags to that of the element (or whatever its state is as of tag evaluation) if the alpha value is not specified (for colors)
- Apply the alpha/opacity of the element (at the time of evaluation) for bgi/img tags
- Numeric (integer) overrides can now be specified in hex form (0x## or just ##) Example: 0xC4 (good idea) or C4 (not a good idea)
- Added Google spreadsheet browser to the Project Settings dialog.
- Added Project Settings to project menu (shocking!)
- Element enabled state toggle is now part of undo/redo
- Disabled elements no longer accept changes (well hopefully). They should also block some multi-element actions.
- Added Clear Image Cache and Reload References buttons to the Canvas toolbar
- Minor improvements to the layout template selection dialog (including a text filter)
- Added random number functionality with #random;min;max#.
- Fixed bug with #empty usage in define/reference values.
- Added repeat functionality for repetition when translating
- Added ![elementname] translator
- Added %[x,#,#] substring translator
- Added better handling of fonts that do not have a "Regular" style
- Fixed Issues dialog functionality
Bugs
- Uhm probably a few in there.