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
+35-8Lines changed: 35 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,47 @@ 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]
7
+
## `0.3.0+1.20.1` - [UNRELEASED]
8
+
9
+
### Added
10
+
11
+
- New block: Splicing Table!
12
+
- Essentially a graphical text editor for hexes. Allows inserting, moving, and deleting iotas from lists; copying/pasting iotas to/from a secondary focus; drawing patterns with a staff at a specific position in a list; and copying hexes to your clipboard in `.hexpattern` format.
13
+
- Amazing textures created by SamsTheNerd.
14
+
- New patterns:
15
+
- Debug Locator's Reflection: Pushes the index of the next iota to be evaluated.
16
+
- Cognitohazard Reflection: Pushes a cognitohazard iota to the stack, which halts debugging immediately if detected in a hex to be evaluated by a debugger.
17
+
- Added ru_ru translations, by JustS-js in [#25](https://github.com/object-Object/HexDebug/pull/25).
18
+
19
+
### Changed
20
+
21
+
- Updated to Hex Casting 0.11.2.
22
+
- Updated zh_cn translations, by ChuijkYahus in [#13](https://github.com/object-Object/HexDebug/pull/13), [#17](https://github.com/object-Object/HexDebug/pull/17), and [#31](https://github.com/object-Object/HexDebug/pull/31).
23
+
- Added a link to [Setting up VSCode with HexDebug](https://github.com/object-Object/HexDebug/wiki/Setting-up-VSCode-with-HexDebug) to the debugger book entry.
24
+
- Documented the ability to change debugger step modes ingame.
25
+
- Many internal refactors.
8
26
9
27
### Fixed
10
28
11
-
-Stepping the debug session would overwrite the displayed stack/ravenmind of an open non-Evaluator staff grid ([#6](https://github.com/object-Object/HexDebug/issues/6)).
29
+
-Fixed a bug where stepping the debug session would overwrite the displayed stack/ravenmind of an open non-Evaluator staff grid ([#6](https://github.com/object-Object/HexDebug/issues/6)).
12
30
- This was only a visual bug - no actual data was modified, and it would reset if you reopened the staff.
31
+
- Server config is now synced to clients on join.
32
+
- Fixed some potential networking-related race conditions.
33
+
- Fixed an internal exception when FrameEvaluate contains an empty list.
34
+
- Fixed a bug where Introspection, Retrospection, Consideration, and Evanition would be displayed incorrectly if drawn in non-default orientations.
35
+
36
+
### Notes
37
+
38
+
- This update also contains a new undocumented block (Focus Holder) and some undocumented patterns. Please don't use these for anything important, as they'll probably be moved to a separate mod at some point.
39
+
- I likely will not be backporting this update to 1.19.2, due to the many GUI-related changes between that version and this one.
13
40
14
-
## 0.2.2+1.20.1
41
+
## `0.2.2+1.20.1` - 2024-05-28
15
42
16
43
### Changed
17
44
18
-
-Update zh_cn translations, by ChuijkYahus in [#5](https://github.com/object-Object/HexDebug/pull/5).
45
+
-Updated zh_cn translations, by ChuijkYahus in [#5](https://github.com/object-Object/HexDebug/pull/5).
19
46
20
-
## 0.2.1+1.20.1
47
+
## `0.2.1+1.20.1` - 2024-05-27
21
48
22
49
### Changed
23
50
@@ -31,7 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
31
58
- When debugging, spells requiring media would fail if a Debugger was not in the hand that the debug session was started with.
32
59
- Evaluator mishaps were unintentionally caught by the Uncaught Mishaps option, and did not apply side effects to the stack.
33
60
34
-
## 0.2.0+1.20.1
61
+
## `0.2.0+1.20.1` - 2024-05-21
35
62
36
63
### Added
37
64
@@ -47,12 +74,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
47
74
48
75
- Moved some relatively unimportant log messages from INFO to DEBUG.
49
76
50
-
## 0.1.1+1.20.1
77
+
## `0.1.1+1.20.1` - 2024-05-18
51
78
52
79
### Fixed
53
80
54
81
- Fixed a server-only crash on launch caused by an incorrect Mod Menu dependency.
0 commit comments