@chojs23/concord 2.2.7 → 2.2.8
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 +52 -29
- package/README.md +22 -18
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [unreleased]
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Fix double redraw by @chojs23
|
|
10
|
+
- Make config parsing field-level tolerant so one bad value no longer discards other by @chojs23
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
- Update readme by @chojs23
|
|
15
|
+
- Update readme by @chojs23
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- Block send message dm to fresh user (#222) in [#222](https://github.com/chojs23/concord/pull/222) by @chojs23
|
|
20
|
+
- Add private/group dm voice call (#223) in [#223](https://github.com/chojs23/concord/pull/223) by @chojs23
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Tasks
|
|
23
|
+
|
|
24
|
+
- Fmt by @chojs23
|
|
25
|
+
|
|
5
26
|
## [2.2.7] - 2026-06-24
|
|
6
27
|
|
|
7
28
|
### Bug Fixes
|
|
@@ -59,10 +80,10 @@ All notable changes to this project will be documented in this file.
|
|
|
59
80
|
|
|
60
81
|
- Preserve boundary payloads consistently by @chojs23
|
|
61
82
|
|
|
83
|
+
|
|
62
84
|
### New Contributors
|
|
63
85
|
|
|
64
86
|
- @fuguesoft made their first contribution in [#200](https://github.com/chojs23/concord/pull/200)
|
|
65
|
-
|
|
66
87
|
## [2.2.3] - 2026-06-18
|
|
67
88
|
|
|
68
89
|
### Bug Fixes
|
|
@@ -132,8 +153,8 @@ All notable changes to this project will be documented in this file.
|
|
|
132
153
|
|
|
133
154
|
### Bug Fixes
|
|
134
155
|
|
|
135
|
-
-
|
|
136
|
-
-
|
|
156
|
+
- *(tui)* Preserve member search selection across member cache refreshes by @chojs23
|
|
157
|
+
- *(tui)* Prevent popup residue on terminal images by @chojs23
|
|
137
158
|
- Retain member cache for more recent guilds by @chojs23
|
|
138
159
|
|
|
139
160
|
### Documentation
|
|
@@ -143,17 +164,17 @@ All notable changes to this project will be documented in this file.
|
|
|
143
164
|
### Features
|
|
144
165
|
|
|
145
166
|
- Add --check-config validation command by @chojs23
|
|
146
|
-
-
|
|
167
|
+
- *(tui)* Keep voice indicators visible after name truncation by @chojs23
|
|
147
168
|
|
|
148
169
|
## [2.1.12] - 2026-06-07
|
|
149
170
|
|
|
150
171
|
### Bug Fixes
|
|
151
172
|
|
|
152
|
-
-
|
|
173
|
+
- *(deps)* Lock ratatui-image by @chojs23
|
|
153
174
|
|
|
154
175
|
### Miscellaneous Tasks
|
|
155
176
|
|
|
156
|
-
-
|
|
177
|
+
- *(ci)* Remove legacy Darwin SDK framework inputs from Nix flake by @chojs23
|
|
157
178
|
|
|
158
179
|
## [2.1.11] - 2026-06-07
|
|
159
180
|
|
|
@@ -179,10 +200,10 @@ All notable changes to this project will be documented in this file.
|
|
|
179
200
|
- Use pure rust syntect backend by @chojs23
|
|
180
201
|
- Add profile configuration (#163) in [#163](https://github.com/chojs23/concord/pull/163) by @chojs23
|
|
181
202
|
|
|
203
|
+
|
|
182
204
|
### New Contributors
|
|
183
205
|
|
|
184
206
|
- @cultlead3r made their first contribution in [#160](https://github.com/chojs23/concord/pull/160)
|
|
185
|
-
|
|
186
207
|
## [2.1.9] - 2026-06-03
|
|
187
208
|
|
|
188
209
|
### Bug Fixes
|
|
@@ -216,11 +237,11 @@ All notable changes to this project will be documented in this file.
|
|
|
216
237
|
- Added option for notification icon (#148) in [#148](https://github.com/chojs23/concord/pull/148) by @ToborWinner
|
|
217
238
|
- Add composer option and move emoji_as_link to composer option by @chojs23
|
|
218
239
|
|
|
240
|
+
|
|
219
241
|
### New Contributors
|
|
220
242
|
|
|
221
243
|
- @ToborWinner made their first contribution in [#148](https://github.com/chojs23/concord/pull/148)
|
|
222
244
|
- @van-nessing made their first contribution in [#144](https://github.com/chojs23/concord/pull/144)
|
|
223
|
-
|
|
224
245
|
## [2.1.7] - 2026-05-29
|
|
225
246
|
|
|
226
247
|
### Bug Fixes
|
|
@@ -236,8 +257,8 @@ All notable changes to this project will be documented in this file.
|
|
|
236
257
|
|
|
237
258
|
### Bug Fixes
|
|
238
259
|
|
|
239
|
-
-
|
|
240
|
-
-
|
|
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
|
|
241
262
|
|
|
242
263
|
### Features
|
|
243
264
|
|
|
@@ -266,10 +287,10 @@ All notable changes to this project will be documented in this file.
|
|
|
266
287
|
- Use generic popup by @chojs23
|
|
267
288
|
- Group tui runtime plumbing by @chojs23
|
|
268
289
|
|
|
290
|
+
|
|
269
291
|
### New Contributors
|
|
270
292
|
|
|
271
293
|
- @ibarrick made their first contribution in [#133](https://github.com/chojs23/concord/pull/133)
|
|
272
|
-
|
|
273
294
|
## [2.1.4] - 2026-05-26
|
|
274
295
|
|
|
275
296
|
### Bug Fixes
|
|
@@ -365,7 +386,7 @@ All notable changes to this project will be documented in this file.
|
|
|
365
386
|
- Avoid report all keys as escape code by @chojs23
|
|
366
387
|
- Improve clipboard paste priority by @chojs23
|
|
367
388
|
- Fix stale MESSAGE_ACK from reopening unread state (#119) in [#119](https://github.com/chojs23/concord/pull/119) by @chojs23
|
|
368
|
-
-
|
|
389
|
+
- *(tui)* Keep guild filter pane width stable by @chojs23
|
|
369
390
|
- Fix forum preview message by @chojs23
|
|
370
391
|
|
|
371
392
|
### Documentation
|
|
@@ -382,11 +403,11 @@ All notable changes to this project will be documented in this file.
|
|
|
382
403
|
- Move tui state to client backend by @chojs23
|
|
383
404
|
- Move TUI backend request handling into Discord client by @chojs23
|
|
384
405
|
|
|
406
|
+
|
|
385
407
|
### New Contributors
|
|
386
408
|
|
|
387
409
|
- @StaszeKrk made their first contribution in [#121](https://github.com/chojs23/concord/pull/121)
|
|
388
410
|
- @CX330Blake made their first contribution in [#117](https://github.com/chojs23/concord/pull/117)
|
|
389
|
-
|
|
390
411
|
## [2.0.6] - 2026-05-21
|
|
391
412
|
|
|
392
413
|
### Bug Fixes
|
|
@@ -400,7 +421,7 @@ All notable changes to this project will be documented in this file.
|
|
|
400
421
|
|
|
401
422
|
### Performance
|
|
402
423
|
|
|
403
|
-
-
|
|
424
|
+
- *(tui)* Suppress image redraws for sidebar updates by @chojs23
|
|
404
425
|
|
|
405
426
|
### Refactor
|
|
406
427
|
|
|
@@ -423,7 +444,7 @@ All notable changes to this project will be documented in this file.
|
|
|
423
444
|
|
|
424
445
|
### Bug Fixes
|
|
425
446
|
|
|
426
|
-
-
|
|
447
|
+
- *(tui)* Detect URLs in reply quotes and forwarded messages (#107) in [#107](https://github.com/chojs23/concord/pull/107) by @SAY-5
|
|
427
448
|
- Use transient typing display names for TYPING_START by @chojs23
|
|
428
449
|
- Clear typing indicator when a typer sends a message by @chojs23
|
|
429
450
|
- Composer newline fallbacks (#112) in [#112](https://github.com/chojs23/concord/pull/112) by @chojs23
|
|
@@ -441,12 +462,12 @@ All notable changes to this project will be documented in this file.
|
|
|
441
462
|
|
|
442
463
|
### Performance
|
|
443
464
|
|
|
444
|
-
-
|
|
465
|
+
- *(tui)* Improve member sidebar loading and rendering by @chojs23
|
|
466
|
+
|
|
445
467
|
|
|
446
468
|
### New Contributors
|
|
447
469
|
|
|
448
470
|
- @SAY-5 made their first contribution in [#107](https://github.com/chojs23/concord/pull/107)
|
|
449
|
-
|
|
450
471
|
## [2.0.3] - 2026-05-19
|
|
451
472
|
|
|
452
473
|
### Bug Fixes
|
|
@@ -498,7 +519,7 @@ All notable changes to this project will be documented in this file.
|
|
|
498
519
|
|
|
499
520
|
### Bug Fixes
|
|
500
521
|
|
|
501
|
-
-
|
|
522
|
+
- *(voice)* Reduce microphone tearing during transmit (#96) in [#96](https://github.com/chojs23/concord/pull/96) by @chojs23
|
|
502
523
|
|
|
503
524
|
### Features
|
|
504
525
|
|
|
@@ -574,7 +595,7 @@ All notable changes to this project will be documented in this file.
|
|
|
574
595
|
|
|
575
596
|
### Bug Fixes
|
|
576
597
|
|
|
577
|
-
-
|
|
598
|
+
- *(search)* Improve fuzzy search logic (#74) in [#74](https://github.com/chojs23/concord/pull/74) by @80avin
|
|
578
599
|
|
|
579
600
|
### Miscellaneous Tasks
|
|
580
601
|
|
|
@@ -586,10 +607,10 @@ All notable changes to this project will be documented in this file.
|
|
|
586
607
|
- Cache message content row metrics to reduce repeated per-frame formatting by @chojs23
|
|
587
608
|
- Reduce channel upsert UI repair work by @chojs23
|
|
588
609
|
|
|
610
|
+
|
|
589
611
|
### New Contributors
|
|
590
612
|
|
|
591
613
|
- @80avin made their first contribution in [#74](https://github.com/chojs23/concord/pull/74)
|
|
592
|
-
|
|
593
614
|
## [1.4.1] - 2026-05-15
|
|
594
615
|
|
|
595
616
|
### Bug Fixes
|
|
@@ -653,10 +674,10 @@ All notable changes to this project will be documented in this file.
|
|
|
653
674
|
- Remove redundant preview preset by @chojs23
|
|
654
675
|
- Refactor keyboard shortcuts by @chojs23
|
|
655
676
|
|
|
677
|
+
|
|
656
678
|
### New Contributors
|
|
657
679
|
|
|
658
680
|
- @SeniorMars made their first contribution in [#57](https://github.com/chojs23/concord/pull/57)
|
|
659
|
-
|
|
660
681
|
## [1.3.3] - 2026-05-13
|
|
661
682
|
|
|
662
683
|
### Bug Fixes
|
|
@@ -681,10 +702,10 @@ All notable changes to this project will be documented in this file.
|
|
|
681
702
|
- Split tui modules by @chojs23
|
|
682
703
|
- Gateway parser and TUI popup modules by @chojs23
|
|
683
704
|
|
|
705
|
+
|
|
684
706
|
### New Contributors
|
|
685
707
|
|
|
686
708
|
- @AnalogCyan made their first contribution in [#50](https://github.com/chojs23/concord/pull/50)
|
|
687
|
-
|
|
688
709
|
## [1.3.2] - 2026-05-12
|
|
689
710
|
|
|
690
711
|
### Bug Fixes
|
|
@@ -711,7 +732,7 @@ All notable changes to this project will be documented in this file.
|
|
|
711
732
|
|
|
712
733
|
### Refactor
|
|
713
734
|
|
|
714
|
-
-
|
|
735
|
+
- *(tui)* Remove footer and popup hints (#43) in [#43](https://github.com/chojs23/concord/pull/43) by @chojs23
|
|
715
736
|
- Refactor activity rendering with typed ActivityRender struct (#44) in [#44](https://github.com/chojs23/concord/pull/44) by @chojs23
|
|
716
737
|
- Change broken dash by @chojs23
|
|
717
738
|
|
|
@@ -719,11 +740,11 @@ All notable changes to this project will be documented in this file.
|
|
|
719
740
|
|
|
720
741
|
- Rename leader action state and add context-specific action titles by @chojs23
|
|
721
742
|
|
|
743
|
+
|
|
722
744
|
### New Contributors
|
|
723
745
|
|
|
724
746
|
- @amiralimollaei made their first contribution in [#49](https://github.com/chojs23/concord/pull/49)
|
|
725
747
|
- @kimjune01 made their first contribution in [#45](https://github.com/chojs23/concord/pull/45)
|
|
726
|
-
|
|
727
748
|
## [1.3.1] - 2026-05-11
|
|
728
749
|
|
|
729
750
|
### Bug Fixes
|
|
@@ -768,22 +789,22 @@ All notable changes to this project will be documented in this file.
|
|
|
768
789
|
### Features
|
|
769
790
|
|
|
770
791
|
- Support resizing panes (#18) in [#18](https://github.com/chojs23/concord/pull/18) by @nexxai
|
|
771
|
-
-
|
|
792
|
+
- *(composer)* Add CTRL+Left, CTRL+Right word skip (#15) in [#15](https://github.com/chojs23/concord/pull/15) by @TobyBridle
|
|
772
793
|
- Add search to reaction picker + allow toggling of reactions (#19) in [#19](https://github.com/chojs23/concord/pull/19) by @nexxai
|
|
773
794
|
- Add fuzzy score helper (#21) in [#21](https://github.com/chojs23/concord/pull/21) by @chojs23
|
|
774
795
|
- Typo tolerant fuzzy (#22) in [#22](https://github.com/chojs23/concord/pull/22) by @chojs23
|
|
775
796
|
|
|
776
797
|
### Refactor
|
|
777
798
|
|
|
778
|
-
-
|
|
799
|
+
- *(composer)* Use char-safe word boundary helpers (#20) in [#20](https://github.com/chojs23/concord/pull/20) by @chojs23
|
|
779
800
|
- Store app files under $XDG_CONFIG_HOME/concord (#23) in [#23](https://github.com/chojs23/concord/pull/23) by @chojs23
|
|
780
801
|
|
|
802
|
+
|
|
781
803
|
### New Contributors
|
|
782
804
|
|
|
783
805
|
- @lisk77 made their first contribution in [#14](https://github.com/chojs23/concord/pull/14)
|
|
784
806
|
- @nexxai made their first contribution in [#19](https://github.com/chojs23/concord/pull/19)
|
|
785
807
|
- @TobyBridle made their first contribution in [#15](https://github.com/chojs23/concord/pull/15)
|
|
786
|
-
|
|
787
808
|
## [1.2.0] - 2026-05-09
|
|
788
809
|
|
|
789
810
|
### Documentation
|
|
@@ -833,7 +854,7 @@ All notable changes to this project will be documented in this file.
|
|
|
833
854
|
|
|
834
855
|
### Bug Fixes
|
|
835
856
|
|
|
836
|
-
-
|
|
857
|
+
- *(flake)* Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
|
|
837
858
|
- Keep original image width:height ratio (#6) in [#6](https://github.com/chojs23/concord/pull/6) by @chojs23
|
|
838
859
|
|
|
839
860
|
### Documentation
|
|
@@ -854,10 +875,10 @@ All notable changes to this project will be documented in this file.
|
|
|
854
875
|
|
|
855
876
|
- Chain crates publish after release by @chojs23
|
|
856
877
|
|
|
878
|
+
|
|
857
879
|
### New Contributors
|
|
858
880
|
|
|
859
881
|
- @M4jor-Tom made their first contribution in [#4](https://github.com/chojs23/concord/pull/4)
|
|
860
|
-
|
|
861
882
|
## [1.0.3] - 2026-05-08
|
|
862
883
|
|
|
863
884
|
### Bug Fixes
|
|
@@ -1183,7 +1204,9 @@ All notable changes to this project will be documented in this file.
|
|
|
1183
1204
|
|
|
1184
1205
|
- Add TUI and keychain dependencies by @chojs23
|
|
1185
1206
|
|
|
1207
|
+
|
|
1186
1208
|
### New Contributors
|
|
1187
1209
|
|
|
1188
1210
|
- @chojs23 made their first contribution
|
|
1189
1211
|
- @vncsalencar made their first contribution
|
|
1212
|
+
|
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
|
|
@@ -250,7 +252,9 @@ YouTube playback depends on your local `mpv` setup, such as `yt-dlp` support.
|
|
|
250
252
|
|
|
251
253
|
### Notifications
|
|
252
254
|
|
|
253
|
-
-
|
|
255
|
+
- Notification inbox (`<leader>n`) with Unreads and Mentions tabs, per-channel
|
|
256
|
+
message previews, and mark-as-read / mark-all-read
|
|
257
|
+
- You can configure notification sounds with custom WAV files
|
|
254
258
|
- Desktop notifications for messages that pass your Discord
|
|
255
259
|
notification settings
|
|
256
260
|
- Voice join and leave notification sounds while you are connected to voice
|
|
@@ -361,8 +365,8 @@ Channel actions:
|
|
|
361
365
|
|
|
362
366
|
| Shortcut | Action | Description |
|
|
363
367
|
| -------- | -------------------- | -------------------------------------------- |
|
|
364
|
-
| `j` | Join voice | Join the selected voice channel
|
|
365
|
-
| `l` | Leave voice | Leave the current voice channel
|
|
368
|
+
| `j` | Join voice | Join the selected voice channel or DM call |
|
|
369
|
+
| `l` | Leave voice | Leave the current voice channel or DM call |
|
|
366
370
|
| `p` | Show pinned messages | Open the selected channel's pinned messages |
|
|
367
371
|
| `t` | Show threads | List threads for the selected channel |
|
|
368
372
|
| `m` | Mark as read | Mark the selected channel read |
|
|
@@ -370,19 +374,19 @@ Channel actions:
|
|
|
370
374
|
|
|
371
375
|
Thread / post actions (a focused thread in the Channels pane or a forum post in the post list):
|
|
372
376
|
|
|
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
|
|
377
|
+
| Shortcut | Action | Description |
|
|
378
|
+
| -------- | --------------------- | ----------------------------------------------------------- |
|
|
379
|
+
| `m` | Mark as read | Mark the thread or post read |
|
|
380
|
+
| `f` | Follow / unfollow | Follow or unfollow the thread or post |
|
|
381
|
+
| `c` | Close / reopen | Close or reopen the thread or post (author or moderator) |
|
|
382
|
+
| `l` | Lock / unlock | Lock or unlock the thread or post (moderator) |
|
|
383
|
+
| `e` | Edit | Edit title, tags, slow mode, and auto-archive |
|
|
384
|
+
| `y` | Copy link | Copy a link to the thread or post |
|
|
385
|
+
| `u` | Mute / unmute | Toggle thread or post notification mute (must follow first) |
|
|
386
|
+
| `n` | Notification settings | Choose the notification level for the thread or post |
|
|
387
|
+
| `P` | Pin / unpin | Pin or unpin the post (forum posts only, moderator) |
|
|
388
|
+
| `d` | Delete | Delete the whole thread or post (moderator) |
|
|
389
|
+
| `i` | Copy ID | Copy the thread or post ID |
|
|
386
390
|
|
|
387
391
|
Voice commands:
|
|
388
392
|
|
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.8"
|
|
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.8"
|
|
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.8"
|
|
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.8",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|