You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Pydantic's HISTORY.md](https://github.com/pydantic/pydantic/blob/main/HISTORY.md), and this project *mostly* adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [UNRELEASED]
8
+
9
+
### Added
10
+
11
+
- New item: Evaluator!
12
+
- A staff that allows evaluating expressions in an ongoing debug session. The stack and ravenmind update to reflect the state of the Debugger whenever it changes.
13
+
- When the Evaluator's grid is cleared, the Debugger is reset to the state it was in just before the first pattern was drawn in the Evaluator.
14
+
- New config options:
15
+
- Open Debug Port: Whether or not a port should be opened. If false, the Debugger effectively becomes useless.
16
+
- Smart Debugger Sneak-Scroll: If a hex is not currently being debugged and a Debugger is in your main hand, prefer shift-scrolling whatever item is in your offhand (eg. a spellbook).
17
+
- This was already a feature; it's just configurable now.
18
+
19
+
### Changed
20
+
21
+
- Moved some relatively unimportant log messages from INFO to DEBUG.
22
+
7
23
## 0.1.1+1.20.1
8
24
9
25
### Fixed
10
26
11
-
-Fix server-only crash on launch caused by incorrect Mod Menu dependency.
27
+
-Fixed a server-only crash on launch caused by an incorrect Mod Menu dependency.
0 commit comments