forked from DFHack/stonesense
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
71 lines (52 loc) · 3.18 KB
/
changelog.txt
File metadata and controls
71 lines (52 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
=== Scroll down for changes
===[[[
The text below is included in docs/dev/Documentation.rst - see that file for more details on the changelog setup.
This is kept in this file as a quick syntax reference.
===help
changelog.txt uses a syntax similar to RST, with a few special sequences:
- ``===`` indicates the start of a comment
- ``#`` indicates the start of a release name (do not include "DFHack")
- ``##`` indicates the start of a section name (this must be listed in ``gen_changelog.py``)
- ``-`` indicates the start of a changelog entry. **Note:** an entry currently must be only one line.
- ``:`` (colon followed by space) separates the name of a feature from a description of a change to that feature.
Changes made to the same feature are grouped if they end up in the same section.
- ``:\`` (colon, backslash, space) avoids the above behavior
- ``- @`` (the space is optional) indicates the start of an entry that should only be displayed in NEWS-dev.rst.
Use this sparingly, e.g. for immediate fixes to one development build in another development build that
are not of interest to users of stable builds only.
- Three ``[`` characters indicate the start of a block (possibly a comment) that
spans multiple lines. Three ``]`` characters indicate the end of such a block.
- ``!`` immediately before a phrase set up to be replaced (see gen_changelog.py) stops that occurrence from being replaced.
Template for new versions:
## New Features
## Fixes
## Misc Improvements
## Removed
===end
]]]
# Future
## New Features
## Fixes
## Misc Improvements
- `stonesense`: ``keybinds.txt`` config file is now read from ``dfhack-config/stonesense/keybinds.txt``
- `stonesense`: added some missing artwork for bookcases, displays, and offering places
- `stonesense`: reorganized the position of some existing art to be more intuitive
- `stonesense`: added index numbers empty sprite slots to aid in making the xml files for the sprites
## Removed
# 50.15-r2
## New Features
- `stonesense`: added hotkey to toggle fog ``;`` (default keybinding)
- `stonesense`: added hotkey to toggle announcements: ``a`` (default keybinding)
- `stonesense`: added hotkey to toggle debug mode: ``~`` (default keybinding)
- `stonesense`: added init file config to show announcements (on by default)
- `stonesense`: added init file config for whether Esc is recognized for closing the stonesense window (on by default to match previous behavior)
- `stonesense`: added init file config for whether creature moods and jobs are displayed (off by default)
## Fixes
- `stonesense`: fixed crash when maximizing or resizing the window
- `stonesense`: fixed crash when turning the onscreen display (OSD) layer off
## Misc Improvements
- `stonesense`: changed announcements to be right-aligned and limited to only show the most recent 10 announcements
- `stonesense`: ``init.txt`` config file is now read from ``dfhack-config/stonesense/init.txt``
- `stonesense`: creature names are now hidden by default (they can still be shown by pressing ``n`` (default keybinding) while stonesense window is active)
- `stonesense`: use smaller increments for zooming in and out
- `stonesense`: OSD is now hidden by default; hit F2 (default keybinding) to show it again