Skip to content

Releases: oobagi/notebook-cli

v1.5.6

05 May 11:40
a327c74

Choose a tag to compare

Changelog

  • a327c74 Merge pull request #237 from oobagi/codex/kanban-column-scroll
  • c7271da feat: scroll kanban columns independently

v1.5.5

01 May 22:45
f55f4d3

Choose a tag to compare

Changelog

  • c5b8863 Add kanban issue tags
  • f55f4d3 Merge pull request #236 from oobagi/codex/kanban-issue-tags

v1.5.4

01 May 17:07
05a243c

Choose a tag to compare

Changelog

  • 05a243c Merge pull request #235 from oobagi/fix/kanban-multiline-card-persistence
  • cdd9e60 fix kanban multiline card persistence

v1.5.3

01 May 10:57
08b7d3f

Choose a tag to compare

Changelog

  • e25f86d Fix #189: add Link block type
  • 972d33d Fix #189: add bookmark block type for link cards
  • b965fd5 Merge pull request #232 from oobagi/feat/issue-189-bookmark-block
  • ddd6748 Merge pull request #233 from oobagi/feat/issue-189-bookmark-block
  • 08b7d3f Merge pull request #234 from oobagi/feat/improve-link-block-editing
  • 2bdd681 feat: improve link block editing
  • ff53bff fix: Link keyboard parity with other blocks
  • 870ae78 fix: backspace at start of Link unwraps to title-only paragraph

v1.5.2

25 Apr 23:56
1c78ed8

Choose a tag to compare

Changelog

  • 9d7e424 Fix #221: restrict view-mode click activation to centered content column
  • 3859aa0 Merge pull request #227 from oobagi/docs/hero-recorded-version
  • 2cf3424 Merge pull request #228 from oobagi/docs/hero-above-intro
  • dadf36a Merge pull request #229 from oobagi/docs/sync-kanban-test-count
  • 39744ac Merge pull request #230 from oobagi/feat/issue-221-click-margin-guard
  • 1c78ed8 Merge pull request #231 from oobagi/feat/kanban-copy-card
  • a139b4c Sync documentation with current codebase state
  • 319c11f feat: copy kanban card to clipboard with Opt+K

v1.5.1

25 Apr 16:04
fc02dba

Choose a tag to compare

Changelog

  • 5f3e02b Merge pull request #225 from oobagi/fix/paste-in-kanban
  • fc02dba Merge pull request #226 from oobagi/fix/kanban-sort-with-manual-move
  • 45939fb fix: block manual reorder while kanban auto-sort is on
  • 08b543e fix: route bracketed-paste to active text widget

v1.5.0

25 Apr 15:49
9dcfa6a

Choose a tag to compare

Changelog

  • 9dcfa6a Merge pull request #224 from oobagi/feat/kanban-block
  • 82a35b2 feat: kanban block type

v1.4.0

18 Apr 03:07
513011c

Choose a tag to compare

Changelog

  • 0fa8dc0 Merge pull request #222 from oobagi/feat/todo-fixes-and-def-preview
  • 513011c Merge pull request #223 from oobagi/chore/remove-roadmap
  • 80ea260 feat: def preview, shift+enter fallthrough, shift+backspace, copy-block

v1.3.0

16 Apr 02:03
2544ac4

Choose a tag to compare

What's New

Tables get smarter navigation, definitions become global, and the browser picks up a missing keybind.

Features

  • Table cell navigation: Alt+arrow / Ctrl+A/E jump between cells at content boundaries by @igaboo in #218
  • Cross-file definition lookup: : palette searches all notebooks, showing source location for remote matches by @igaboo in #218
  • Browser recents: c copies the highlighted recent entry to clipboard by @igaboo in #218

Fixes

  • Inline markdown renders correctly when delimiters span wrapped lines by @igaboo in #218
  • Picker footer height stays constant as filter narrows results by @igaboo in #218
  • Table undo no longer requires double-press by @igaboo in #218
  • Alt+Up/Down on focused tables no longer duplicates content into cell (0,0) by @igaboo in #218

Full Changelog: v1.2.2...v1.3.0

v1.2.2

10 Apr 02:56
657a2e5

Choose a tag to compare

Changelog

  • 657a2e5 Merge pull request #217 from oobagi/refactor/footer-popup-ux
  • 1f3ec1f refactor: unify help, settings, and input into footer popup UX