@chojs23/concord 2.2.6 → 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 +75 -30
- package/README.md +40 -5
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,50 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [
|
|
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
|
+
|
|
26
|
+
## [2.2.7] - 2026-06-24
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
- Render overlay popups within the full frame area by @chojs23
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
- Update post create ui by @chojs23
|
|
35
|
+
- Add post actions by @chojs23
|
|
36
|
+
- Add thread actions (#215) in [#215](https://github.com/chojs23/concord/pull/215) by @chojs23
|
|
37
|
+
- Add threads and forums to channel switcher (#216) in [#216](https://github.com/chojs23/concord/pull/216) by @chojs23
|
|
38
|
+
- Add notification inbox (#217) in [#217](https://github.com/chojs23/concord/pull/217) by @chojs23
|
|
39
|
+
|
|
40
|
+
### Miscellaneous Tasks
|
|
41
|
+
|
|
42
|
+
- Fmt by @chojs23
|
|
43
|
+
|
|
44
|
+
### Performance
|
|
45
|
+
|
|
46
|
+
- Implement per-image placement-diff rendering by @chojs23
|
|
47
|
+
|
|
48
|
+
## [2.2.6] - 2026-06-22
|
|
6
49
|
|
|
7
50
|
### Features
|
|
8
51
|
|
|
@@ -37,10 +80,10 @@ All notable changes to this project will be documented in this file.
|
|
|
37
80
|
|
|
38
81
|
- Preserve boundary payloads consistently by @chojs23
|
|
39
82
|
|
|
83
|
+
|
|
40
84
|
### New Contributors
|
|
41
85
|
|
|
42
86
|
- @fuguesoft made their first contribution in [#200](https://github.com/chojs23/concord/pull/200)
|
|
43
|
-
|
|
44
87
|
## [2.2.3] - 2026-06-18
|
|
45
88
|
|
|
46
89
|
### Bug Fixes
|
|
@@ -110,8 +153,8 @@ All notable changes to this project will be documented in this file.
|
|
|
110
153
|
|
|
111
154
|
### Bug Fixes
|
|
112
155
|
|
|
113
|
-
-
|
|
114
|
-
-
|
|
156
|
+
- *(tui)* Preserve member search selection across member cache refreshes by @chojs23
|
|
157
|
+
- *(tui)* Prevent popup residue on terminal images by @chojs23
|
|
115
158
|
- Retain member cache for more recent guilds by @chojs23
|
|
116
159
|
|
|
117
160
|
### Documentation
|
|
@@ -121,17 +164,17 @@ All notable changes to this project will be documented in this file.
|
|
|
121
164
|
### Features
|
|
122
165
|
|
|
123
166
|
- Add --check-config validation command by @chojs23
|
|
124
|
-
-
|
|
167
|
+
- *(tui)* Keep voice indicators visible after name truncation by @chojs23
|
|
125
168
|
|
|
126
169
|
## [2.1.12] - 2026-06-07
|
|
127
170
|
|
|
128
171
|
### Bug Fixes
|
|
129
172
|
|
|
130
|
-
-
|
|
173
|
+
- *(deps)* Lock ratatui-image by @chojs23
|
|
131
174
|
|
|
132
175
|
### Miscellaneous Tasks
|
|
133
176
|
|
|
134
|
-
-
|
|
177
|
+
- *(ci)* Remove legacy Darwin SDK framework inputs from Nix flake by @chojs23
|
|
135
178
|
|
|
136
179
|
## [2.1.11] - 2026-06-07
|
|
137
180
|
|
|
@@ -157,10 +200,10 @@ All notable changes to this project will be documented in this file.
|
|
|
157
200
|
- Use pure rust syntect backend by @chojs23
|
|
158
201
|
- Add profile configuration (#163) in [#163](https://github.com/chojs23/concord/pull/163) by @chojs23
|
|
159
202
|
|
|
203
|
+
|
|
160
204
|
### New Contributors
|
|
161
205
|
|
|
162
206
|
- @cultlead3r made their first contribution in [#160](https://github.com/chojs23/concord/pull/160)
|
|
163
|
-
|
|
164
207
|
## [2.1.9] - 2026-06-03
|
|
165
208
|
|
|
166
209
|
### Bug Fixes
|
|
@@ -194,11 +237,11 @@ All notable changes to this project will be documented in this file.
|
|
|
194
237
|
- Added option for notification icon (#148) in [#148](https://github.com/chojs23/concord/pull/148) by @ToborWinner
|
|
195
238
|
- Add composer option and move emoji_as_link to composer option by @chojs23
|
|
196
239
|
|
|
240
|
+
|
|
197
241
|
### New Contributors
|
|
198
242
|
|
|
199
243
|
- @ToborWinner made their first contribution in [#148](https://github.com/chojs23/concord/pull/148)
|
|
200
244
|
- @van-nessing made their first contribution in [#144](https://github.com/chojs23/concord/pull/144)
|
|
201
|
-
|
|
202
245
|
## [2.1.7] - 2026-05-29
|
|
203
246
|
|
|
204
247
|
### Bug Fixes
|
|
@@ -214,8 +257,8 @@ All notable changes to this project will be documented in this file.
|
|
|
214
257
|
|
|
215
258
|
### Bug Fixes
|
|
216
259
|
|
|
217
|
-
-
|
|
218
|
-
-
|
|
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
|
|
219
262
|
|
|
220
263
|
### Features
|
|
221
264
|
|
|
@@ -244,10 +287,10 @@ All notable changes to this project will be documented in this file.
|
|
|
244
287
|
- Use generic popup by @chojs23
|
|
245
288
|
- Group tui runtime plumbing by @chojs23
|
|
246
289
|
|
|
290
|
+
|
|
247
291
|
### New Contributors
|
|
248
292
|
|
|
249
293
|
- @ibarrick made their first contribution in [#133](https://github.com/chojs23/concord/pull/133)
|
|
250
|
-
|
|
251
294
|
## [2.1.4] - 2026-05-26
|
|
252
295
|
|
|
253
296
|
### Bug Fixes
|
|
@@ -343,7 +386,7 @@ All notable changes to this project will be documented in this file.
|
|
|
343
386
|
- Avoid report all keys as escape code by @chojs23
|
|
344
387
|
- Improve clipboard paste priority by @chojs23
|
|
345
388
|
- Fix stale MESSAGE_ACK from reopening unread state (#119) in [#119](https://github.com/chojs23/concord/pull/119) by @chojs23
|
|
346
|
-
-
|
|
389
|
+
- *(tui)* Keep guild filter pane width stable by @chojs23
|
|
347
390
|
- Fix forum preview message by @chojs23
|
|
348
391
|
|
|
349
392
|
### Documentation
|
|
@@ -360,11 +403,11 @@ All notable changes to this project will be documented in this file.
|
|
|
360
403
|
- Move tui state to client backend by @chojs23
|
|
361
404
|
- Move TUI backend request handling into Discord client by @chojs23
|
|
362
405
|
|
|
406
|
+
|
|
363
407
|
### New Contributors
|
|
364
408
|
|
|
365
409
|
- @StaszeKrk made their first contribution in [#121](https://github.com/chojs23/concord/pull/121)
|
|
366
410
|
- @CX330Blake made their first contribution in [#117](https://github.com/chojs23/concord/pull/117)
|
|
367
|
-
|
|
368
411
|
## [2.0.6] - 2026-05-21
|
|
369
412
|
|
|
370
413
|
### Bug Fixes
|
|
@@ -378,7 +421,7 @@ All notable changes to this project will be documented in this file.
|
|
|
378
421
|
|
|
379
422
|
### Performance
|
|
380
423
|
|
|
381
|
-
-
|
|
424
|
+
- *(tui)* Suppress image redraws for sidebar updates by @chojs23
|
|
382
425
|
|
|
383
426
|
### Refactor
|
|
384
427
|
|
|
@@ -401,7 +444,7 @@ All notable changes to this project will be documented in this file.
|
|
|
401
444
|
|
|
402
445
|
### Bug Fixes
|
|
403
446
|
|
|
404
|
-
-
|
|
447
|
+
- *(tui)* Detect URLs in reply quotes and forwarded messages (#107) in [#107](https://github.com/chojs23/concord/pull/107) by @SAY-5
|
|
405
448
|
- Use transient typing display names for TYPING_START by @chojs23
|
|
406
449
|
- Clear typing indicator when a typer sends a message by @chojs23
|
|
407
450
|
- Composer newline fallbacks (#112) in [#112](https://github.com/chojs23/concord/pull/112) by @chojs23
|
|
@@ -419,12 +462,12 @@ All notable changes to this project will be documented in this file.
|
|
|
419
462
|
|
|
420
463
|
### Performance
|
|
421
464
|
|
|
422
|
-
-
|
|
465
|
+
- *(tui)* Improve member sidebar loading and rendering by @chojs23
|
|
466
|
+
|
|
423
467
|
|
|
424
468
|
### New Contributors
|
|
425
469
|
|
|
426
470
|
- @SAY-5 made their first contribution in [#107](https://github.com/chojs23/concord/pull/107)
|
|
427
|
-
|
|
428
471
|
## [2.0.3] - 2026-05-19
|
|
429
472
|
|
|
430
473
|
### Bug Fixes
|
|
@@ -476,7 +519,7 @@ All notable changes to this project will be documented in this file.
|
|
|
476
519
|
|
|
477
520
|
### Bug Fixes
|
|
478
521
|
|
|
479
|
-
-
|
|
522
|
+
- *(voice)* Reduce microphone tearing during transmit (#96) in [#96](https://github.com/chojs23/concord/pull/96) by @chojs23
|
|
480
523
|
|
|
481
524
|
### Features
|
|
482
525
|
|
|
@@ -552,7 +595,7 @@ All notable changes to this project will be documented in this file.
|
|
|
552
595
|
|
|
553
596
|
### Bug Fixes
|
|
554
597
|
|
|
555
|
-
-
|
|
598
|
+
- *(search)* Improve fuzzy search logic (#74) in [#74](https://github.com/chojs23/concord/pull/74) by @80avin
|
|
556
599
|
|
|
557
600
|
### Miscellaneous Tasks
|
|
558
601
|
|
|
@@ -564,10 +607,10 @@ All notable changes to this project will be documented in this file.
|
|
|
564
607
|
- Cache message content row metrics to reduce repeated per-frame formatting by @chojs23
|
|
565
608
|
- Reduce channel upsert UI repair work by @chojs23
|
|
566
609
|
|
|
610
|
+
|
|
567
611
|
### New Contributors
|
|
568
612
|
|
|
569
613
|
- @80avin made their first contribution in [#74](https://github.com/chojs23/concord/pull/74)
|
|
570
|
-
|
|
571
614
|
## [1.4.1] - 2026-05-15
|
|
572
615
|
|
|
573
616
|
### Bug Fixes
|
|
@@ -631,10 +674,10 @@ All notable changes to this project will be documented in this file.
|
|
|
631
674
|
- Remove redundant preview preset by @chojs23
|
|
632
675
|
- Refactor keyboard shortcuts by @chojs23
|
|
633
676
|
|
|
677
|
+
|
|
634
678
|
### New Contributors
|
|
635
679
|
|
|
636
680
|
- @SeniorMars made their first contribution in [#57](https://github.com/chojs23/concord/pull/57)
|
|
637
|
-
|
|
638
681
|
## [1.3.3] - 2026-05-13
|
|
639
682
|
|
|
640
683
|
### Bug Fixes
|
|
@@ -659,10 +702,10 @@ All notable changes to this project will be documented in this file.
|
|
|
659
702
|
- Split tui modules by @chojs23
|
|
660
703
|
- Gateway parser and TUI popup modules by @chojs23
|
|
661
704
|
|
|
705
|
+
|
|
662
706
|
### New Contributors
|
|
663
707
|
|
|
664
708
|
- @AnalogCyan made their first contribution in [#50](https://github.com/chojs23/concord/pull/50)
|
|
665
|
-
|
|
666
709
|
## [1.3.2] - 2026-05-12
|
|
667
710
|
|
|
668
711
|
### Bug Fixes
|
|
@@ -689,7 +732,7 @@ All notable changes to this project will be documented in this file.
|
|
|
689
732
|
|
|
690
733
|
### Refactor
|
|
691
734
|
|
|
692
|
-
-
|
|
735
|
+
- *(tui)* Remove footer and popup hints (#43) in [#43](https://github.com/chojs23/concord/pull/43) by @chojs23
|
|
693
736
|
- Refactor activity rendering with typed ActivityRender struct (#44) in [#44](https://github.com/chojs23/concord/pull/44) by @chojs23
|
|
694
737
|
- Change broken dash by @chojs23
|
|
695
738
|
|
|
@@ -697,11 +740,11 @@ All notable changes to this project will be documented in this file.
|
|
|
697
740
|
|
|
698
741
|
- Rename leader action state and add context-specific action titles by @chojs23
|
|
699
742
|
|
|
743
|
+
|
|
700
744
|
### New Contributors
|
|
701
745
|
|
|
702
746
|
- @amiralimollaei made their first contribution in [#49](https://github.com/chojs23/concord/pull/49)
|
|
703
747
|
- @kimjune01 made their first contribution in [#45](https://github.com/chojs23/concord/pull/45)
|
|
704
|
-
|
|
705
748
|
## [1.3.1] - 2026-05-11
|
|
706
749
|
|
|
707
750
|
### Bug Fixes
|
|
@@ -746,22 +789,22 @@ All notable changes to this project will be documented in this file.
|
|
|
746
789
|
### Features
|
|
747
790
|
|
|
748
791
|
- Support resizing panes (#18) in [#18](https://github.com/chojs23/concord/pull/18) by @nexxai
|
|
749
|
-
-
|
|
792
|
+
- *(composer)* Add CTRL+Left, CTRL+Right word skip (#15) in [#15](https://github.com/chojs23/concord/pull/15) by @TobyBridle
|
|
750
793
|
- Add search to reaction picker + allow toggling of reactions (#19) in [#19](https://github.com/chojs23/concord/pull/19) by @nexxai
|
|
751
794
|
- Add fuzzy score helper (#21) in [#21](https://github.com/chojs23/concord/pull/21) by @chojs23
|
|
752
795
|
- Typo tolerant fuzzy (#22) in [#22](https://github.com/chojs23/concord/pull/22) by @chojs23
|
|
753
796
|
|
|
754
797
|
### Refactor
|
|
755
798
|
|
|
756
|
-
-
|
|
799
|
+
- *(composer)* Use char-safe word boundary helpers (#20) in [#20](https://github.com/chojs23/concord/pull/20) by @chojs23
|
|
757
800
|
- Store app files under $XDG_CONFIG_HOME/concord (#23) in [#23](https://github.com/chojs23/concord/pull/23) by @chojs23
|
|
758
801
|
|
|
802
|
+
|
|
759
803
|
### New Contributors
|
|
760
804
|
|
|
761
805
|
- @lisk77 made their first contribution in [#14](https://github.com/chojs23/concord/pull/14)
|
|
762
806
|
- @nexxai made their first contribution in [#19](https://github.com/chojs23/concord/pull/19)
|
|
763
807
|
- @TobyBridle made their first contribution in [#15](https://github.com/chojs23/concord/pull/15)
|
|
764
|
-
|
|
765
808
|
## [1.2.0] - 2026-05-09
|
|
766
809
|
|
|
767
810
|
### Documentation
|
|
@@ -811,7 +854,7 @@ All notable changes to this project will be documented in this file.
|
|
|
811
854
|
|
|
812
855
|
### Bug Fixes
|
|
813
856
|
|
|
814
|
-
-
|
|
857
|
+
- *(flake)* Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
|
|
815
858
|
- Keep original image width:height ratio (#6) in [#6](https://github.com/chojs23/concord/pull/6) by @chojs23
|
|
816
859
|
|
|
817
860
|
### Documentation
|
|
@@ -832,10 +875,10 @@ All notable changes to this project will be documented in this file.
|
|
|
832
875
|
|
|
833
876
|
- Chain crates publish after release by @chojs23
|
|
834
877
|
|
|
878
|
+
|
|
835
879
|
### New Contributors
|
|
836
880
|
|
|
837
881
|
- @M4jor-Tom made their first contribution in [#4](https://github.com/chojs23/concord/pull/4)
|
|
838
|
-
|
|
839
882
|
## [1.0.3] - 2026-05-08
|
|
840
883
|
|
|
841
884
|
### Bug Fixes
|
|
@@ -1161,7 +1204,9 @@ All notable changes to this project will be documented in this file.
|
|
|
1161
1204
|
|
|
1162
1205
|
- Add TUI and keychain dependencies by @chojs23
|
|
1163
1206
|
|
|
1207
|
+
|
|
1164
1208
|
### New Contributors
|
|
1165
1209
|
|
|
1166
1210
|
- @chojs23 made their first contribution
|
|
1167
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
|
|
@@ -301,6 +305,7 @@ Press `Space` to open the leader shortcut window.
|
|
|
301
305
|
| `Space`, `a` | Open actions for the focused pane |
|
|
302
306
|
| `Space`, `p` | Open my profile settings |
|
|
303
307
|
| `Space`, `o` | Choose concord option category |
|
|
308
|
+
| `Space`, `n` | Open the notification inbox |
|
|
304
309
|
| `Space`, `v` | Voice command prefix |
|
|
305
310
|
| `Space`, `Space` | Open the fuzzy channel switcher |
|
|
306
311
|
|
|
@@ -360,13 +365,29 @@ Channel actions:
|
|
|
360
365
|
|
|
361
366
|
| Shortcut | Action | Description |
|
|
362
367
|
| -------- | -------------------- | -------------------------------------------- |
|
|
363
|
-
| `j` | Join voice | Join the selected voice channel
|
|
364
|
-
| `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 |
|
|
365
370
|
| `p` | Show pinned messages | Open the selected channel's pinned messages |
|
|
366
371
|
| `t` | Show threads | List threads for the selected channel |
|
|
367
372
|
| `m` | Mark as read | Mark the selected channel read |
|
|
368
373
|
| `u` | Mute / unmute | Toggle channel or category notification mute |
|
|
369
374
|
|
|
375
|
+
Thread / post actions (a focused thread in the Channels pane or a forum post in the post list):
|
|
376
|
+
|
|
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 |
|
|
390
|
+
|
|
370
391
|
Voice commands:
|
|
371
392
|
|
|
372
393
|
| Sequence | Action | Description |
|
|
@@ -568,6 +589,7 @@ ToggleMemberPane = "<leader>4"
|
|
|
568
589
|
OpenFocusedPaneAction = "<leader>a"
|
|
569
590
|
OpenCurrentUserProfile = "<leader>p"
|
|
570
591
|
OpenOptions = "<leader>o"
|
|
592
|
+
OpenNotificationInbox = "<leader>n"
|
|
571
593
|
ChannelSwitcher = "<leader><leader>"
|
|
572
594
|
VoiceDeafen = "<leader>vd"
|
|
573
595
|
VoiceMute = "<leader>vm"
|
|
@@ -610,6 +632,19 @@ OpenPollVotePicker = "c"
|
|
|
610
632
|
[keymap.member_actions]
|
|
611
633
|
ShowProfile = "p"
|
|
612
634
|
|
|
635
|
+
[keymap.thread_actions]
|
|
636
|
+
MarkAsRead = "m"
|
|
637
|
+
ToggleFollow = "f"
|
|
638
|
+
Close = "c"
|
|
639
|
+
Lock = "l"
|
|
640
|
+
Edit = "e"
|
|
641
|
+
CopyLink = "y"
|
|
642
|
+
ToggleMute = "u"
|
|
643
|
+
NotificationSettings = "n"
|
|
644
|
+
Pin = "P"
|
|
645
|
+
Delete = "d"
|
|
646
|
+
CopyId = "i"
|
|
647
|
+
|
|
613
648
|
[keymap.composer]
|
|
614
649
|
OpenEditor = "<C-e>"
|
|
615
650
|
PasteClipboard = "<C-v>"
|
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"
|