Update CMakeLists.txt to allow for static compilation | Update Readme.md | Update package.ps1 (#74)

* Fix CMakeLists, Update Readme and package.ps1

Fixed CMakeLists to allow for static complilation/workaround for broken Hunspell Upped version number to 2.5.0

Updated Readme to include corrected compilation instructions for Visual Studio and Workarounds.

Updated package.ps1 to include the cli executable in the dist zips and upped the version number to 2.5.0

* Update README.md

* Update package.ps1

* Update package.ps1

* Update CHANGES.md

* Update preferences_window.cpp

* Update README.md
This commit is contained in:
BaconCatBug
2024-04-29 18:47:19 +01:00
committed by GitHub
parent ad6d40df4c
commit 862907cf5b
5 changed files with 99 additions and 70 deletions
+2 -1
View File
@@ -2,7 +2,7 @@ Magic Set Editor changelog, for the details see `git log`
==============================================================================
------------------------------------------------------------------------------
HEAD: new items added as changes are made
version 2.5.0 (Unofficial), 2024-04-28
------------------------------------------------------------------------------
Features:
@@ -13,6 +13,7 @@ Bug fixes:
* Fixed crash when 0 keywords match filter string in keyword panel (@llemoi, haganbmj#57)
* Correct "all images" filter when selecting files. (haganbmj#70)
* Correct localization of strings on Print window.
* Fixed issue where "All Images" filter on the art picker was not showing .jpeg files (BaconCatBug)
Internal:
* Add Mac OS build resources (@halian, haganbmj#67, haganbmj#68)