Changelog

What's new.

Follow the latest updates, features, and bug fixes shipped to the Jelly desktop editor.

  1. v0.2.1

    June 30, 2026
    GitHub Release

    Features

    • editorscope terminals per workspace; persist across folder switch and reopen (0d3c08c)

    Bug Fixes

    • buildcommit Cargo.lock for jelly-git tokio dep so --locked CI passes (203f797)
    • filestrack active buffer in explorer by clearing stale selection on tab switch (cad9a93)
  2. v0.2.0

    June 30, 2026
    GitHub Release

    Features

    • editoradd pin/unpin for tabs with close protection (da57eb8)
    • editoradd yaml syntax highlighting (0534999)
    • editorswitch tabs via ctrl+1–9 per active pane (d90db6a)
    • gitadd push and pull via three-dot menu (aac8177)
    • gitadd stash management (e5e0cd0)
    • typing-testfixed cursor with smooth per-char scroll, scoreboard toggle, fix tab/esc keys (29c0176)

    Bug Fixes

    • editordon't pin view tabs by default (bc0aebe)
    • editorshow dirty dot alongside pin icon; reveal active file in explorer on tab switch (9765483)
    • filesopen new file in editor after creation (d668d72)
    • filesselect new file in explorer after creation (259c01c)
    • gitasync push/pull with 60s timeout, combined error output, notifications (349ab88)
    • terminalkeep sessions alive across folder switches, dispose only on tab close (6f9d183)
    • typing-testsingle-line auto-scroll, fix tab/enter input handling (93e1059)
  3. v0.1.11

    June 29, 2026
    GitHub Release

    Features

    • activity-baradd right-click context menu to move sidebar (2f6f8d1)
    • add MCP server support (b6ce234)
    • editoradd markdown preview with GFM and syntax highlighting (Cmd+Opt+V) (ab3393d)
    • filesshift folder switcher left when window is fullscreen (8dc90ec)
    • notesadd notes extension with per-folder markdown notes (d8d4c48)
    • settingsshow changelog prompt after update (47a51e3)
    • sidebaradd sidebar position setting with right-click context menu (5f30b80)
    • telemetryadd PostHog analytics with opt-out setting (e39eb37)

    Bug Fixes

    • editorprevent text/line-number selection while dragging a tab (5960a4e)
    • filesrestore folder switcher with fullscreen-aware positioning (d7a970d)
    • paletterank file results by name relevance, drop path fuzzy matching (8e6b1fb)
    • prefetch Windows Rust dependencies (001ad19)
    • welcomecap recents to 5, fix tab layout shift with fixed height (8002493)
    • windowreopen welcome screen when last window is closed (30a4774)
  4. v0.1.10

    June 29, 2026
    GitHub Release

    Bug Fixes

    • terminalmake Shift+Enter insert a newline instead of running the line (508e181)
  5. v0.1.9

    June 29, 2026
    GitHub Release

    Features

    • folder switcher in titlebar with context menu and dropdown outside-click fix (b838774)
    • menuadd 'Add Folder to Workspace' to File menu (6d016ab)
    • multi-folder workspaces with folder switcher and welcome screen tabs (4c268c1)
    • terminaladd + button to terminal panel and fix file target for empty pane (11d69e2)
    • workspace-titleshow recent folders and fix chevron alignment (dddc8e3)

    Bug Fixes

    • prevent editor text selection during file/tab drag (54610c5)
    • terminalpreserve PTY sessions across folder switches (1aca56b)
    • workspacepreserve terminal sessions on folder switch (d919b28)

    Reverts

    • Revert "fix(workspace): preserve terminal sessions on folder switch" (371423f)
  6. v0.1.8

    June 29, 2026
    GitHub Release
  7. v0.1.7

    June 29, 2026
    GitHub Release
  8. v0.1.6

    June 29, 2026
    GitHub Release

    Features

    • add games hub and typing test mini game extension (d84e631)
  9. v0.1.5

    June 28, 2026
    GitHub Release

    Features

    • add changelog route to apps/www loading from github releases (c35a837)
    • add native app menus (4812d9d)
    • filesadd Reveal in Finder and Open in Terminal context menu actions (e0438ac)
    • filescross-window copy/cut/paste via host-held file clipboard (f984735)
    • filescross-window drag-and-drop via OS-native drag, Opt to copy (6e87ae0)
    • filesmulti-selection with Cmd-click for copy/paste, drag-and-drop, and delete (6d9762a)
    • gitshow change count badge on activity bar icon (cb01dac)
    • increase changelog max to 20 and show older updates callout conditionally (62bd786)
    • terminaladd left gutter spacing (fa2adcd)

    Bug Fixes

    • editorhide git change gutter for untracked files (dd65c79)
    • filespointer-driven tree drag for snappy in-window DnD, fixed line-number gutter width (154f093)
    • filesread drag copy intent from dropEffect so Opt copies in WKWebView (6d221ed)
    • githubresolve YAML syntax error in bug report template (782e889)
    • improve terminal panel behavior (d99d8e3)
    • pane drag detection (21d2079)
    • stabilize file drag and drop (98abe80)
    • chore: fix version (5bf9d69)
    • fix: improve terminal panel behavior (d99d8e3)
    • chore: add github issue templates (d59b893)
    • feat: increase changelog max to 20 and show older updates callout conditionally (62bd786)
    • feat: add changelog route to apps/www loading from github releases (c35a837)
    • feat: add native app menus (4812d9d)
    • ci: use latest changelog entry as release body (d9feb28)
  10. vmain

    June 28, 2026
    GitHub Release

    Features

    • add manual update checker (adf9f36)
    • command-palettegroup commands by source, drop id/shortcut hints (21c9f2b)
    • editorauto-reload unedited files changed on disk, notify when dirty (fef3cc2)
    • editorcode folding with fold/unfold keybindings (5c00c35), closes #8
    • editorgit change gutter for modified lines (6241168)
    • editorpersist unsaved buffer content across sessions (06f8b5e)
    • editortiling split panes, draggable tabs, terminals as panes (9bf778f)
    • filescolour tree entries by git status (ad9e982)
    • filesrecursive "Go to File" index across the whole workspace (6bae44c)
    • filesreveal active file in the explorer tree (1b207bf)
    • gitdiscard changes button on unstaged files (b4fb041)
    • gitrefresh panel on external stage/commit/branch changes (99aa2d6)
    • persist expanded folders and open tabs across sessions (84f070d)
    • wwwadd open graph and twitter meta tags (d63ea0f)

    Bug Fixes

    • watcherwatch dirs individually, skip ignored trees (d628ea8)
  11. v0.1.3

    June 27, 2026
    GitHub Release
  12. v0.1.2

    June 26, 2026
    GitHub Release
  13. v0.1.1

    June 26, 2026
    GitHub Release