cctally 1.49.0 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [1.50.0] - 2026-06-18
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Dashboard conversation viewer — mobile transcripts no longer shear sideways, and the session outline is no longer an interaction trap.** On a narrow (≤640px) viewport the reader's pinned controls toolbar overflowed the viewport, so any automatic scroll (jump-to-latest on open, an outline/landmark jump, or a focus-filter switch) could drift the whole transcript sideways and clip every line off the left edge; the toolbar and focus control are now constrained to the viewport, all reader content is width-clamped, and the reader is locked against a stray horizontal scroll, so transcripts read fully at 320/360/390px. The session outline — previously a persisted, default-on slide-over that buried the transcript the moment you opened a conversation, dismissable only by tapping an unlabeled backdrop strip — now defaults closed on mobile, opens on an ephemeral per-conversation flag, and carries a titled header with a visible ✕ close (the backdrop stays a second dismiss path), raised above the sticky topbar so the close control is always tappable (#205).
|
|
12
|
+
- **Dashboard conversation viewer — find-in-conversation is reachable on mobile, and text inputs no longer trigger iOS auto-zoom.** A `🔍 Find` toggle now sits in the reader controls row on both breakpoints (the `/` shortcut still works on desktop), so the in-conversation find bar is no longer unreachable by touch; switching to a different conversation clears an open find state, so navigating back and reselecting no longer auto-reopens the bar and pops the keyboard. All seven viewer text inputs (rail search, find bar, and the date/cost/cache-rebuild filter fields) now render at 16px on mobile, so focusing one no longer makes iOS Safari zoom the page. Desktop styling is unchanged (#205).
|
|
13
|
+
- **Dashboard conversation viewer — a more compact mobile reader header, a readable subagent-card title, and a recoverable list-fetch error.** On mobile the reader header now shows de-duplicated, abbreviated model names (the `claude-` prefix and a trailing `-YYYYMMDD` date stamp are stripped) on a single line and clamps the title to two lines, putting more transcript above the fold; subagent cards swap the one-line `Impl…` ellipsis for a two-line clamped title with the same abbreviated models; and a failed conversation-list fetch now shows a working **Retry** button instead of a dead error state. Desktop output is byte-identical (#205).
|
|
14
|
+
- **Dashboard conversation viewer — every interactive control now meets the 44×44px mobile touch-target minimum, and the reader's `← Back` is no longer hidden behind the sticky topbar.** Roughly 32 controls across the reader header, find bar, filters popover, browse rail, outline, and transcript body (disclosure chips, the jump-to-top FAB, the corner copy buttons, and more) now have a ≥44×44px effective hit area at the mobile breakpoint — the absolute-positioned copy buttons get an invisible centered hit area so a literal box never covers code/diff/terminal content, and inline content links keep the documented WCAG 2.5.5 inline exception. A height-calculation bug that let the page scroll roughly 64px behind the `z-index:50` sticky topbar — hiding the reader's `← Back` — is fixed by switching the mobile conversation view to `100dvh` and correcting its height budget, so `← Back` is reachable at every width, at rest and after a forced scroll. The outline backdrop and ✕ now carry distinct accessibility labels. Desktop runtime is byte-identical (#205).
|
|
15
|
+
|
|
8
16
|
## [1.49.0] - 2026-06-17
|
|
9
17
|
|
|
10
18
|
### Added
|