Skip to content

Releases: haganbmj/MagicSetEditor2

Magic Set Editor 2.5.6 (Unofficial)

02 Oct 01:45
Compare
Choose a tag to compare

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:

Bug fixes:

Magic Set Editor 2.5.0 (Unofficial)

23 Aug 23:51
bd87577
Compare
Choose a tag to compare

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:

  • Add Mac OS build resources (@halian, #67, #68)
  • CMakeLists updates for static compilation. (@BackCatBug, #74)

Magic Set Editor 2.4.0 (Unofficial)

20 Nov 01:33
Compare
Choose a tag to compare

Changes since the last stable release

Features:

  • Add Language selector to Welcome Window. (#51)
  • Allow script to_date() function to accept "now". (#52)
  • Allow export scripts to write to subdirectories. (#53)

Bug fixes

Magic Set Editor 2.3.2 (Unofficial)

15 Sep 01:53
Compare
Choose a tag to compare

Changes since the last stable release

Features:

  • Script functions for generating and manipulating card images. (#34)
  • Stylesheet properties for defining card regions. (#34)
  • Updated Spanish locale translations. (#49)
  • Disable update checking on startup.

Magic Set Editor 2.3.1 (Unofficial)

03 Aug 02:19
Compare
Choose a tag to compare

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:

  • Add missing French locale translations. (#40)
  • Restore reading of package translations from top level locale file. (#43)
  • Bundle other locale files, provide English translations as fallback rather than just using the key name.

Magic Set Editor 2.3.0 (Unofficial)

30 Jul 02:44
Compare
Choose a tag to compare

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)

22 Jul 04:23
393923a
Compare
Choose a tag to compare

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:

Magic Set Editor 2.2.2-rc2 (Unofficial)

21 Jul 21:18
Compare
Choose a tag to compare
Pre-release

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)

21 Jul 01:59
Compare
Choose a tag to compare
Pre-release

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)

20 Jul 01:42
Compare
Choose a tag to compare

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%.