cctally 1.34.0 → 1.34.1

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,11 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.34.1] - 2026-06-11
9
+
10
+ ### Fixed
11
+ - Dashboard conversation reader: the sticky turn header introduced in 1.34.0 (which pinned the "ASSISTANT <model>" bar to the top while you scrolled a tall turn) overlapped and mingled with the prose scrolling beneath it — its razor-thin opaque mask only half-covered the text. It is replaced by an unobtrusive floating "↑ Top of turn" button that appears at the bottom-right of the reader only once a turn's start has scrolled off; clicking it returns to that turn's start (reduced-motion aware). Nothing floats over the reading column anymore, the button clears the bottom-center "↓ N new" pill, and it is hidden on a session switch. The model chip, spinner, and live-tail from 1.34.0 are unchanged (#176).
12
+
8
13
  ## [1.34.0] - 2026-06-11
9
14
 
10
15
  ### Added