Skip to content

Red Editor v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 21:03
· 22 commits to main since this release
ae28433

0.5.0

Features

  • completion: Add compact async completion menu (#188) (21d16ba)
  • editor: Add language-aware autoindent (#184) (e72f7d2)
  • completion: Add buffer and automatic suggestions (f987558)

Bug Fixes

  • completion: Exit insert mode on escape (#187) (e10465a)
  • completion: Keep autocomplete valid while typing (#186) (9d89583)
  • completion: Filter by existing identifier prefix (1a15171)
  • completion: Insert newline when no matches remain (#182) (b2cabfe)
  • editor: Refresh cursor after inserting tab (7fa7fcd)

Refactoring

  • languages: Move Python support to official pack (#185) (a152c33)

Continuous Integration

  • windows: Pin ripgrep release archive (96795fe)
  • windows: Retry ripgrep installation (11912e0)

Other

  • Update completion and CI validation (59334f2)
  • Improve guide and cli navigation (e2f2371)
  • Improve wiki navigation and stale claims (334c507)
  • Refresh plugin api and graph links (04b7e79)
  • Document statusline defaults (b080dbd)

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.4.0...v0.5.0