Cardmaker Versions Save

An application that generates graphics via data sources.

v.1.3.0.0-unstable.v.a3

1 year ago

Warning

This is an experimental pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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 caps markup (forces all characters to be uppercase)
  • Added fscl markup (font scale, horizontal and vertical)

v.1.3.0.0-unstable.v.a2

1 year ago

Warning

This is an experimental pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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 mirror element option (all element types) -- flips the element graphically based on the setting. This is not supported for inline images in FormattedText but I am considering options.

v.1.3.0.0-unstable.v.a1

1 year ago

Warning

This is a pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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

  • Massive refactor of the incept translator and reference logic
  • Added reference macros for displaying the reference source line and name ![refline] and ![refname]
  • Fixed the use of an excel sheet as the default project define (guessing very few people, if any, use this)

v.1.2.0.0

1 year ago

Warning

This is a legacy version of the application and numerous aspects may not function correctly (Google Sheets for example).

Changes

Note: this version is functionally equivalent to v.1.2.0.0-unstable.v.a13

  • Updated application to use .NET 4.8
  • Added math function to the Incept translator
  • Added Image Color tag for FormattedText ()
  • Added group logic to switch statements so multiple matches can have the same result
  • Updated ClosedXML (support newer Excel functionality)
  • Added alternative parameter sets for the font tag in FormattedText
  • Added FormattedText marginleft and marginright tags.
  • Fixed issue with page resizing/margins on PDF export
  • Added * option for allowed layout column to indicate the row should be included in all layouts
  • Added ability to preview color changes in the color selection dialog. This works with 1+ elements selected.
  • Added ability to apply color to graphic elements. This is applied to the image (not other aspects like background/border).
  • Expanded allowed_layout functionality to support a semi-colon delimited set.

Bugs

  • Uhm probably a few in there.

v.1.2.0.0-unstable.v.a13

1 year ago

Warning

This is a pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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!

The number of changes to dependencies is massive so there may be issues!

Changes (internal code only, no new functionality)

  • Replaced excel sheet selector dialog
  • Renames of classes
  • Process related code sharing
  • Tons of dependency/import cleanup

v.1.2.0.0-unstable.v.a12

1 year ago

Warning

This is a pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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!

The number of changes to dependencies is massive so there may be issues!

Changes

  • Updated .NET Framework to 4.8 (Microsoft .NET runtime download link)
  • Updated numerous dependencies
  • Restored JavaScript functionality in the Mono build (tested in Ubuntu 22.04.1)
    • This increases the size of the zip file due to the linux clearscript binary

v.1.2.0.0-unstable.v.a11

1 year ago

Warning

This is a pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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!

Note: The mono build was not updated(!).

Changes

  • Updated manual with instructions for math functionality.
  • Updated math logic to no longer require semicolons between the numbers/operator.

Examples:

#math;1/3# => "0.3333333"
#math;1/4;0.0# => "0.3"
#math;1/3;0.000# => "0.333"

v.1.2.0.0-unstable.v.a10

1 year ago

Warning

This is a pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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!

Note: The mono build was not updated(!).

Changes

  • Added math logic to Incept translator. Documentation coming soon. Until then see the examples here

v.1.2.0.0-unstable.v.a9

2 years ago

Warning

This is a pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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 Image Color FormattedText tag (<ic=########>)

v.1.2.0.0-unstable.v.a8

2 years ago

Warning

This is a pre-release. There may be issues so proceed with caution! Go use a non pre-release unless you want to risk potential issues.

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 grouped logic support to the incept translator switch functionality
  • Fixed the manual's description of the group logic