Release history
Concord releases
All releases
30 shown
- Prefs persistence
- Mute channels and servers via actions
- All emojis supported for reactions
Full changelog
What's Changed
Features
- feat: prefs persistence by @TobyBridle in https://github.com/chojs23/concord/pull/25
- feat: support muting channels and servers via actions by @nexxai in https://github.com/chojs23/concord/pull/26
- feat: support all emojis for reactions by @nexxai in https://github.com/chojs23/concord/pull/30
- refactor: Refactor quick reaction emoji labels to use emojis crate by @chojs23 in https://github.com/chojs23/concord/pull/32
- feat: Add emoji picker and autocomplete in composer by @chojs23 in https://github.com/chojs23/concord/pull/34
Fixes
- fix: Fix test cache leakage by @chojs23 in https://github.com/chojs23/concord/pull/31
- fix: Discord Gateway startup failure by @chojs23 in https://github.com/chojs23/concord/pull/36
- fix: Fix muted channels contributing to server unread badges by @chojs23 in https://github.com/chojs23/concord/pull/37
Other Changes
- feat: display online and member count by @lisk77 in https://github.com/chojs23/concord/pull/16
Full Changelog: https://github.com/chojs23/concord/compare/v1.3.0...v1.3.1
- Support for resizing panes
- Composer CTRL+Left/CTRL+Right word skip shortcuts
- Reaction picker search with toggle and typo‑tolerant fuzzy scoring
Full changelog
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 https://github.com/chojs23/concord/pull/18
- feat(composer): add CTRL+Left, CTRL+Right word skip by @TobyBridle in https://github.com/chojs23/concord/pull/15
- feat: add search to reaction picker + allow toggling of reactions by @nexxai in https://github.com/chojs23/concord/pull/19
- feat: add fuzzy score helper by @chojs23 in https://github.com/chojs23/concord/pull/21
- feat: typo tolerant fuzzy by @chojs23 in https://github.com/chojs23/concord/pull/22
Fixes
- fix: prevent scrolling past last message by @lisk77 in https://github.com/chojs23/concord/pull/12
- refactor(composer): use char-safe word boundary helpers by @chojs23 in https://github.com/chojs23/concord/pull/20
Other Changes
- fix: display of self mutuals by @lisk77 in https://github.com/chojs23/concord/pull/14
- refactor: store app files under $XDG_CONFIG_HOME/concord by @chojs23 in https://github.com/chojs23/concord/pull/23
New Contributors
- @nexxai made their first contribution in https://github.com/chojs23/concord/pull/18
- @lisk77 made their first contribution in https://github.com/chojs23/concord/pull/12
- @TobyBridle made their first contribution in https://github.com/chojs23/concord/pull/15
Full Changelog: https://github.com/chojs23/concord/compare/v1.2.0...v1.3.0
Minor fixes and improvements.
Full changelog
Install concord 1.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chojs23/concord/releases/download/v1.2.0/concord-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/chojs23/concord/releases/download/v1.2.0/concord-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install chojs23/tap/concord
Download concord 1.2.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 |
Full Changelog: https://github.com/chojs23/concord/compare/v1.1.2...v1.2.0
- multipart file upload
Full changelog
Install concord 1.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chojs23/concord/releases/download/v1.1.2/concord-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/chojs23/concord/releases/download/v1.1.2/concord-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install chojs23/tap/concord
Download concord 1.1.2
| 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: multipart file upload by @chojs23 in https://github.com/chojs23/concord/pull/8
Other Changes
- Feat/better composer by @chojs23 in https://github.com/chojs23/concord/pull/9
Full Changelog: https://github.com/chojs23/concord/compare/v1.1.1...v1.1.2
Fixed preservation of the original image aspect ratio.
Full changelog
Install concord 1.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chojs23/concord/releases/download/v1.1.1/concord-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/chojs23/concord/releases/download/v1.1.1/concord-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install chojs23/tap/concord
Download concord 1.1.1
| 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
- fix: Keep original image width:height ratio by @chojs23 in https://github.com/chojs23/concord/pull/6
Full Changelog: https://github.com/chojs23/concord/compare/v1.1.0...v1.1.1
- Add terminal notification
Full changelog
Install concord 1.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chojs23/concord/releases/download/v1.1.0/concord-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/chojs23/concord/releases/download/v1.1.0/concord-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install chojs23/tap/concord
Download concord 1.1.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: add terminal notification by @chojs23 in https://github.com/chojs23/concord/pull/5
Other Changes
- fix(flake): use crane by @M4jor-Tom in https://github.com/chojs23/concord/pull/4
New Contributors
- @M4jor-Tom made their first contribution in https://github.com/chojs23/concord/pull/4
- @chojs23 made their first contribution in https://github.com/chojs23/concord/pull/5
Full Changelog: https://github.com/chojs23/concord/compare/v1.0.3...v1.1.0
Minor fixes and improvements.
Full changelog
Install concord 1.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chojs23/concord/releases/download/v1.0.3/concord-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/chojs23/concord/releases/download/v1.0.3/concord-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install chojs23/tap/concord
Download concord 1.0.3
| 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 |