Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'chore: bump version to 0.24.0' (#277) from chore/version-bump-0.24.0 into main

scott 87d2ab43 c4cda942

+16 -3
+15 -2
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [0.24.0] — 2026-04-07 9 + 10 + ### Added 11 + - Bulk "Accept All" / "Reject All" buttons in the suggestion popover for mass AI suggestion operations (#454) 12 + - Markdown links `[text](url)` and task lists `- [ ]` now recognized as strong paste signals (#454) 13 + 14 + ### Fixed 15 + - Prefer markdown conversion when clipboard HTML contains unrendered `[text](url)` syntax (#455) 16 + - Emit TipTap-compatible HTML for task list checkbox paste (`data-type="taskItem"`) (#453) 17 + - Sheet cells and row headers now have opaque backgrounds, fixing dark mode scroll-through (#452) 18 + - Sparkline canvas rendering now reads CSS theme variables instead of hardcoded hex colors (#448) 19 + - Keyboard focus visibility: replaced global `outline: none` with `:focus-visible` pattern (#447) 20 + - Z-index scale: replaced 48 magic numbers with 12-tier CSS variable system (#447) 21 + - High contrast mode: `prefers-contrast: more` media query support (#447) 22 + 8 23 ## [0.23.5] — 2026-04-06 9 24 10 25 ### Fixed 11 26 - Fix PDF export hardcoded colors and button-cells default (#449) 12 - - Replace hardcoded hex colors in TypeScript with CSS variable references (#448) 13 - - Improve keyboard focus visibility for accessibility (#447) 14 27 - CSS polish: replace hardcoded transition durations with CSS variables (#446) 15 28 - CSS polish: define missing variables, fix hardcoded colors, focus styles (#445) 16 29 - Frozen column background now survives scrolling: compositing layer + inline !important prevent WebKit paint drops and CSS override (#441)
+1 -1
package.json
··· 1 1 { 2 2 "name": "tools", 3 - "version": "0.23.5", 3 + "version": "0.24.0", 4 4 "private": true, 5 5 "type": "module", 6 6 "main": "electron/main.js",