Skip to content

Red Editor v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 17:55
fd767e6

0.3.0

Features

  • picker: Highlight file search matches (96ffa91)
  • picker: Improve file result ranking (c4856c1)
  • plugins: Add external package platform (cf32ae1)
  • window: Add interactive pane and split resizing (#161) (cf86175)
  • release: Announce releases on Discord (#154) (471e930)
  • window: Add vim-style directional window moves (#155) (9e6fe19)

Bug Fixes

  • barbecue: Retain breadcrumbs during symbol refresh (fd32186)
  • editor: Synchronize cursor transitions (d5bb6ed)
  • editor: Sync shift-i cursor position (95cde5d)
  • ci: Resolve clippy and wasmtime security failures (9bf6de2)
  • plugins: Validate default keymap prefixes (12ff80b)
  • plugins: Activate nested Husk packages (904b293)
  • editor: Keep insert cursor aligned while typing (0c36732)
  • cli: Open nonexistent files on startup (523ceda)
  • ci: Support CodeAlmanac link routes (fd38d07)
  • editor: Match neovim motions and operators (#157) (781da82)
  • release: Remap generated source paths (f6077da)

Refactoring

  • ui: Unify terminal rendering and component primitives (#159) (b7de490)

Other

  • Document panel-focused key dispatch (8932431)
  • Improve wiki graph navigation (2c4b371)
  • Build first wiki (0a7e5fb)

Installation

Homebrew

brew install codersauce/tap/red

macOS

curl --proto '=https' --tlsv1.2 -fsSL https://getred.dev/install.sh | sh

Linux

curl --proto '=https' --tlsv1.2 -fsSL https://getred.dev/install.sh | sh

Windows

irm https://getred.dev/install.ps1 | iex

Install Codex separately and run codex login to enable agent support.

Checksums

Download SHA256SUMS.txt from this release to verify archives.

Full Changelog

v0.2.4...v0.3.0