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 | shInstall 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/concordDownload 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
- @nexxai made their first contribution in #18
- @lisk77 made their first contribution in #12
- @TobyBridle made their first contribution in #15
Full Changelog: v1.2.0...v1.3.0