From bd51d9c4551c0c2a581a3bd4d18747c15c31dc11 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 10 Sep 2022 15:34:17 -0400 Subject: [PATCH] Changelog entry for hideGuard --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 7cf852228..3ef25f5dd 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -80,6 +80,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Lua - History: added ``dfhack.getCommandHistory(history_id, history_filename)`` and ``dfhack.addCommandToHistory(history_id, history_filename, command)`` so gui scripts can access a commandline history without requiring a terminal. +- Added ``dfhack.screen.hideGuard()``: exposes the C++ ``Screen::Hide`` to Lua - ``helpdb``: database and query interface for DFHack tool help text - ``tile-material``: fix the order of declarations. The ``GetTileMat`` function now returns the material as intended (always returned nil before). Also changed the license info, with permission of the original author. - ``utils.df_expr_to_ref()``: fixed some errors that could occur when navigating tables