You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a logging widget showing basic information about all actions done during a combat. The widget visibility can be toggled using a button on the upper right side.
Added an editing option to set text for multiple characters.
If another combat is inserted into an existing one, you will now be asked if you want to resort the table.
Fixed resizing issues after starting a new combat.
Fixed font replacements when their bold property was removed.
Info Widget:
Increased the space between the line edit and the status effect buttons.
Character Dialog:
Pressing "Reset all entered Values" now resets tab focus to the name line edit.
Templates Widget:
If templates are available, the first template entry will now be selected.
Internal:
Set C++ Standard to C++20.
Extensive optimizations for the settings handling. Due to this, some settings might have reset to the standard values. Make sure to set them again in this case.
Added CI runners for Windows and MacOS. Thanks to @kevinhorst for providing these runners!
Fixed multiple possible compiler warnings for GCC and MSVC.