@chojs23/concord 2.2.8 → 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 +56 -32
- package/README.md +12 -4
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [
|
|
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
|
|
6
32
|
|
|
7
33
|
### Bug Fixes
|
|
8
34
|
|
|
@@ -80,10 +106,10 @@ All notable changes to this project will be documented in this file.
|
|
|
80
106
|
|
|
81
107
|
- Preserve boundary payloads consistently by @chojs23
|
|
82
108
|
|
|
83
|
-
|
|
84
109
|
### New Contributors
|
|
85
110
|
|
|
86
111
|
- @fuguesoft made their first contribution in [#200](https://github.com/chojs23/concord/pull/200)
|
|
112
|
+
|
|
87
113
|
## [2.2.3] - 2026-06-18
|
|
88
114
|
|
|
89
115
|
### Bug Fixes
|
|
@@ -153,8 +179,8 @@ All notable changes to this project will be documented in this file.
|
|
|
153
179
|
|
|
154
180
|
### Bug Fixes
|
|
155
181
|
|
|
156
|
-
-
|
|
157
|
-
-
|
|
182
|
+
- _(tui)_ Preserve member search selection across member cache refreshes by @chojs23
|
|
183
|
+
- _(tui)_ Prevent popup residue on terminal images by @chojs23
|
|
158
184
|
- Retain member cache for more recent guilds by @chojs23
|
|
159
185
|
|
|
160
186
|
### Documentation
|
|
@@ -164,17 +190,17 @@ All notable changes to this project will be documented in this file.
|
|
|
164
190
|
### Features
|
|
165
191
|
|
|
166
192
|
- Add --check-config validation command by @chojs23
|
|
167
|
-
-
|
|
193
|
+
- _(tui)_ Keep voice indicators visible after name truncation by @chojs23
|
|
168
194
|
|
|
169
195
|
## [2.1.12] - 2026-06-07
|
|
170
196
|
|
|
171
197
|
### Bug Fixes
|
|
172
198
|
|
|
173
|
-
-
|
|
199
|
+
- _(deps)_ Lock ratatui-image by @chojs23
|
|
174
200
|
|
|
175
201
|
### Miscellaneous Tasks
|
|
176
202
|
|
|
177
|
-
-
|
|
203
|
+
- _(ci)_ Remove legacy Darwin SDK framework inputs from Nix flake by @chojs23
|
|
178
204
|
|
|
179
205
|
## [2.1.11] - 2026-06-07
|
|
180
206
|
|
|
@@ -200,10 +226,10 @@ All notable changes to this project will be documented in this file.
|
|
|
200
226
|
- Use pure rust syntect backend by @chojs23
|
|
201
227
|
- Add profile configuration (#163) in [#163](https://github.com/chojs23/concord/pull/163) by @chojs23
|
|
202
228
|
|
|
203
|
-
|
|
204
229
|
### New Contributors
|
|
205
230
|
|
|
206
231
|
- @cultlead3r made their first contribution in [#160](https://github.com/chojs23/concord/pull/160)
|
|
232
|
+
|
|
207
233
|
## [2.1.9] - 2026-06-03
|
|
208
234
|
|
|
209
235
|
### Bug Fixes
|
|
@@ -237,11 +263,11 @@ All notable changes to this project will be documented in this file.
|
|
|
237
263
|
- Added option for notification icon (#148) in [#148](https://github.com/chojs23/concord/pull/148) by @ToborWinner
|
|
238
264
|
- Add composer option and move emoji_as_link to composer option by @chojs23
|
|
239
265
|
|
|
240
|
-
|
|
241
266
|
### New Contributors
|
|
242
267
|
|
|
243
268
|
- @ToborWinner made their first contribution in [#148](https://github.com/chojs23/concord/pull/148)
|
|
244
269
|
- @van-nessing made their first contribution in [#144](https://github.com/chojs23/concord/pull/144)
|
|
270
|
+
|
|
245
271
|
## [2.1.7] - 2026-05-29
|
|
246
272
|
|
|
247
273
|
### Bug Fixes
|
|
@@ -257,8 +283,8 @@ All notable changes to this project will be documented in this file.
|
|
|
257
283
|
|
|
258
284
|
### Bug Fixes
|
|
259
285
|
|
|
260
|
-
-
|
|
261
|
-
-
|
|
286
|
+
- _(voice)_ Isolate audio path on a dedicated runtime and pace sends off the mic clock (#138) in [#138](https://github.com/chojs23/concord/pull/138) by @ibarrick
|
|
287
|
+
- _(voice)_ Make audio transmit shutdown and pacing robust by @chojs23
|
|
262
288
|
|
|
263
289
|
### Features
|
|
264
290
|
|
|
@@ -287,10 +313,10 @@ All notable changes to this project will be documented in this file.
|
|
|
287
313
|
- Use generic popup by @chojs23
|
|
288
314
|
- Group tui runtime plumbing by @chojs23
|
|
289
315
|
|
|
290
|
-
|
|
291
316
|
### New Contributors
|
|
292
317
|
|
|
293
318
|
- @ibarrick made their first contribution in [#133](https://github.com/chojs23/concord/pull/133)
|
|
319
|
+
|
|
294
320
|
## [2.1.4] - 2026-05-26
|
|
295
321
|
|
|
296
322
|
### Bug Fixes
|
|
@@ -386,7 +412,7 @@ All notable changes to this project will be documented in this file.
|
|
|
386
412
|
- Avoid report all keys as escape code by @chojs23
|
|
387
413
|
- Improve clipboard paste priority by @chojs23
|
|
388
414
|
- Fix stale MESSAGE_ACK from reopening unread state (#119) in [#119](https://github.com/chojs23/concord/pull/119) by @chojs23
|
|
389
|
-
-
|
|
415
|
+
- _(tui)_ Keep guild filter pane width stable by @chojs23
|
|
390
416
|
- Fix forum preview message by @chojs23
|
|
391
417
|
|
|
392
418
|
### Documentation
|
|
@@ -403,11 +429,11 @@ All notable changes to this project will be documented in this file.
|
|
|
403
429
|
- Move tui state to client backend by @chojs23
|
|
404
430
|
- Move TUI backend request handling into Discord client by @chojs23
|
|
405
431
|
|
|
406
|
-
|
|
407
432
|
### New Contributors
|
|
408
433
|
|
|
409
434
|
- @StaszeKrk made their first contribution in [#121](https://github.com/chojs23/concord/pull/121)
|
|
410
435
|
- @CX330Blake made their first contribution in [#117](https://github.com/chojs23/concord/pull/117)
|
|
436
|
+
|
|
411
437
|
## [2.0.6] - 2026-05-21
|
|
412
438
|
|
|
413
439
|
### Bug Fixes
|
|
@@ -421,7 +447,7 @@ All notable changes to this project will be documented in this file.
|
|
|
421
447
|
|
|
422
448
|
### Performance
|
|
423
449
|
|
|
424
|
-
-
|
|
450
|
+
- _(tui)_ Suppress image redraws for sidebar updates by @chojs23
|
|
425
451
|
|
|
426
452
|
### Refactor
|
|
427
453
|
|
|
@@ -444,7 +470,7 @@ All notable changes to this project will be documented in this file.
|
|
|
444
470
|
|
|
445
471
|
### Bug Fixes
|
|
446
472
|
|
|
447
|
-
-
|
|
473
|
+
- _(tui)_ Detect URLs in reply quotes and forwarded messages (#107) in [#107](https://github.com/chojs23/concord/pull/107) by @SAY-5
|
|
448
474
|
- Use transient typing display names for TYPING_START by @chojs23
|
|
449
475
|
- Clear typing indicator when a typer sends a message by @chojs23
|
|
450
476
|
- Composer newline fallbacks (#112) in [#112](https://github.com/chojs23/concord/pull/112) by @chojs23
|
|
@@ -462,12 +488,12 @@ All notable changes to this project will be documented in this file.
|
|
|
462
488
|
|
|
463
489
|
### Performance
|
|
464
490
|
|
|
465
|
-
-
|
|
466
|
-
|
|
491
|
+
- _(tui)_ Improve member sidebar loading and rendering by @chojs23
|
|
467
492
|
|
|
468
493
|
### New Contributors
|
|
469
494
|
|
|
470
495
|
- @SAY-5 made their first contribution in [#107](https://github.com/chojs23/concord/pull/107)
|
|
496
|
+
|
|
471
497
|
## [2.0.3] - 2026-05-19
|
|
472
498
|
|
|
473
499
|
### Bug Fixes
|
|
@@ -519,7 +545,7 @@ All notable changes to this project will be documented in this file.
|
|
|
519
545
|
|
|
520
546
|
### Bug Fixes
|
|
521
547
|
|
|
522
|
-
-
|
|
548
|
+
- _(voice)_ Reduce microphone tearing during transmit (#96) in [#96](https://github.com/chojs23/concord/pull/96) by @chojs23
|
|
523
549
|
|
|
524
550
|
### Features
|
|
525
551
|
|
|
@@ -595,7 +621,7 @@ All notable changes to this project will be documented in this file.
|
|
|
595
621
|
|
|
596
622
|
### Bug Fixes
|
|
597
623
|
|
|
598
|
-
-
|
|
624
|
+
- _(search)_ Improve fuzzy search logic (#74) in [#74](https://github.com/chojs23/concord/pull/74) by @80avin
|
|
599
625
|
|
|
600
626
|
### Miscellaneous Tasks
|
|
601
627
|
|
|
@@ -607,10 +633,10 @@ All notable changes to this project will be documented in this file.
|
|
|
607
633
|
- Cache message content row metrics to reduce repeated per-frame formatting by @chojs23
|
|
608
634
|
- Reduce channel upsert UI repair work by @chojs23
|
|
609
635
|
|
|
610
|
-
|
|
611
636
|
### New Contributors
|
|
612
637
|
|
|
613
638
|
- @80avin made their first contribution in [#74](https://github.com/chojs23/concord/pull/74)
|
|
639
|
+
|
|
614
640
|
## [1.4.1] - 2026-05-15
|
|
615
641
|
|
|
616
642
|
### Bug Fixes
|
|
@@ -674,10 +700,10 @@ All notable changes to this project will be documented in this file.
|
|
|
674
700
|
- Remove redundant preview preset by @chojs23
|
|
675
701
|
- Refactor keyboard shortcuts by @chojs23
|
|
676
702
|
|
|
677
|
-
|
|
678
703
|
### New Contributors
|
|
679
704
|
|
|
680
705
|
- @SeniorMars made their first contribution in [#57](https://github.com/chojs23/concord/pull/57)
|
|
706
|
+
|
|
681
707
|
## [1.3.3] - 2026-05-13
|
|
682
708
|
|
|
683
709
|
### Bug Fixes
|
|
@@ -702,10 +728,10 @@ All notable changes to this project will be documented in this file.
|
|
|
702
728
|
- Split tui modules by @chojs23
|
|
703
729
|
- Gateway parser and TUI popup modules by @chojs23
|
|
704
730
|
|
|
705
|
-
|
|
706
731
|
### New Contributors
|
|
707
732
|
|
|
708
733
|
- @AnalogCyan made their first contribution in [#50](https://github.com/chojs23/concord/pull/50)
|
|
734
|
+
|
|
709
735
|
## [1.3.2] - 2026-05-12
|
|
710
736
|
|
|
711
737
|
### Bug Fixes
|
|
@@ -732,7 +758,7 @@ All notable changes to this project will be documented in this file.
|
|
|
732
758
|
|
|
733
759
|
### Refactor
|
|
734
760
|
|
|
735
|
-
-
|
|
761
|
+
- _(tui)_ Remove footer and popup hints (#43) in [#43](https://github.com/chojs23/concord/pull/43) by @chojs23
|
|
736
762
|
- Refactor activity rendering with typed ActivityRender struct (#44) in [#44](https://github.com/chojs23/concord/pull/44) by @chojs23
|
|
737
763
|
- Change broken dash by @chojs23
|
|
738
764
|
|
|
@@ -740,11 +766,11 @@ All notable changes to this project will be documented in this file.
|
|
|
740
766
|
|
|
741
767
|
- Rename leader action state and add context-specific action titles by @chojs23
|
|
742
768
|
|
|
743
|
-
|
|
744
769
|
### New Contributors
|
|
745
770
|
|
|
746
771
|
- @amiralimollaei made their first contribution in [#49](https://github.com/chojs23/concord/pull/49)
|
|
747
772
|
- @kimjune01 made their first contribution in [#45](https://github.com/chojs23/concord/pull/45)
|
|
773
|
+
|
|
748
774
|
## [1.3.1] - 2026-05-11
|
|
749
775
|
|
|
750
776
|
### Bug Fixes
|
|
@@ -789,22 +815,22 @@ All notable changes to this project will be documented in this file.
|
|
|
789
815
|
### Features
|
|
790
816
|
|
|
791
817
|
- Support resizing panes (#18) in [#18](https://github.com/chojs23/concord/pull/18) by @nexxai
|
|
792
|
-
-
|
|
818
|
+
- _(composer)_ Add CTRL+Left, CTRL+Right word skip (#15) in [#15](https://github.com/chojs23/concord/pull/15) by @TobyBridle
|
|
793
819
|
- Add search to reaction picker + allow toggling of reactions (#19) in [#19](https://github.com/chojs23/concord/pull/19) by @nexxai
|
|
794
820
|
- Add fuzzy score helper (#21) in [#21](https://github.com/chojs23/concord/pull/21) by @chojs23
|
|
795
821
|
- Typo tolerant fuzzy (#22) in [#22](https://github.com/chojs23/concord/pull/22) by @chojs23
|
|
796
822
|
|
|
797
823
|
### Refactor
|
|
798
824
|
|
|
799
|
-
-
|
|
825
|
+
- _(composer)_ Use char-safe word boundary helpers (#20) in [#20](https://github.com/chojs23/concord/pull/20) by @chojs23
|
|
800
826
|
- Store app files under $XDG_CONFIG_HOME/concord (#23) in [#23](https://github.com/chojs23/concord/pull/23) by @chojs23
|
|
801
827
|
|
|
802
|
-
|
|
803
828
|
### New Contributors
|
|
804
829
|
|
|
805
830
|
- @lisk77 made their first contribution in [#14](https://github.com/chojs23/concord/pull/14)
|
|
806
831
|
- @nexxai made their first contribution in [#19](https://github.com/chojs23/concord/pull/19)
|
|
807
832
|
- @TobyBridle made their first contribution in [#15](https://github.com/chojs23/concord/pull/15)
|
|
833
|
+
|
|
808
834
|
## [1.2.0] - 2026-05-09
|
|
809
835
|
|
|
810
836
|
### Documentation
|
|
@@ -854,7 +880,7 @@ All notable changes to this project will be documented in this file.
|
|
|
854
880
|
|
|
855
881
|
### Bug Fixes
|
|
856
882
|
|
|
857
|
-
-
|
|
883
|
+
- _(flake)_ Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
|
|
858
884
|
- Keep original image width:height ratio (#6) in [#6](https://github.com/chojs23/concord/pull/6) by @chojs23
|
|
859
885
|
|
|
860
886
|
### Documentation
|
|
@@ -875,10 +901,10 @@ All notable changes to this project will be documented in this file.
|
|
|
875
901
|
|
|
876
902
|
- Chain crates publish after release by @chojs23
|
|
877
903
|
|
|
878
|
-
|
|
879
904
|
### New Contributors
|
|
880
905
|
|
|
881
906
|
- @M4jor-Tom made their first contribution in [#4](https://github.com/chojs23/concord/pull/4)
|
|
907
|
+
|
|
882
908
|
## [1.0.3] - 2026-05-08
|
|
883
909
|
|
|
884
910
|
### Bug Fixes
|
|
@@ -1204,9 +1230,7 @@ All notable changes to this project will be documented in this file.
|
|
|
1204
1230
|
|
|
1205
1231
|
- Add TUI and keychain dependencies by @chojs23
|
|
1206
1232
|
|
|
1207
|
-
|
|
1208
1233
|
### New Contributors
|
|
1209
1234
|
|
|
1210
1235
|
- @chojs23 made their first contribution
|
|
1211
1236
|
- @vncsalencar made their first contribution
|
|
1212
|
-
|
package/README.md
CHANGED
|
@@ -209,9 +209,8 @@ Concord renders a practical subset of Discord-style Markdown in message bodies:
|
|
|
209
209
|
- Headings: `# H1`, `## H2`, `### H3`
|
|
210
210
|
- Quotes: `> quoted text`
|
|
211
211
|
- Bullets: `- item` and `* item`
|
|
212
|
-
- Inline styles: `**bold**`, `*italic*`, and `` `inline code` ``
|
|
213
|
-
- Fenced code blocks with optional language labels, rendered as compact boxes
|
|
214
|
-
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
|
|
215
214
|
- Raw URLs and markdown link destinations are underlined and can be opened from message actions
|
|
216
215
|
|
|
217
216
|
### Reactions & Polls
|
|
@@ -236,6 +235,9 @@ You can toggle image viewing on or off in the configuration file. When image vie
|
|
|
236
235
|
|
|
237
236
|
Video playback uses [mpv](https://mpv.io/). Make sure `mpv` is installed and in your PATH.
|
|
238
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.
|
|
239
241
|
|
|
240
242
|
### Members & Profiles
|
|
241
243
|
|
|
@@ -467,9 +469,15 @@ show_avatars = true
|
|
|
467
469
|
# Render inline image previews for attachments and embeds.
|
|
468
470
|
show_images = true
|
|
469
471
|
|
|
472
|
+
# Allow video media to open in an external player.
|
|
473
|
+
media_playback = false
|
|
474
|
+
|
|
470
475
|
# Preview quality: efficient, balanced, high, or original.
|
|
471
476
|
image_preview_quality = "balanced"
|
|
472
477
|
|
|
478
|
+
# Attachment viewer quality: efficient, balanced, high, or original.
|
|
479
|
+
attachment_viewer_quality = "original"
|
|
480
|
+
|
|
473
481
|
# Render custom Discord emoji as images when possible.
|
|
474
482
|
show_custom_emoji = true
|
|
475
483
|
|
|
@@ -531,7 +539,7 @@ voice_output_volume = 100
|
|
|
531
539
|
- `sixel`: force Sixel rendering.
|
|
532
540
|
- `halfblocks`: force Unicode half-block fallback rendering.
|
|
533
541
|
|
|
534
|
-
`image_preview_quality`:
|
|
542
|
+
`image_preview_quality` and `attachment_viewer_quality`:
|
|
535
543
|
|
|
536
544
|
- `efficient`: smaller preview requests to reduce bandwidth and memory use.
|
|
537
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"
|