Skip to content

Commit 4300b17

Browse files
committed
Update changelog
1 parent 9719d61 commit 4300b17

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

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+
723
## 0.1.1+1.20.1
824

925
### Fixed
1026

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.
1228

1329
## 0.1.0+1.20.1
1430

0 commit comments

Comments
 (0)