diff --git a/ReleaseNotes-2.0.1.txt b/ReleaseNotes-2.0.1.txt new file mode 100644 index 0000000..3b0b9d7 --- /dev/null +++ b/ReleaseNotes-2.0.1.txt @@ -0,0 +1,12 @@ +This is Block Attack - Rise of the Blocks - version 2.0.1 + +This is a small bugfix release that fixes 2 bugs: + * The "Get Ready" animation used the wrong sprite + * My homepath was hardcoded in the Makefile (Linux only) + +Known problems: + * Resolution is still fixed at 1024x768 + * Fonts are messed up in some rare cases (opserved on a Windows 10 machine with High DPI) + + +Feedback can be given on http://www.blockattack.net or https://github.com/blockattack/blockattack-game diff --git a/windows installer/install_script.nsi b/windows installer/install_script.nsi index d65435a..8d6fe4e 100644 --- a/windows installer/install_script.nsi +++ b/windows installer/install_script.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Block Attack - Rise Of the Blocks" -!define PRODUCT_VERSION "2.0.0" +!define PRODUCT_VERSION "2.0.1" !define PRODUCT_PUBLISHER "Poul Sander" !define PRODUCT_WEB_SITE "http://www.blockattack.net" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\blockattack.exe"