Release v0.3.0 #27

Merged
HEL merged 64 commits from dev into main 2026-02-04 13:39:37 +00:00
103 changed files with 3068 additions and 1723 deletions
Showing only changes of commit a46bb8534b - Show all commits

View File

@@ -42,7 +42,7 @@
let (i0, i1) = get-group-span(participants, elmt) let (i0, i1) = get-group-span(participants, elmt)
min-i = calc.min(min-i, i0) min-i = calc.min(min-i, i0)
max-i = calc.max(max-i, i1) max-i = calc.max(max-i, i1)
} else if elmt.type == "sync" { } else if elmt.type == "sync-end" {
let (i0, i1) = get-group-span(participants, elmt) let (i0, i1) = get-group-span(participants, elmt)
min-i = calc.min(min-i, i0) min-i = calc.min(min-i, i0)
max-i = calc.max(max-i, i1) max-i = calc.max(max-i, i1)