Releases: nhmkdev/cardmaker
v.1.3.0.0-unstable.v.a6
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 a number of options for pdf export (combobox) based on context
- Added PDF export support for the export name format (on export you can use it or further customize the output file)
- Added layoutname as another card value (
![layoutname]
) - Added padl and padr to allow for padding of strings (
#padl;5;0;123#
)
v.1.3.0.0-unstable.v.a5
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
- Fixed stitched export to crop any rendered elements outside of the bounds.
- Fixed stitched export of rotated cards to rotate in-place instead of the entire resulting stitched image.
v.1.3.0.0-unstable.v.a4
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 ability to pick colors from the entire screen when using the color selection dialog.
v.1.3.0.0-unstable.v.a3
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
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
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
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!
If you run into issues please try a prior version.
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
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
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
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"