Releases: haganbmj/MagicSetEditor2
Magic Set Editor 2.5.6 (Unofficial)
Changes since the last stable release
Note that this skips some minor versions due to a series of releases off another fork.
The intention here is to realign with those.
Features:
- In program card preview applies DPI factor to normalize scaling. (@G-e-n-e-v-e-n-s-i-S, #90)
- Additional script functions, blending, exists_in. (@G-e-n-e-v-e-n-s-i-S)
- Add globally scoped script variables. (@CajunAvenger, #95)
Bug fixes:
- Except symbol-fonts from package dependency checks. (@G-e-n-e-v-e-n-s-i-S, G-e-n-e-v-e-n-s-i-S#13)
- Prevent empty card list crash (@CajunAvenger, #94)
Magic Set Editor 2.5.0 (Unofficial)
Changes since the last stable release
Features:
- Add Russian and Korean translations. Update locale files from Full-Magic-Pack (#69)
- Increase stats column width by 50% (#72)
Bug fixes:
- Fixed scrolled widgets not scrolling fully (or at all) on Linux (@llemoi, #54)
- Fixed crash when 0 keywords match filter string in keyword panel (@llemoi, #57)
- Correct "all images" filter when selecting files. (@BaconCatBug, #70)
- Correct localization of strings on Print window.
- Correct how blend functions handle alpha channels. (#83)
Internal:
Magic Set Editor 2.4.0 (Unofficial)
Magic Set Editor 2.3.2 (Unofficial)
Magic Set Editor 2.3.1 (Unofficial)
General Comments
The primary goal of this release is to get additional locale files back in the distributed files and restore some of the existing methods by which style translations were applied. While there are a number of missing translations the English translations have been applied to the missing keys to hopefully make the UI more legible than just having the raw key
name displayed.
Changes since the last stable release
Features:
Magic Set Editor 2.3.0 (Unofficial)
Changes since the last stable release
Features:
- Add ability to underline text using
<u>
tags or panel buttons/hotkeys. (#30)
Magic Set Editor 2.2.2 (Unofficial)
General Comments
This release is a compilation of changes I had made to my local copy of MSE primarily for convenience. I'm approaching this with no relation to any existing/former developers on the MSE project so my knowledge of the codebase is limited and there may be unintended bugs.
Warning: If you're upgrading from 2.0.0 or older it's likely that you'll see template warnings or errors. Somewhere between 2.0.0 and 2.1.2 the template parsing was made to be more strict so it's much pickier about the use of colons in property definitions, the use of equality checks versus assignments (:=
and ==
), and if/else blocks.
Changes since the last stable release
Bug fixes:
- Correct unicode text entry behavior. (twanvl#121, #28)
Magic Set Editor 2.2.2-rc2 (Unofficial)
General Comments
This release is a compilation of changes I had made to my local copy of MSE primarily for convenience. I'm approaching this with no relation to any existing/former developers on the MSE project so my knowledge of the codebase is limited and there may be unintended bugs.
Warning: If you're upgrading from 2.0.0 or older it's likely that you'll see template warnings or errors. Somewhere between 2.0.0 and 2.1.2 the template parsing was made to be more strict so it's much pickier about the use of colons in property definitions, the use of equality checks versus assignments (:=
and ==
), and if/else blocks.
Changes since the last stable release
Bug fixes:
- Correct unicode text entry behavior. (twanvl#121)
Magic Set Editor 2.2.2-rc1 (Unofficial)
General Comments
This release is a compilation of changes I had made to my local copy of MSE primarily for convenience. I'm approaching this with no relation to any existing/former developers on the MSE project so my knowledge of the codebase is limited and there may be unintended bugs.
Warning: If you're upgrading from 2.0.0 or older it's likely that you'll see template warnings or errors. Somewhere between 2.0.0 and 2.1.2 the template parsing was made to be more strict so it's much pickier about the use of colons in property definitions, the use of equality checks versus assignments (:=
and ==
), and if/else blocks.
Changes since the last stable release
Bug fixes:
- Correct unicode text entry behavior. (twanvl#121)
Magic Set Editor 2.2.1 (Unofficial)
General Comments
This release is a compilation of changes I had made to my local copy of MSE primarily for convenience. I'm approaching this with no relation to any existing/former developers on the MSE project so my knowledge of the codebase is limited and there may be unintended bugs.
Warning: If you're upgrading from 2.0.0 or older it's likely that you'll see template warnings or errors. Somewhere between 2.0.0 and 2.1.2 the template parsing was made to be more strict so it's much pickier about the use of colons in property definitions, the use of equality checks versus assignments (:=
and ==
), and if/else blocks.
Changes since the last stable release
Bug fixes:
- Fix Add Cards toolbar not showing script multi-add functions on initial load. (twanvl#153)
- Correct default Export Zoom value to 100%.