Skip to content

Releases: koki-develop/Cork

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 02:47
41750b9

0.22.1 (2026-08-30)

Bug Fixes

  • deps: update rust crate http to v1.4.2 (#44) (a0e03d4)
  • editor: stop a plain-text paste from bricking the task body editor (c7184d4)

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:38
f661b2c

0.22.0 (2026-07-06)

Features

  • editor: add hover-revealed copy button to fenced code blocks (afe89ec)

Bug Fixes

  • menu: stop About panel from showing a duplicated version string (a3453a2)

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 14:32
2e61106

0.21.0 (2026-07-04)

Features

  • workspace: add workspace name field to header (a1e07e4)

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 02:36
b59d44e

0.20.0 (2026-07-04)

Features

  • editor: render fenced code blocks inside blockquotes (058b5b6)
  • editor: render pasted plain-text Markdown immediately (14b2c3a)
  • editor: surround saved blockquotes, lists, and horizontal rules with blank lines (3c2aed5)
  • editor: surround saved fenced code blocks with blank lines (952e995)

Bug Fixes

  • editor: correctly escape backticks in inline code spans on save (2a13371)
  • editor: focus the body editor and place the caret at its end when clicking below the last line (b655c10)
  • editor: keep whitespace inside inline code spans on save (6c9532f)
  • editor: stop code/highlight spans from silently extending past their boundary (76486f0)

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:25
7322361

0.19.0 (2026-07-02)

Features

  • editor: expand fenced code block language support beyond Prism's default 17 (8f5b746)

Bug Fixes

  • editor: import code highlighting helpers from @lexical/code-prism directly (2c5b292)

v0.18.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 01:39
ee1f2e1

0.18.2 (2026-07-02)

Bug Fixes

  • build: include vite/client types in tsconfig.test.json (cb14df4)

v0.18.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 01:25
6780dc7

0.18.1 (2026-07-02)

Bug Fixes

  • editor: stop task dialogs from silently focusing the body editor on open (0d99705)

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 23:00
ca53caf

0.18.0 (2026-07-01)

Features

  • editor: make fenced code block language editable via clickable tab (c73435f)
  • editor: show normalized language chip fused to fenced code blocks (0f1ee15)

Bug Fixes

  • editor: widen vertical margin around fenced code blocks (4a18114)
  • settings: swap copy and regenerate button positions in Auth Token input (b35f0ec)

v0.17.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 02:18
b8c05f8

0.17.3 (2026-06-30)

Bug Fixes

  • editor: preserve blank lines and fence width in fenced code blocks (d517bff)

v0.17.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:05
8b51019

0.17.2 (2026-06-28)

Bug Fixes

  • editor: align shouldPreserveNewLines between import and export (c68dada)
  • editor: show floating toolbar on whitespace-only text selection (9a18419)
  • preserve leading blank lines in task body through save/load round-trip (8609842)
  • restore macOS traffic-light offset after AppKit relayouts (eb9ec95)