Release Notes v1.3.4
TL;DR
- Resizable horizontal panel
横向 Deck 现在支持从顶部拖拽调整高度,并会记住你上次使用的面板尺寸。
Horizontal Deck can now be resized from the top edge, and it remembers your last panel height. - Cards scale with the panel
横版卡片会跟随面板高度同步放大,图片、链接、文本与代码内容都能更舒展地展示。
Horizontal cards now scale with panel height, giving images, links, text, and code more room to breathe. - Navigation feels more natural across views
横向/纵向 Deck 与 Cursor Assistant 的键盘导航语义进一步统一,输入态下也不会抢走文本编辑按键。
Keyboard navigation now feels more consistent across horizontal/vertical Deck and Cursor Assistant, without stealing editing keys while typing. - Preview stays in sync with selection
预览打开后,切换标签或改变选中项时会立即跟随当前聚焦内容,不再出现内容不同步。
Open previews now stay synced with the current selection when you switch tabs or move focus. - Preview reading is cleaner and less cramped
纯文本、Markdown、代码和单图预览改成更贴边、更沉浸的布局,并统一了更轻的滚动条样式。
Plain text, Markdown, code, and single-image previews now use a cleaner edge-to-edge layout with lighter, more consistent scrollbars.
新增 / Added
- Panel height adjustment for horizontal Deck
横向 Deck 新增顶部拖拽手柄,可直接向上拉伸主面板高度,并自动保存你的自定义尺寸。
Added a top resize handle for horizontal Deck so you can drag upward to expand the panel height and keep your preferred size. - Modifier-based quick number hints
按住修饰键时,横版卡片现在会显示前 9 个可快速命中的编号提示,便于更快定位。
Added modifier-triggered quick number hints for the first 9 reachable horizontal cards to make fast targeting easier.
优化 / Improvements
- Adaptive horizontal card layout
横版卡片会根据面板高度动态调整尺寸、内容密度与截断策略,让放大后的空间真正转化为更好的可读性。
Horizontal cards now adapt their size, content density, and truncation rules to panel height so extra space improves readability instead of just scaling the frame. - Richer image and link presentation
图片卡片补充了更清晰的信息排布与透明格背景,链接卡片的图片区和图标也会随尺寸自然放大。
Image cards now use clearer metadata layout and a checkerboard transparency background, while link cards scale their media area and icons more naturally. - Cleaner preview surfaces
纯文本、Markdown、代码和单图预览改成更贴边的展示方式,滚动条更细、更轻,整体阅读压迫感更低。
Plain text, Markdown, code, and single-image previews now feel more immersive with edge-to-edge presentation and slimmer, lighter scrollbars. - Smaller and tidier card number badges
横版卡片右下角的数字提示进一步收紧尺寸与位置,视觉上更轻,不容易干扰内容本身。
The quick number badges in the lower-right corner of horizontal cards are now smaller and better placed, making them less distracting.
变更 / Changes
- Direction-first keyboard semantics
横向 Deck 的快捷键现在更强调方向语义:Ctrl+N / Ctrl+P 对应下一项 / 上一项,Ctrl+F / Ctrl+B 对应右移 / 左移;开启 Vim mode 后,h / l 固定左右,j / k 继续兼容导航。
Horizontal Deck shortcuts now prioritize directional semantics: Ctrl+N / Ctrl+P move to next / previous, Ctrl+F / Ctrl+B move right / left, and Vim mode keeps h / l fixed to left / right while j / k remain as compatible navigation keys. - Vertical navigation stays intentionally simpler
纵向 Deck 继续保留方向键与 Ctrl+N / Ctrl+P 的上下移动语义;Vim mode 下支持 j / k 上下,但不再额外引入 Ctrl+F / Ctrl+B。
Vertical Deck keeps a simpler navigation model with arrow keys and Ctrl+N / Ctrl+P for up/down movement, plus j / k in Vim mode without adding Ctrl+F / Ctrl+B. - Cursor Assistant follows the same input rules
Cursor Assistant 现已支持 Ctrl+N / Ctrl+P,以及 Vim mode 下的 j / k 上下移动,并与主面板保持一致的输入态保护。
Cursor Assistant now supports Ctrl+N / Ctrl+P and j / k in Vim mode, following the same input-state protection rules as the main panel.
修复 / Fixes
- Preview sync after selection changes
修复了预览只在部分键盘移动场景下刷新、在标签切换或外部选中变化后可能不同步的问题。
Fixed a preview sync bug where updates only reliably followed certain keyboard moves and could fall out of sync after tab switches or other external selection changes. - Long-press preview throttling no longer overrides fresh focus
修复了长按方向键时的延迟预览刷新可能覆盖较新选中项的问题,预览跟随现在更稳定。
Fixed an issue where delayed preview updates during long key presses could override newer focus changes, making preview following more reliable. - No more extra code warning block in preview
修复了超长代码预览底部额外提示占位的问题,正文不再因此被压缩或截断。
Removed the extra warning block shown under very long code previews, so the main content no longer gets squeezed or visually cut off.
说明 / Notes
- Large code still protects performance
超长代码仍会保留关闭高亮等性能保护策略,但界面上不再额外显示打断阅读的提示块。
Very large code previews still keep their performance safeguards, such as disabling highlighting, but no longer show an intrusive extra notice in the UI.
兼容性与行为说明 / Compatibility & Behavior Notes
- Resize applies to horizontal Deck only
本次面板拖拽调高仅作用于横向 Deck,纵向列表的整体高度行为保持不变。
The new panel resize behavior applies only to horizontal Deck; overall height behavior for the vertical list remains unchanged. - Editing contexts still keep priority
搜索框与编辑态下仍会优先保留原本的文本输入快捷键行为,不会因为新导航映射而被劫持。
Search fields and editing contexts still preserve normal text input shortcuts, so the new navigation mappings do not hijack editing behavior.
升级建议 / Upgrade Notes
- Recommended for users who rely on horizontal Deck or preview workflows
如果你主要使用横向 Deck、依赖键盘导航,或经常在面板里做预览浏览,这次更新值得优先升级。
If you mainly use horizontal Deck, rely on keyboard navigation, or spend a lot of time browsing previews in the panel, this update is well worth installing.
