Release v0.3.1 #20

Merged
HEL merged 18 commits from dev into main 2026-06-16 13:30:29 +00:00
18 Commits
Author SHA1 Message Date
HEL 5ac65afaff Merge pull request 'Prepare release v0.3.1' (#19) from release/v0.3.1 into dev
Reviewed-on: #19
2026-06-16 13:29:47 +00:00
HEL 472562596f chore: fix typo in manual example 2026-06-15 13:16:04 +02:00
HEL 39e6acaed8 chore: fix typo in manual 2026-06-15 13:13:30 +02:00
HEL 6cc3cfcd00 chore: use preview import paths in examples 2026-06-15 13:10:59 +02:00
HEL 861c25026b fix: parse start struct attribute in xml-loader 2026-06-15 13:08:58 +02:00
HEL 768e63fd46 chore: remove"Typst" from description 2026-06-15 12:43:43 +02:00
HEL 2678aee584 chore: add alt text on README images 2026-06-15 12:42:36 +02:00
HEL 2228f22352 chore: update changelog 2026-06-14 13:33:04 +02:00
HEL a909398fbd chore: bump version to 0.3.1 2026-06-14 13:24:08 +02:00
HEL 05de90890f Merge pull request 'fix end line on non-consecutive ranges ending at the highest bit not being drawn' (#18) from ALVAROPING1/rivet-typst:dev into dev
Reviewed-on: #18
Reviewed-by: Louis Heredero <louis@herdac.ch>
2026-06-05 14:43:48 +00:00
ALVAROPING1 9b83b4c4a8 fix end line on non-consecutive ranges ending at the highest bit not being drawn 2026-06-05 14:45:34 +02:00
HEL df7899ee4b Merge pull request 'prevent drawing separators on starting lines of fields' (#17) from rajayonin/rivet-typst:fix-consecutive-ranges into dev
Reviewed-on: #17
Reviewed-by: Louis Heredero <louis@herdac.ch>
2025-11-28 11:37:43 +00:00
rajayonin b6f2fd99b8 prevent drawing separators on starting lines of fields
On non-consecutive ranges, we were drawing the starting line _on top_ of
the separator, which lead to some visual glitches in some viewers.
2025-11-25 09:02:49 +01:00
HEL 6f13df815f documented start property of structures 2025-11-10 21:05:28 +01:00
HEL 1dd66fd587 Merge pull request 'Support for non-consecutive ranges' (#13) from rajayonin/rivet-typst:non-consecutive-ranges into dev
Reviewed-on: #13
Reviewed-by: Louis Heredero <louis@herdac.ch>
2025-10-21 06:02:04 +00:00
rajayonin c7c777f5fa ensure first and last bits are included when all-bit-i is set 2025-10-20 19:06:53 +02:00
rajayonin 7ef7f653b7 support for non-consecutive ranges
Paints the start/end line of a range if there was no previous range.
2025-10-20 18:01:28 +02:00
HEL dd6d38a282 fixed README example usage 2025-05-03 00:54:38 +02:00