github chojs23/concord v1.3.0

latest releases: v2.2.7, v2.2.6, v2.2.5...
one month ago

Install concord 1.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chojs23/concord/releases/download/v1.3.0/concord-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/chojs23/concord/releases/download/v1.3.0/concord-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install chojs23/tap/concord

Download concord 1.3.0

File Platform Checksum
concord-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
concord-x86_64-apple-darwin.tar.xz Intel macOS checksum
concord-x86_64-pc-windows-msvc.zip x64 Windows checksum
concord-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
concord-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

What's Changed

Features

  • feat: support resizing panes by @nexxai in #18
  • feat(composer): add CTRL+Left, CTRL+Right word skip by @TobyBridle in #15
  • feat: add search to reaction picker + allow toggling of reactions by @nexxai in #19
  • feat: add fuzzy score helper by @chojs23 in #21
  • feat: typo tolerant fuzzy by @chojs23 in #22

Fixes

  • fix: prevent scrolling past last message by @lisk77 in #12
  • refactor(composer): use char-safe word boundary helpers by @chojs23 in #20

Other Changes

  • fix: display of self mutuals by @lisk77 in #14
  • refactor: store app files under $XDG_CONFIG_HOME/concord by @chojs23 in #23

New Contributors

Full Changelog: v1.2.0...v1.3.0

Don't miss a new concord release

NewReleases is sending notifications on new releases.