@chojs23/concord 2.2.8 → 2.2.10

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 CHANGED
@@ -2,7 +2,49 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [unreleased]
5
+ ## [2.2.10] - 2026-06-30
6
+
7
+ ### Bug Fixes
8
+
9
+ - Fix qwerty shortkey shadows numeric keys by @chojs23
10
+ - Fix missing pinned post (#231) in [#231](https://github.com/chojs23/concord/pull/231) by @chojs23
11
+ - Show fresh servers missing from guild_folders at top of server pane by @chojs23
12
+
13
+ ### Miscellaneous Tasks
14
+
15
+ - Consolidate config load by @chojs23
16
+
17
+ ### Refactor
18
+
19
+ - _(tui)_ Unify popup scrolling on shared scrolloff viewport by @chojs23
20
+
21
+ ## [2.2.9] - 2026-06-29
22
+
23
+ ### Bug Fixes
24
+
25
+ - Support 10ms Discord voice packets (#229) in [#229](https://github.com/chojs23/concord/pull/229) by @chojs23
26
+
27
+ ### Documentation
28
+
29
+ - Update changelog by @chojs23
30
+ - Update readme by @chojs23
31
+
32
+ ### Features
33
+
34
+ - Add a separate image quality option for the attachment viewer (#224) in [#224](https://github.com/chojs23/concord/pull/224) by @LmanTW
35
+ - Add support for disabling keymap shortcuts by @chojs23
36
+ - Make external media playback opt-in (#230) in [#230](https://github.com/chojs23/concord/pull/230) by @chojs23
37
+ - Add underline and strikethrough support to message formatting (#228) in [#228](https://github.com/chojs23/concord/pull/228) by @LmanTW
38
+
39
+ ### Miscellaneous Tasks
40
+
41
+ - Remove legacy tests by @chojs23
42
+
43
+ ### New Contributors
44
+
45
+ - @LmanTW made their first contribution in [#228](https://github.com/chojs23/concord/pull/228)
46
+
47
+ ## [2.2.8] - 2026-06-26
6
48
 
7
49
  ### Bug Fixes
8
50
 
@@ -80,10 +122,10 @@ All notable changes to this project will be documented in this file.
80
122
 
81
123
  - Preserve boundary payloads consistently by @chojs23
82
124
 
83
-
84
125
  ### New Contributors
85
126
 
86
127
  - @fuguesoft made their first contribution in [#200](https://github.com/chojs23/concord/pull/200)
128
+
87
129
  ## [2.2.3] - 2026-06-18
88
130
 
89
131
  ### Bug Fixes
@@ -153,8 +195,8 @@ All notable changes to this project will be documented in this file.
153
195
 
154
196
  ### Bug Fixes
155
197
 
156
- - *(tui)* Preserve member search selection across member cache refreshes by @chojs23
157
- - *(tui)* Prevent popup residue on terminal images by @chojs23
198
+ - _(tui)_ Preserve member search selection across member cache refreshes by @chojs23
199
+ - _(tui)_ Prevent popup residue on terminal images by @chojs23
158
200
  - Retain member cache for more recent guilds by @chojs23
159
201
 
160
202
  ### Documentation
@@ -164,17 +206,17 @@ All notable changes to this project will be documented in this file.
164
206
  ### Features
165
207
 
166
208
  - Add --check-config validation command by @chojs23
167
- - *(tui)* Keep voice indicators visible after name truncation by @chojs23
209
+ - _(tui)_ Keep voice indicators visible after name truncation by @chojs23
168
210
 
169
211
  ## [2.1.12] - 2026-06-07
170
212
 
171
213
  ### Bug Fixes
172
214
 
173
- - *(deps)* Lock ratatui-image by @chojs23
215
+ - _(deps)_ Lock ratatui-image by @chojs23
174
216
 
175
217
  ### Miscellaneous Tasks
176
218
 
177
- - *(ci)* Remove legacy Darwin SDK framework inputs from Nix flake by @chojs23
219
+ - _(ci)_ Remove legacy Darwin SDK framework inputs from Nix flake by @chojs23
178
220
 
179
221
  ## [2.1.11] - 2026-06-07
180
222
 
@@ -200,10 +242,10 @@ All notable changes to this project will be documented in this file.
200
242
  - Use pure rust syntect backend by @chojs23
201
243
  - Add profile configuration (#163) in [#163](https://github.com/chojs23/concord/pull/163) by @chojs23
202
244
 
203
-
204
245
  ### New Contributors
205
246
 
206
247
  - @cultlead3r made their first contribution in [#160](https://github.com/chojs23/concord/pull/160)
248
+
207
249
  ## [2.1.9] - 2026-06-03
208
250
 
209
251
  ### Bug Fixes
@@ -237,11 +279,11 @@ All notable changes to this project will be documented in this file.
237
279
  - Added option for notification icon (#148) in [#148](https://github.com/chojs23/concord/pull/148) by @ToborWinner
238
280
  - Add composer option and move emoji_as_link to composer option by @chojs23
239
281
 
240
-
241
282
  ### New Contributors
242
283
 
243
284
  - @ToborWinner made their first contribution in [#148](https://github.com/chojs23/concord/pull/148)
244
285
  - @van-nessing made their first contribution in [#144](https://github.com/chojs23/concord/pull/144)
286
+
245
287
  ## [2.1.7] - 2026-05-29
246
288
 
247
289
  ### Bug Fixes
@@ -257,8 +299,8 @@ All notable changes to this project will be documented in this file.
257
299
 
258
300
  ### Bug Fixes
259
301
 
260
- - *(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
261
- - *(voice)* Make audio transmit shutdown and pacing robust by @chojs23
302
+ - _(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
303
+ - _(voice)_ Make audio transmit shutdown and pacing robust by @chojs23
262
304
 
263
305
  ### Features
264
306
 
@@ -287,10 +329,10 @@ All notable changes to this project will be documented in this file.
287
329
  - Use generic popup by @chojs23
288
330
  - Group tui runtime plumbing by @chojs23
289
331
 
290
-
291
332
  ### New Contributors
292
333
 
293
334
  - @ibarrick made their first contribution in [#133](https://github.com/chojs23/concord/pull/133)
335
+
294
336
  ## [2.1.4] - 2026-05-26
295
337
 
296
338
  ### Bug Fixes
@@ -386,7 +428,7 @@ All notable changes to this project will be documented in this file.
386
428
  - Avoid report all keys as escape code by @chojs23
387
429
  - Improve clipboard paste priority by @chojs23
388
430
  - Fix stale MESSAGE_ACK from reopening unread state (#119) in [#119](https://github.com/chojs23/concord/pull/119) by @chojs23
389
- - *(tui)* Keep guild filter pane width stable by @chojs23
431
+ - _(tui)_ Keep guild filter pane width stable by @chojs23
390
432
  - Fix forum preview message by @chojs23
391
433
 
392
434
  ### Documentation
@@ -403,11 +445,11 @@ All notable changes to this project will be documented in this file.
403
445
  - Move tui state to client backend by @chojs23
404
446
  - Move TUI backend request handling into Discord client by @chojs23
405
447
 
406
-
407
448
  ### New Contributors
408
449
 
409
450
  - @StaszeKrk made their first contribution in [#121](https://github.com/chojs23/concord/pull/121)
410
451
  - @CX330Blake made their first contribution in [#117](https://github.com/chojs23/concord/pull/117)
452
+
411
453
  ## [2.0.6] - 2026-05-21
412
454
 
413
455
  ### Bug Fixes
@@ -421,7 +463,7 @@ All notable changes to this project will be documented in this file.
421
463
 
422
464
  ### Performance
423
465
 
424
- - *(tui)* Suppress image redraws for sidebar updates by @chojs23
466
+ - _(tui)_ Suppress image redraws for sidebar updates by @chojs23
425
467
 
426
468
  ### Refactor
427
469
 
@@ -444,7 +486,7 @@ All notable changes to this project will be documented in this file.
444
486
 
445
487
  ### Bug Fixes
446
488
 
447
- - *(tui)* Detect URLs in reply quotes and forwarded messages (#107) in [#107](https://github.com/chojs23/concord/pull/107) by @SAY-5
489
+ - _(tui)_ Detect URLs in reply quotes and forwarded messages (#107) in [#107](https://github.com/chojs23/concord/pull/107) by @SAY-5
448
490
  - Use transient typing display names for TYPING_START by @chojs23
449
491
  - Clear typing indicator when a typer sends a message by @chojs23
450
492
  - Composer newline fallbacks (#112) in [#112](https://github.com/chojs23/concord/pull/112) by @chojs23
@@ -462,12 +504,12 @@ All notable changes to this project will be documented in this file.
462
504
 
463
505
  ### Performance
464
506
 
465
- - *(tui)* Improve member sidebar loading and rendering by @chojs23
466
-
507
+ - _(tui)_ Improve member sidebar loading and rendering by @chojs23
467
508
 
468
509
  ### New Contributors
469
510
 
470
511
  - @SAY-5 made their first contribution in [#107](https://github.com/chojs23/concord/pull/107)
512
+
471
513
  ## [2.0.3] - 2026-05-19
472
514
 
473
515
  ### Bug Fixes
@@ -519,7 +561,7 @@ All notable changes to this project will be documented in this file.
519
561
 
520
562
  ### Bug Fixes
521
563
 
522
- - *(voice)* Reduce microphone tearing during transmit (#96) in [#96](https://github.com/chojs23/concord/pull/96) by @chojs23
564
+ - _(voice)_ Reduce microphone tearing during transmit (#96) in [#96](https://github.com/chojs23/concord/pull/96) by @chojs23
523
565
 
524
566
  ### Features
525
567
 
@@ -595,7 +637,7 @@ All notable changes to this project will be documented in this file.
595
637
 
596
638
  ### Bug Fixes
597
639
 
598
- - *(search)* Improve fuzzy search logic (#74) in [#74](https://github.com/chojs23/concord/pull/74) by @80avin
640
+ - _(search)_ Improve fuzzy search logic (#74) in [#74](https://github.com/chojs23/concord/pull/74) by @80avin
599
641
 
600
642
  ### Miscellaneous Tasks
601
643
 
@@ -607,10 +649,10 @@ All notable changes to this project will be documented in this file.
607
649
  - Cache message content row metrics to reduce repeated per-frame formatting by @chojs23
608
650
  - Reduce channel upsert UI repair work by @chojs23
609
651
 
610
-
611
652
  ### New Contributors
612
653
 
613
654
  - @80avin made their first contribution in [#74](https://github.com/chojs23/concord/pull/74)
655
+
614
656
  ## [1.4.1] - 2026-05-15
615
657
 
616
658
  ### Bug Fixes
@@ -674,10 +716,10 @@ All notable changes to this project will be documented in this file.
674
716
  - Remove redundant preview preset by @chojs23
675
717
  - Refactor keyboard shortcuts by @chojs23
676
718
 
677
-
678
719
  ### New Contributors
679
720
 
680
721
  - @SeniorMars made their first contribution in [#57](https://github.com/chojs23/concord/pull/57)
722
+
681
723
  ## [1.3.3] - 2026-05-13
682
724
 
683
725
  ### Bug Fixes
@@ -702,10 +744,10 @@ All notable changes to this project will be documented in this file.
702
744
  - Split tui modules by @chojs23
703
745
  - Gateway parser and TUI popup modules by @chojs23
704
746
 
705
-
706
747
  ### New Contributors
707
748
 
708
749
  - @AnalogCyan made their first contribution in [#50](https://github.com/chojs23/concord/pull/50)
750
+
709
751
  ## [1.3.2] - 2026-05-12
710
752
 
711
753
  ### Bug Fixes
@@ -732,7 +774,7 @@ All notable changes to this project will be documented in this file.
732
774
 
733
775
  ### Refactor
734
776
 
735
- - *(tui)* Remove footer and popup hints (#43) in [#43](https://github.com/chojs23/concord/pull/43) by @chojs23
777
+ - _(tui)_ Remove footer and popup hints (#43) in [#43](https://github.com/chojs23/concord/pull/43) by @chojs23
736
778
  - Refactor activity rendering with typed ActivityRender struct (#44) in [#44](https://github.com/chojs23/concord/pull/44) by @chojs23
737
779
  - Change broken dash by @chojs23
738
780
 
@@ -740,11 +782,11 @@ All notable changes to this project will be documented in this file.
740
782
 
741
783
  - Rename leader action state and add context-specific action titles by @chojs23
742
784
 
743
-
744
785
  ### New Contributors
745
786
 
746
787
  - @amiralimollaei made their first contribution in [#49](https://github.com/chojs23/concord/pull/49)
747
788
  - @kimjune01 made their first contribution in [#45](https://github.com/chojs23/concord/pull/45)
789
+
748
790
  ## [1.3.1] - 2026-05-11
749
791
 
750
792
  ### Bug Fixes
@@ -789,22 +831,22 @@ All notable changes to this project will be documented in this file.
789
831
  ### Features
790
832
 
791
833
  - Support resizing panes (#18) in [#18](https://github.com/chojs23/concord/pull/18) by @nexxai
792
- - *(composer)* Add CTRL+Left, CTRL+Right word skip (#15) in [#15](https://github.com/chojs23/concord/pull/15) by @TobyBridle
834
+ - _(composer)_ Add CTRL+Left, CTRL+Right word skip (#15) in [#15](https://github.com/chojs23/concord/pull/15) by @TobyBridle
793
835
  - Add search to reaction picker + allow toggling of reactions (#19) in [#19](https://github.com/chojs23/concord/pull/19) by @nexxai
794
836
  - Add fuzzy score helper (#21) in [#21](https://github.com/chojs23/concord/pull/21) by @chojs23
795
837
  - Typo tolerant fuzzy (#22) in [#22](https://github.com/chojs23/concord/pull/22) by @chojs23
796
838
 
797
839
  ### Refactor
798
840
 
799
- - *(composer)* Use char-safe word boundary helpers (#20) in [#20](https://github.com/chojs23/concord/pull/20) by @chojs23
841
+ - _(composer)_ Use char-safe word boundary helpers (#20) in [#20](https://github.com/chojs23/concord/pull/20) by @chojs23
800
842
  - Store app files under $XDG_CONFIG_HOME/concord (#23) in [#23](https://github.com/chojs23/concord/pull/23) by @chojs23
801
843
 
802
-
803
844
  ### New Contributors
804
845
 
805
846
  - @lisk77 made their first contribution in [#14](https://github.com/chojs23/concord/pull/14)
806
847
  - @nexxai made their first contribution in [#19](https://github.com/chojs23/concord/pull/19)
807
848
  - @TobyBridle made their first contribution in [#15](https://github.com/chojs23/concord/pull/15)
849
+
808
850
  ## [1.2.0] - 2026-05-09
809
851
 
810
852
  ### Documentation
@@ -854,7 +896,7 @@ All notable changes to this project will be documented in this file.
854
896
 
855
897
  ### Bug Fixes
856
898
 
857
- - *(flake)* Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
899
+ - _(flake)_ Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
858
900
  - Keep original image width:height ratio (#6) in [#6](https://github.com/chojs23/concord/pull/6) by @chojs23
859
901
 
860
902
  ### Documentation
@@ -875,10 +917,10 @@ All notable changes to this project will be documented in this file.
875
917
 
876
918
  - Chain crates publish after release by @chojs23
877
919
 
878
-
879
920
  ### New Contributors
880
921
 
881
922
  - @M4jor-Tom made their first contribution in [#4](https://github.com/chojs23/concord/pull/4)
923
+
882
924
  ## [1.0.3] - 2026-05-08
883
925
 
884
926
  ### Bug Fixes
@@ -1204,9 +1246,7 @@ All notable changes to this project will be documented in this file.
1204
1246
 
1205
1247
  - Add TUI and keychain dependencies by @chojs23
1206
1248
 
1207
-
1208
1249
  ### New Contributors
1209
1250
 
1210
1251
  - @chojs23 made their first contribution
1211
1252
  - @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.
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "GPL-3.0-only",
25
25
  "name": "@chojs23/concord",
26
- "version": "2.2.8"
26
+ "version": "2.2.10"
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.8"
545
+ "version": "2.2.10"
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.8"
3
+ "https://github.com/chojs23/concord/releases/download/v2.2.10"
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.8",
96
+ "version": "2.2.10",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"