ZERO Warranty
-------------

This software is distributed WITHOUT ANY WARRANTY. THERE IS NO WARRANTY FOR THE SOFTWARE. 
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED. 
THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. 
SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 
REPAIR OR CORRECTION. IN NO EVENT WILL ANY COPYRIGHT HOLDER, BE LIABLE TO YOU FOR DAMAGES, 
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE 
OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED 
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE 
WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 

Current Known Issues
--------------------
- Printing is not perfect. Printing to Bullzip PDF seems to require a second print to "get things right."
- Color selection dialog not exacly perfect...

Card Maker Version History
--------------------------

0.96.0.0
- Code refactoring related to the project files. This breaks backwards compatibility. There is a built in version detection and upgrade. (it's really minimal!)
- Major changes to the code supporting shapes (Shapes are NOT backwards compatible) -- will make things easier to create more shape types in the future.
- Added project manager
- Added layout templates
- Added Grid shape

0.95.0.2
- Fixed override with elements to not be lowercase only.
- Added shortcut keys for New / Open / Save.
- Added check on new projects for previously unsaved work.

0.95.0.0
- Added zoom functionality in the canvas (appears to be not-so-buggy!)
- Shift movement in the canvas (locks vertical or horizontal to an axis)

0.94.0.2
- Increased the image cache (from 20 to 50)
- Added initial "Known Issues" functionality
- Added character replacement for file export.

0.94.0.1
- Fixed scroll position reset issue with Canvas on focus.
- Fixed image locking issue related to image caching from the hard drive.
- Changed rotation to be performed around the center of the element.

0.94.0.0
- textalign and textlinealign attributes renamed: verticalalign and horizontalalign (fix your cmp or elements accordingly!)
- Added graphical alignment options
- Added name formatting for image export at the project and layout level

0.93.0.7
- Added element overrides via CSV.
- Added multi-selection actions for elements. You can move/drag multiple elements.
- Added aspect ratio lock for images.
- Rounded rectangle supports higher corner sizes (bug fix)

0.93.0.5
- Added allowed_layout functionality for CSVs to specify the layout of a given card. (good for multi purpose csv files)
- Updated color selector with even more color options. (still a work-in-progress... kind of)
- Added font auto-scale option
- Added height / width override functionality to shapes
- Removed pie shape (for now)

0.93.0.1
- Optimizations involving the caching of font and color information
- Added numeric logic for if statements: <, >, >=, <=

0.92.0.0
- Added basic element outline functionality (text will draw slightly differently if an outline is used)
- Removed border draw flag. Beware, old projects will deafult to a border of 1!

0.91.0.0
- Fixed issue with debug element borders on export.

0.90.0.0
- Numerous user interface improvements (hotkeys, context menus)
- Fixed problems with recent projects
- Scroll and draw enabled for the card canvas.
- Reordered draw so element borders are drawn last (avoids losing selections behind other elements)
- Added custom RGB color selection dialog (inspired by various art programs)

0.9.0.0
- Fixed opacity functionality. (Appears to be related to Windows 7)
- Added recent project functionality.
- Fixed printing functionality to not draw outside card bounds. (for elements that draw outside of the card)
- Found an odd intermittent issue with the first print not drawing correctly. (when printing to BullzipPDF)

0.6.0.0
- Updated versioning scheme... it is a lot further along.
- Updated font configuration to be simpler.
- Fixed image export issue in relation to the counter

0.0.0.4
- Fixed image saving to export to the proper format (was always png)
- Fixed extra space that would appear in if then statements
- Added counter functionality

0.0.0.3
- Added element column names / values listview to the Element Control window
- Added proper element disable/enable in the Layout Control window
- Other various fixes...

0.0.0.2
- Added resizing for diagonals on elements in the Canvas
- Other minor tweaks

0.0.0.1
Initial Version
