From 77bca794e7c5e7f7c857d368e7e6131d8070fa87 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Mon, 27 Nov 2023 11:18:18 +0400 Subject: [PATCH] new beta --- _posts/2023-11-27-improved-gui.md | 24 ++++++++++++++++++++++++ news_version.html | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 _posts/2023-11-27-improved-gui.md diff --git a/_posts/2023-11-27-improved-gui.md b/_posts/2023-11-27-improved-gui.md new file mode 100644 index 0000000..3dddfe0 --- /dev/null +++ b/_posts/2023-11-27-improved-gui.md @@ -0,0 +1,24 @@ +--- +layout: post +author: JayDi85 +title: Improved GUI and card hints +--- +It contains GUI improves and fixes. + +Details: +* card popup: now it shows real game objects instead card (game logs, hints toolbox and other places); +* card popup: now you can switch text/image mode by clicking on card name in game logs (alternative to mouse wheel); +* card popup: fixed wrong position in some use cases (non-full screen); +![shot_231126_143832](https://github.com/magefree/mage/assets/8344157/61acd41c-cee0-4cf9-9e88-aca687a3e4c3) +* feedback/choice panel: added card popup support over card names (#9609); +* stack: fixed wrong text format (#4057); +* hotkeys: **hold ** to force image mode for card popup, press **** to show/hide right card panel; +* game: Cascade and other "cast spell without paying" abilities - added card popup support for casting card (#11355) +![shot_231127_004622](https://github.com/magefree/mage/assets/8344157/3996e552-451b-4846-844a-82aa7bf9e5a4) + +Full change history available on GitHub as [commits history](https://github.com/magefree/mage/commits/) +or as [wiki page](https://github.com/magefree/mage/wiki/Release-changes) + +If you find any bugs or has ideas on new features or changes then report it on [github](https://github.com/magefree/mage/issues). + +If you like the project then you can [support it by patreon](http://xmage.today/#donate). \ No newline at end of file diff --git a/news_version.html b/news_version.html index 653d74f..c36ac58 100644 --- a/news_version.html +++ b/news_version.html @@ -1 +1 @@ -version=106 \ No newline at end of file +version=107 \ No newline at end of file