bump version and changelog to 50.07-alpha2

develop
Myk Taylor 2023-02-24 15:41:54 -08:00
parent f84299bc46
commit b8fdc985ec
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
4 changed files with 17 additions and 7 deletions

@ -192,7 +192,7 @@ endif()
# set up versioning.
set(DF_VERSION "50.07")
set(DFHACK_RELEASE "alpha1")
set(DFHACK_RELEASE "alpha2")
set(DFHACK_PRERELEASE TRUE)
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")

@ -35,6 +35,20 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## New Plugins
## Fixes
## Misc Improvements
## Documentation
## API
## Lua
## Removed
# 50.07-alpha2
## Fixes
-@ `nestboxes`: fixed bug causing nestboxes themselves to be forbidden, which prevented citizens from using them to lay eggs. Now only eggs are forbidden.
- `autobutcher`: implemented work-around for Dwarf Fortress not setting nicknames properly, so that nicknames created in the in-game interface are detected & protect animals from being butchered properly. Note that nicknames for unnamed units are not currently saved by dwarf fortress - use ``enable fix/protect-nicks`` to fix any nicknames created/removed within dwarf fortress so they can be saved/reloaded when you reload the game.
@ -53,8 +67,6 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `confirm`: configuration data is now persisted globally.
- `tailor`: add support for adamantine cloth (off by default); improve logging
## Documentation
## API
- ``Gui::any_civzone_hotkey``, ``Gui::getAnyCivZone``, ``Gui::getSelectedCivZone``: new functions to operate on the new zone system
- Units module: added new predicates for ``isGeldable()``, ``isMarkedForGelding()``, and ``isPet()``
@ -64,8 +76,6 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- ``widgets.FilteredList``: Added ``edit_on_change`` optional parameter to allow a custom callback on filter edit change.
- ``widgets.TabBar``: new library widget (migrated from control-panel.lua)
## Removed
# 50.07-alpha1
## Fixes

@ -1 +1 @@
Subproject commit e7143ec5e29d88a114fb8e72091c54413944df1d
Subproject commit d4170eacfc0f82fcb7364e558d0e782dc497f7d5

@ -1 +1 @@
Subproject commit e70393ff2132e2f5d00ffeb154e8d9242f89a284
Subproject commit c7345f6fe096bc6ce1700b70b4f7d4c65b2a3e57