@chojs23/concord 2.2.7 → 2.2.9
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 +47 -0
- package/README.md +34 -22
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,53 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.2.9] - 2026-06-29
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Support 10ms Discord voice packets (#229) in [#229](https://github.com/chojs23/concord/pull/229) by @chojs23
|
|
10
|
+
|
|
11
|
+
### Documentation
|
|
12
|
+
|
|
13
|
+
- Update changelog by @chojs23
|
|
14
|
+
- Update readme by @chojs23
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- Add a separate image quality option for the attachment viewer (#224) in [#224](https://github.com/chojs23/concord/pull/224) by @LmanTW
|
|
19
|
+
- Add support for disabling keymap shortcuts by @chojs23
|
|
20
|
+
- Make external media playback opt-in (#230) in [#230](https://github.com/chojs23/concord/pull/230) by @chojs23
|
|
21
|
+
- Add underline and strikethrough support to message formatting (#228) in [#228](https://github.com/chojs23/concord/pull/228) by @LmanTW
|
|
22
|
+
|
|
23
|
+
### Miscellaneous Tasks
|
|
24
|
+
|
|
25
|
+
- Remove legacy tests by @chojs23
|
|
26
|
+
|
|
27
|
+
### New Contributors
|
|
28
|
+
|
|
29
|
+
- @LmanTW made their first contribution in [#228](https://github.com/chojs23/concord/pull/228)
|
|
30
|
+
|
|
31
|
+
## [2.2.8] - 2026-06-26
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
- Fix double redraw by @chojs23
|
|
36
|
+
- Make config parsing field-level tolerant so one bad value no longer discards other by @chojs23
|
|
37
|
+
|
|
38
|
+
### Documentation
|
|
39
|
+
|
|
40
|
+
- Update readme by @chojs23
|
|
41
|
+
- Update readme by @chojs23
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
- Block send message dm to fresh user (#222) in [#222](https://github.com/chojs23/concord/pull/222) by @chojs23
|
|
46
|
+
- Add private/group dm voice call (#223) in [#223](https://github.com/chojs23/concord/pull/223) by @chojs23
|
|
47
|
+
|
|
48
|
+
### Miscellaneous Tasks
|
|
49
|
+
|
|
50
|
+
- Fmt by @chojs23
|
|
51
|
+
|
|
5
52
|
## [2.2.7] - 2026-06-24
|
|
6
53
|
|
|
7
54
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -176,10 +176,12 @@ choose `[o] Sign out`.
|
|
|
176
176
|
- Browse servers with guild folder grouping
|
|
177
177
|
- Navigate text channels, threads, and forum channels
|
|
178
178
|
- View, filter, and create forum/media posts (active / archived)
|
|
179
|
+
- Create, edit, follow, close, lock, pin, and delete threads and forum posts
|
|
180
|
+
- Switch channels, threads, and posts with the fuzzy channel switcher (`Space`, `Space`)
|
|
179
181
|
- Load pinned messages per channel
|
|
180
182
|
- Open channel actions for pinned messages, thread lists, and mark-as-read
|
|
181
|
-
- Join and leave voice channels
|
|
182
|
-
- Highlight active voice speakers in voice channel
|
|
183
|
+
- Join and leave voice channels/DM calls
|
|
184
|
+
- Highlight active voice speakers in voice channel/DM calls
|
|
183
185
|
- Track unread messages and mention counts per channel
|
|
184
186
|
- Mute and unmute channels and servers
|
|
185
187
|
- Leave the selected server after confirmation
|
|
@@ -207,9 +209,8 @@ Concord renders a practical subset of Discord-style Markdown in message bodies:
|
|
|
207
209
|
- Headings: `# H1`, `## H2`, `### H3`
|
|
208
210
|
- Quotes: `> quoted text`
|
|
209
211
|
- Bullets: `- item` and `* item`
|
|
210
|
-
- Inline styles: `**bold**`, `*italic*`, and `` `inline code` ``
|
|
211
|
-
- Fenced code blocks with optional language labels, rendered as compact boxes
|
|
212
|
-
with syntax highlighting
|
|
212
|
+
- Inline styles: `**bold**`, `*italic*`, `__underline__`, `~~strikethrough~~`, and `` `inline code` ``
|
|
213
|
+
- Fenced code blocks with optional language labels, rendered as compact boxes with syntax highlighting
|
|
213
214
|
- Raw URLs and markdown link destinations are underlined and can be opened from message actions
|
|
214
215
|
|
|
215
216
|
### Reactions & Polls
|
|
@@ -234,6 +235,9 @@ You can toggle image viewing on or off in the configuration file. When image vie
|
|
|
234
235
|
|
|
235
236
|
Video playback uses [mpv](https://mpv.io/). Make sure `mpv` is installed and in your PATH.
|
|
236
237
|
YouTube playback depends on your local `mpv` setup, such as `yt-dlp` support.
|
|
238
|
+
External media playback is off by default. You can enable it with
|
|
239
|
+
`media_playback = true` under `[display]`, or toggle it from the in-app Display
|
|
240
|
+
options menu.
|
|
237
241
|
|
|
238
242
|
### Members & Profiles
|
|
239
243
|
|
|
@@ -250,7 +254,9 @@ YouTube playback depends on your local `mpv` setup, such as `yt-dlp` support.
|
|
|
250
254
|
|
|
251
255
|
### Notifications
|
|
252
256
|
|
|
253
|
-
-
|
|
257
|
+
- Notification inbox (`<leader>n`) with Unreads and Mentions tabs, per-channel
|
|
258
|
+
message previews, and mark-as-read / mark-all-read
|
|
259
|
+
- You can configure notification sounds with custom WAV files
|
|
254
260
|
- Desktop notifications for messages that pass your Discord
|
|
255
261
|
notification settings
|
|
256
262
|
- Voice join and leave notification sounds while you are connected to voice
|
|
@@ -361,8 +367,8 @@ Channel actions:
|
|
|
361
367
|
|
|
362
368
|
| Shortcut | Action | Description |
|
|
363
369
|
| -------- | -------------------- | -------------------------------------------- |
|
|
364
|
-
| `j` | Join voice | Join the selected voice channel
|
|
365
|
-
| `l` | Leave voice | Leave the current voice channel
|
|
370
|
+
| `j` | Join voice | Join the selected voice channel or DM call |
|
|
371
|
+
| `l` | Leave voice | Leave the current voice channel or DM call |
|
|
366
372
|
| `p` | Show pinned messages | Open the selected channel's pinned messages |
|
|
367
373
|
| `t` | Show threads | List threads for the selected channel |
|
|
368
374
|
| `m` | Mark as read | Mark the selected channel read |
|
|
@@ -370,19 +376,19 @@ Channel actions:
|
|
|
370
376
|
|
|
371
377
|
Thread / post actions (a focused thread in the Channels pane or a forum post in the post list):
|
|
372
378
|
|
|
373
|
-
| Shortcut | Action | Description
|
|
374
|
-
| -------- | --------------------- |
|
|
375
|
-
| `m` | Mark as read | Mark the thread or post read
|
|
376
|
-
| `f` | Follow / unfollow | Follow or unfollow the thread or post
|
|
377
|
-
| `c` | Close / reopen | Close or reopen the thread or post (author or moderator)
|
|
378
|
-
| `l` | Lock / unlock | Lock or unlock the thread or post (moderator)
|
|
379
|
-
| `e` | Edit | Edit title, tags, slow mode, and auto-archive
|
|
380
|
-
| `y` | Copy link | Copy a link to the thread or post
|
|
381
|
-
| `u` | Mute / unmute | Toggle thread or post notification mute (must follow first)
|
|
382
|
-
| `n` | Notification settings | Choose the notification level for the thread or post
|
|
383
|
-
| `P` | Pin / unpin | Pin or unpin the post (forum posts only, moderator)
|
|
384
|
-
| `d` | Delete | Delete the whole thread or post (moderator)
|
|
385
|
-
| `i` | Copy ID | Copy the thread or post ID
|
|
379
|
+
| Shortcut | Action | Description |
|
|
380
|
+
| -------- | --------------------- | ----------------------------------------------------------- |
|
|
381
|
+
| `m` | Mark as read | Mark the thread or post read |
|
|
382
|
+
| `f` | Follow / unfollow | Follow or unfollow the thread or post |
|
|
383
|
+
| `c` | Close / reopen | Close or reopen the thread or post (author or moderator) |
|
|
384
|
+
| `l` | Lock / unlock | Lock or unlock the thread or post (moderator) |
|
|
385
|
+
| `e` | Edit | Edit title, tags, slow mode, and auto-archive |
|
|
386
|
+
| `y` | Copy link | Copy a link to the thread or post |
|
|
387
|
+
| `u` | Mute / unmute | Toggle thread or post notification mute (must follow first) |
|
|
388
|
+
| `n` | Notification settings | Choose the notification level for the thread or post |
|
|
389
|
+
| `P` | Pin / unpin | Pin or unpin the post (forum posts only, moderator) |
|
|
390
|
+
| `d` | Delete | Delete the whole thread or post (moderator) |
|
|
391
|
+
| `i` | Copy ID | Copy the thread or post ID |
|
|
386
392
|
|
|
387
393
|
Voice commands:
|
|
388
394
|
|
|
@@ -463,9 +469,15 @@ show_avatars = true
|
|
|
463
469
|
# Render inline image previews for attachments and embeds.
|
|
464
470
|
show_images = true
|
|
465
471
|
|
|
472
|
+
# Allow video media to open in an external player.
|
|
473
|
+
media_playback = false
|
|
474
|
+
|
|
466
475
|
# Preview quality: efficient, balanced, high, or original.
|
|
467
476
|
image_preview_quality = "balanced"
|
|
468
477
|
|
|
478
|
+
# Attachment viewer quality: efficient, balanced, high, or original.
|
|
479
|
+
attachment_viewer_quality = "original"
|
|
480
|
+
|
|
469
481
|
# Render custom Discord emoji as images when possible.
|
|
470
482
|
show_custom_emoji = true
|
|
471
483
|
|
|
@@ -527,7 +539,7 @@ voice_output_volume = 100
|
|
|
527
539
|
- `sixel`: force Sixel rendering.
|
|
528
540
|
- `halfblocks`: force Unicode half-block fallback rendering.
|
|
529
541
|
|
|
530
|
-
`image_preview_quality`:
|
|
542
|
+
`image_preview_quality` and `attachment_viewer_quality`:
|
|
531
543
|
|
|
532
544
|
- `efficient`: smaller preview requests to reduce bandwidth and memory use.
|
|
533
545
|
- `balanced`: default quality with bounded resource use.
|
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.2.
|
|
26
|
+
"version": "2.2.9"
|
|
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.2.
|
|
545
|
+
"version": "2.2.9"
|
|
546
546
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/chojs23/concord/releases/download/v2.2.
|
|
3
|
+
"https://github.com/chojs23/concord/releases/download/v2.2.9"
|
|
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.2.
|
|
96
|
+
"version": "2.2.9",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|