Conversation
Replace the M/D text badges with MDI microphone-off / headphones-off vector glyphs (Apache-2.0 path data, tinted through iced's svg loader), drawn inline after the username at 16px. One mark per row — deafening overrides muting — red (red-600) when server-set, grey (neutral-400) when self-set. The mark decision lives in overlay/glyph.rs so the presence/override/color rules stay unit-pinned. Adds iced's svg feature (resvg tree, +1.9MB on the release daemon). Records the glyph change in the changelog Unreleased Overlay section.
The v0.3.2 line was cut from the pre-release tip, so its CHANGELOG still listed the 0.3.1 entries under [Unreleased] and lacked the materialized 0.3.1 section. Release previews counted the shipped entries twice.
feat(daemon): Discord-style mute/deafen glyphs in roster
New roster-order config key (Layout group, wire grammar + GUI chip row) with a join-order | name | recent-speakers picker. The overlay stamps a runtime-only last-spoke tick per speaker (cleared on stop and on channel switch, never serialized) and sorts the filtered roster before rendering; every strategy is a stable sort, so ties keep join order.
New max-rows config key (0 = unlimited, clamped 0..=200, GUI number row). Truncation happens after sort and filters and before the desired-size math, so the surface shrinks to the capped rows plus one pill row; the pill counts exactly the rows the cap hides, in the glyphs' muted grey. Presentation-only: cache and wire format are untouched.
feat: roster sorting strategies + max-rows cap with +N pill
Co-Authored-By: OpenCode <noreply@opencode.ai>
Release PreviewNext version:
0.3.2 (2026-09-16) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ships the v0.3.2 release line: Discord-style mute/deafen glyphs in the roster, configurable roster ordering, and a max-rows cap with an overflow pill. Merging into
maintriggers the release pipeline (autopromote → tagv0.3.2→ GitHub Release).Changes
docs/agents/release-checklist.md(release procedure verified against the workflows) and correcteddocs/dev/commit-changelog.mdto describe this repo's manual changelog modeValidation
b501dd0:cargo +nightly fmt --all -- --check,cargo clippy --all-features --all-targets --no-deps -- -D warnings,cargo test --workspace --all-features --no-fail-fast(331 tests, 0 failures)_pr-checksre-runs the full mirror.scratch/2026-09-04_v032-roster-presence-icons/(self camera/share state reachable over RPC; others' state is not exposed)Checklist