Skip to content

Commit 83ff842

Browse files
committed
bump version to 51.04-r1.1
1 parent cfe391f commit 83ff842

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
99
set(DF_VERSION "51.04")
10-
set(DFHACK_RELEASE "r1")
10+
set(DFHACK_RELEASE "r1.1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

1313
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")

docs/changelog.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,27 @@ Template for new versions:
5757
## New Features
5858

5959
## Fixes
60-
- `gui/launcher`: ensure commandline is fully visible when searching through history and switching from a very long command to a short command
61-
- `gui/launcher`: flatten text when pasting multi-line text from the clipboard
62-
- 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
6360

6461
## Misc Improvements
6562

6663
## Documentation
6764

6865
## API
69-
- ``Core::getUnpausedMs``: new API for getting unpaused ms since load in a fort-mode game
7066

7167
## Lua
7268

7369
## Removed
7470

71+
# 51.04-r1.1
72+
73+
## Fixes
74+
- `gui/launcher`: ensure commandline is fully visible when searching through history and switching from a very long command to a short command
75+
- `gui/launcher`: flatten text when pasting multi-line text from the clipboard
76+
- 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
77+
78+
## API
79+
- ``Core::getUnpausedMs``: new API for getting unpaused ms since load in a fort-mode game
80+
7581
# 51.04-r1
7682

7783
## Misc Improvements

plugins/stonesense

0 commit comments

Comments
 (0)