@chojs23/concord 2.1.11 → 2.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/README.md +7 -5
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.1.13] - 2026-06-08
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- _(tui)_ Preserve member search selection across member cache refreshes by @chojs23
|
|
10
|
+
- _(tui)_ Prevent popup residue on terminal images by @chojs23
|
|
11
|
+
- Retain member cache for more recent guilds by @chojs23
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
- Update readme by @chojs23
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- Add --check-config validation command by @chojs23
|
|
20
|
+
- _(tui)_ Keep voice indicators visible after name truncation by @chojs23
|
|
21
|
+
|
|
22
|
+
## [2.1.12] - 2026-06-07
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- _(deps)_ Lock ratatui-image by @chojs23
|
|
27
|
+
|
|
28
|
+
### Miscellaneous Tasks
|
|
29
|
+
|
|
30
|
+
- _(ci)_ Remove legacy Darwin SDK framework inputs from Nix flake by @chojs23
|
|
31
|
+
|
|
5
32
|
## [2.1.11] - 2026-06-07
|
|
6
33
|
|
|
7
34
|
### Features
|
package/README.md
CHANGED
|
@@ -65,19 +65,19 @@ brew install opus pkg-config
|
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
```sh
|
|
68
|
-
cargo install concord
|
|
68
|
+
cargo install concord --locked
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
To install without local voice playback and microphone support:
|
|
72
72
|
|
|
73
73
|
```sh
|
|
74
|
-
cargo install concord --no-default-features
|
|
74
|
+
cargo install concord --locked --no-default-features
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
To install the latest unreleased version directly from the Git repository:
|
|
78
78
|
|
|
79
79
|
```sh
|
|
80
|
-
cargo install --git https://github.com/chojs23/concord
|
|
80
|
+
cargo install --locked --git https://github.com/chojs23/concord
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
### Nix
|
|
@@ -191,7 +191,7 @@ Tokens are saved under Concord's config directory in plain text. See the Securit
|
|
|
191
191
|
- Direct message shortcuts for copy, reply, edit, delete, reactions, URL opening,
|
|
192
192
|
and image viewing. More message actions are available from the action menu.
|
|
193
193
|
|
|
194
|
-
#### Markdown Rendering
|
|
194
|
+
#### Markdown Rendering & Code syntax highlighting
|
|
195
195
|
|
|
196
196
|

|
|
197
197
|
|
|
@@ -202,6 +202,7 @@ Concord renders a practical subset of Discord-style Markdown in message bodies:
|
|
|
202
202
|
- Bullets: `- item` and `* item`
|
|
203
203
|
- Inline styles: `**bold**`, `*italic*`, and `` `inline code` ``
|
|
204
204
|
- Fenced code blocks with optional language labels, rendered as compact boxes
|
|
205
|
+
with syntax highlighting
|
|
205
206
|
- Raw URLs and markdown link destinations are underlined and can be opened from message actions
|
|
206
207
|
|
|
207
208
|
### Reactions & Polls
|
|
@@ -227,8 +228,9 @@ You can toggle image viewing on or off in the configuration file. When image vie
|
|
|
227
228
|
### Members & Profiles
|
|
228
229
|
|
|
229
230
|
- Member list with grouping
|
|
231
|
+
- Search members in server
|
|
230
232
|
- Presence indicators (Online, Idle, DND, Offline)
|
|
231
|
-
-
|
|
233
|
+
- Configure user profile and custom activity status
|
|
232
234
|
|
|
233
235
|
### Typing Indicators & Read State
|
|
234
236
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "GPL-3.0-only",
|
|
25
25
|
"name": "@chojs23/concord",
|
|
26
|
-
"version": "2.1.
|
|
26
|
+
"version": "2.1.13"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/cliui": {
|
|
29
29
|
"engines": {
|
|
@@ -542,5 +542,5 @@
|
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"requires": true,
|
|
545
|
-
"version": "2.1.
|
|
545
|
+
"version": "2.1.13"
|
|
546
546
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/chojs23/concord/releases/download/v2.1.
|
|
3
|
+
"https://github.com/chojs23/concord/releases/download/v2.1.13"
|
|
4
4
|
],
|
|
5
5
|
"bin": {
|
|
6
6
|
"concord": "run-concord.js"
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"zipExt": ".tar.xz"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"version": "2.1.
|
|
96
|
+
"version": "2.1.13",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|