update changelog

develop
myk002 2021-07-02 23:26:43 -07:00
parent 3a8f564cd2
commit 37e8dd4a10
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 2 additions and 0 deletions

@ -53,6 +53,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## Lua ## Lua
- new string utility function: ``string:wrap(width)`` wraps a string at space-separated word boundaries - new string utility function: ``string:wrap(width)`` wraps a string at space-separated word boundaries
- new string utility function: ``string:trim()`` removes space characters from the beginning and end of the string
- new library: ``argparse`` is a collection of commandline argument processing functions
- ``gui.Painter``: fixed error when calling ``viewport()`` method - ``gui.Painter``: fixed error when calling ``viewport()`` method
- ``gui.dwarfmode``: new function: ``enterSidebarMode(sidebar_mode, max_esc)`` which uses keypresses to get into the specified sidebar mode from whatever the current screen is - ``gui.dwarfmode``: new function: ``enterSidebarMode(sidebar_mode, max_esc)`` which uses keypresses to get into the specified sidebar mode from whatever the current screen is
- `reveal`: now exposes ``unhideFlood(pos)`` functionality to Lua - `reveal`: now exposes ``unhideFlood(pos)`` functionality to Lua