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 'fix: bump version to 0.14.1 to trigger Electron release build' (#180) from fix/version-bump-electron-release into main

scott 7b53626d 10909e48

+13 -3
+10
CHANGELOG.md
··· 7 7 8 8 ## [Unreleased] 9 9 10 + ## [0.14.1] — 2026-03-28 11 + 12 + ### Fixed 13 + - Upgrade better-sqlite3 from v11 to v12 for Electron 41 V8 compatibility (#256) 14 + 10 15 ## [0.12.1] — 2026-03-25 11 16 12 17 ### Fixed 13 18 - Fix sheets chat input: keyboard handler no longer captures typing in AI chat sidebar (#233) 14 19 15 20 ### Changed 21 + - Monitor CI for PR #178, merge when green, verify deployment (#255) 22 + - Electron desktop app wrapper (#254) 23 + - Tailscale identity auth - zero-password login via TS headers (#253) 24 + - Monitor and merge PR #176 - CI rename tools Nomad job (#252) 16 25 - Refactor duplicated AI chat wiring into shared `initChatWiring()`, removing ~230 lines of duplication (#234) 17 26 - Add 11 tests for `initChatWiring` (config propagation, toggle, send/stop/clear, editor-type labels) 18 27 ··· 30 39 ## [0.12.0] — 2026-03-24 31 40 32 41 ### Added 42 + - Sheets: resizable column widths (#6) 33 43 - Add automated semantic versioning to CI pipeline (#182) 34 44 - AI chat panel on all editor types (docs + sheets) with shared module (#229) 35 45 - AI content actions: AI can insert, replace, and suggest changes in documents (#231)
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "tools", 3 - "version": "0.14.0", 3 + "version": "0.14.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "tools", 9 - "version": "0.14.0", 9 + "version": "0.14.1", 10 10 "dependencies": { 11 11 "@tiptap/core": "^2.11.0", 12 12 "@tiptap/extension-collaboration": "^2.11.0",
+1 -1
package.json
··· 1 1 { 2 2 "name": "tools", 3 - "version": "0.14.0", 3 + "version": "0.14.1", 4 4 "private": true, 5 5 "type": "module", 6 6 "main": "electron/main.js",