Skip to content

Commit

Permalink
bump version to 51.04-r1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Feb 3, 2025
1 parent cfe391f commit 83ff842
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
14 changes: 10 additions & 4 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/stonesense
Submodule stonesense updated 1 files
+10 −2 docs/changelog.txt
2 changes: 1 addition & 1 deletion scripts

0 comments on commit 83ff842

Please sign in to comment.