diff --git a/changelog.md b/changelog.md index 59a20d76..11eef5d0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +# 2.1.5 + +## Fixes : +* **[UI]** Fixed an issue that prevent saving after aborting a mission + # 2.1.4 ## Fixes : diff --git a/qt_ui/uiconstants.py b/qt_ui/uiconstants.py index 30f61ef1..1c6e84bc 100644 --- a/qt_ui/uiconstants.py +++ b/qt_ui/uiconstants.py @@ -8,7 +8,7 @@ from game.event import UnitsDeliveryEvent, FrontlineAttackEvent from theater.theatergroundobject import CATEGORY_MAP from userdata.liberation_theme import get_theme_icons -VERSION_STRING = "2.1.4" +VERSION_STRING = "2.1.5" URLS : Dict[str, str] = { "Manual": "https://github.com/khopa/dcs_liberation/wiki",