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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
9
9
### Added
10
10
11
11
- Added a tag (`hexdebug:focus_holder/blacklist`) to prevent specific items from being inserted into the Focal Frame.
12
+
- Added new methods to the `SplicingTableIotaRenderers` class to allow iota renderers to contain or reference other renderers.
13
+
- New Splicing Table iota renderer types:
14
+
-`hexdebug:conditional/if_path_exists`
15
+
-`hexdebug:layers`
16
+
-`hexdebug:sub_iota`
17
+
- New built-in iota icons:
18
+
-`hexdebug:builtin/wide/list`
19
+
-`hexdebug:builtin/wide/type`
20
+
21
+
### Changed
22
+
23
+
- ⚠️ Breaking: The `hexdebug:list` renderer type now has a required field `renderer` to render the iota; the list renderer now only provides the tooltip.
24
+
- List iotas now render their first iota (if any) in the Splicing Table.
25
+
- MoreIotas' item type iotas now render brackets around the item to distinguish them from item stack iotas.
0 commit comments