diff --git a/CMakeLists.txt b/CMakeLists.txt index c85c190971..eeb55544c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW) # set up versioning. set(DF_VERSION "51.04") -set(DFHACK_RELEASE "r1") +set(DFHACK_RELEASE "r1.1") set(DFHACK_PRERELEASE FALSE) set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}") diff --git a/docs/changelog.txt b/docs/changelog.txt index 97dc4ee3df..3668383d2b 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -57,21 +57,27 @@ Template for new versions: ## New Features ## Fixes -- `gui/launcher`: ensure commandline is fully visible when searching through history and switching from a very long command to a short command -- `gui/launcher`: flatten text when pasting multi-line text from the clipboard -- Ctrl-a hotkeys have been changed to something else (Ctrl-n) for tools that also have an editable text field, where Ctrl-a is interpreted as select all text ## Misc Improvements ## Documentation ## API -- ``Core::getUnpausedMs``: new API for getting unpaused ms since load in a fort-mode game ## Lua ## Removed +# 51.04-r1.1 + +## Fixes +- `gui/launcher`: ensure commandline is fully visible when searching through history and switching from a very long command to a short command +- `gui/launcher`: flatten text when pasting multi-line text from the clipboard +- Ctrl-a hotkeys have been changed to something else (Ctrl-n) for tools that also have an editable text field, where Ctrl-a is interpreted as select all text + +## API +- ``Core::getUnpausedMs``: new API for getting unpaused ms since load in a fort-mode game + # 51.04-r1 ## Misc Improvements diff --git a/plugins/stonesense b/plugins/stonesense index 6213fe7ad0..9d851db080 160000 --- a/plugins/stonesense +++ b/plugins/stonesense @@ -1 +1 @@ -Subproject commit 6213fe7ad08d8b52060f72f885986638d9deab3e +Subproject commit 9d851db080012add38631af37ea5c5b60a893e79 diff --git a/scripts b/scripts index 191cdbeae9..b1aa3b365d 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 191cdbeae99203b1aa38342b93df1bfa95946c46 +Subproject commit b1aa3b365d611432195b80d1d064c942f54a78c7