0.0.22 2026-01-09
  - fix reload bug

0.0.21 2026-01-08
  - add exit button for repls
  - repl fix reloads
  - improve param validation, error handling
  - improve formatting
  - more better docs, and add markdown pages for plugins
  - add "out:none" for no output
  - clear pane errors before running

0.0.20 2026-01-05
  - kill repls with OS as a last resort
  - add quietly option for bash plugin
  - fix interpolation (codeunit needs context)
  - fix sorting of files
  - fix some deps
  - fix use of env (% not $)
  - start in verbose mode
  - start repls in data dir
  - add another sample config file using repl punning
  - more examples
  - fix startup options

0.0.19 2025-12-28
  - simplify startup logic
  - improve docs, explain categories of plugins
  - add pty-based repl plugins, remove use of unbuffer
  - add R plugin
  - make python plugin use pty
  - no arrows for cells that do not write output
  - new File plugin for simple files, and geojson stats
  - better LLM error handling
  - style, color changes

0.0.18 2025-12-24
  - improve handling of warnings
  - add 'code' to default config file
  - set default extentsion to 'text' for code and fix extension logic
  - improve html export
  - add --watch for watching and autoreloading
  - add opts anywhere to CLI

0.0.17 2025-12-23
  - add "o" to open the output for the current cell
  - improve tests
  - make signatures consistent for 'execute'
  - add code plugin
  - swap markdown engine from Text::Markdown to Markdown::Grammar

0.0.16 2025-12-22
  - add markdown plugin
  - better error handling
  - fix line navigation in eval mode and with errors
  - improve import from jupyter
  - fixes for new auto blocks
  - switch to using CodeUnit for evaling

0.0.15 2025-12-19
   - new export option to export HTML
   - new import design for importing jupyter notebooks
   - new configuration location: ~/.config (not-backwards compatible)
   - geojson example
   - better startup messages
   - more methods for getting data between cells
      - alias for "cells" (c, cell)
      - 'col' and 'res' methods
   - verbose mode for quieter streaming data

0.0.14 2025-11-29
  - add TJLess plugin: tmux + jless
  - change link format for text input + example
  - CLI fixes around interpreting the argument
  - Color improvements, line numbers
  - UI improvements: next/prev when using [ and ]
  - better sorting
  - suppress warnings during EVAL

0.0.13 2025-11-23
  - fix some distribution issues:
  - typos, version, dependencies, provides, make

0.0.12 2025-11-18
  - rename CLI to sam
  - Improve repl plugins (#5)
    add Raku and Python repl support
    Use script and expect for unbuffering.

0.0.11 2025-10-31
 - skip repl tests

0.0.10 2025-10-31
 -  remove output-ext from llm
 -  better column names
 -  wait for prompts (repl plugin, experimental)
 -  check for duplicate cell names
 -  various formatting things

0.0.9 2025-10-19
  - shutdown repl when shutting down ui
  - browse dirs when given from the cli, better errors
  - improve errors for invalid cells, store source

0.0.8 2025-10-18
  - fix tests

0.0.7 2025-10-16
  - add counts to table output
  - don't clear bottom pane on refresh
  - left align output
  - "save" for text files not run
  - show the extension
  - various execute params
  - repl demo
  - postgres plugin
  - from-jupyter option
  - add duckie plugin
  - better timeout and cwd logic
  - change color to amber
  - use fifos for repl
  - send cell configuration and content to plugin
  - other stuff

0.0.6 2025-10-13
  - lots of docs
  - change default timeout, add info method
  - send cell conf and content to plugin
  - support inline suffix, json plugout
  - catch shell errors, do not always clear
  - new 's' shell command, and use SAMAKI_SHELL 

0.0.5 2025-10-03
  - add geojson to default conf
  - geojson plugout
  - accept a str in shell-open
  - docs
  - repl plugin
  - smoother startup
  - colors, startup checks

0.0.4 2025-10-01
   - geojson example
   - file sizes and sorting
   - bash plugin: default 300s timeout
   - add "run" for text
   - start with dir for pages
   - use wrap for output
   - support more delimeters
   - better ext support
   - better streaming support

0.0.3 2025-09-30
   - add raku plugin

0.0.2 2025-09-30

   - Lots of docs and typos
   - links for llm output and process outputs
   - run duck in data-dir
   - improve signatures
   - stream-output by default

0.0.1 2025-09-28
   Initial release

