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
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ 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
+
- Added a new resource-pack-based data-driven system for addon devs to customize how their iotas are rendered in the Splicing Table.
12
+
13
+
### Changed
14
+
15
+
- Updated zh_cn translations, by ChuijkYahus in [#43](https://github.com/object-Object/HexDebug/pull/43)
16
+
- The Mindsplice Table casting button tooltip now includes the block's name (eg. from renaming it in an anvil).
17
+
18
+
### Fixed
19
+
20
+
- Fixed a bug where the Splicing Table's contents would be dropped on the ground when upgrading it to a Mindsplice Table ([#47](https://github.com/object-Object/HexDebug/issues/47)).
21
+
7
22
## `0.5.0+1.20.1` - 2025-09-22
8
23
9
24
### Added
@@ -23,16 +38,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
23
38
### Fixed
24
39
25
40
- Fixed an issue where newly placed splicing tables would default to having the first iota selected.
26
-
- Fixed several bugs/exploits related to the Splicing Table's media buffer ([#40](https://github.com/object-Object/HexDebug/pull/40), [#41](https://github.com/object-Object/HexDebug/pull/41), [#44](https://github.com/object-Object/HexDebug/pull/44), [#45](https://github.com/object-Object/HexDebug/pull/45)).
27
-
- Fixed Lodestone Reflection not working in the Mindsplice Table ([#42](https://github.com/object-Object/HexDebug/pull/42)).
41
+
- Fixed several bugs/exploits related to the Splicing Table's media buffer ([#40](https://github.com/object-Object/HexDebug/issues/40), [#41](https://github.com/object-Object/HexDebug/issues/41), [#44](https://github.com/object-Object/HexDebug/issues/44), [#45](https://github.com/object-Object/HexDebug/issues/45)).
42
+
- Fixed Lodestone Reflection not working in the Mindsplice Table ([#42](https://github.com/object-Object/HexDebug/issues/42)).
28
43
- Fixed a bug in the Splicing Table where the Select All button was enabled when the list was empty and the left edge was selected.
29
44
30
45
## `0.4.0+1.20.1` - 2025-09-21
31
46
32
47
### Added
33
48
34
49
- New blocks:
35
-
- Mindsplice Table: An upgraded variant of the Splicing Table, adding a GUI button to cast a hex imbued into the table (suggested by cc-aaron in [#34](https://github.com/object-Object/HexDebug/pull/34)).
50
+
- Mindsplice Table: An upgraded variant of the Splicing Table, adding a GUI button to cast a hex imbued into the table (suggested by cc-aaron in [#34](https://github.com/object-Object/HexDebug/issues/34)).
36
51
- Focal Frame: A cheap and lag-friendly way to store and manipulate iotas in the world. (This used to be an undocumented block called the Focus Holder, but now it's craftable and has a better name.)
37
52
- Added support for manipulating the main item in the Splicing Table via [IoticBlocks](https://ioticblocks.hexxy.media).
38
53
- Added several new patterns for manipulating various aspects of the Splicing Table.
@@ -42,7 +57,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
42
57
43
58
- Updated zh_cn translations, by ChuijkYahus in [#36](https://github.com/object-Object/HexDebug/pull/36) and [#39](https://github.com/object-Object/HexDebug/pull/39).
44
59
- The Splicing Table now stores the current view index and selected iotas server-side, so that they don't reset when closing and reopening the GUI.
45
-
- Implemented scroll wheel handling in the Splicing Table GUI to make scrolling through the pattern view easier (suggested by abilliontrillionstars in [#35](https://github.com/object-Object/HexDebug/pull/35)).
60
+
- Implemented scroll wheel handling in the Splicing Table GUI to make scrolling through the pattern view easier (suggested by abilliontrillionstars in [#35](https://github.com/object-Object/HexDebug/issues/35)).
46
61
- The Splicing Table now moves the view position when performing actions or drawing patterns, to make sure the position being modified is visible.
0 commit comments