@chojs23/concord 2.2.3 → 2.2.4

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,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.2.4] - 2026-06-20
6
+
7
+ ### Bug Fixes
8
+
9
+ - Hide empty channel categories if user doesn't have permission (#203) in [#203](https://github.com/chojs23/concord/pull/203) by @chojs23
10
+ - Update guild folders and order by UserSettingsUpdate by @chojs23
11
+
12
+ ### Features
13
+
14
+ - Rename folder by @chojs23
15
+ - Add suppress embeds (#205) in [#205](https://github.com/chojs23/concord/pull/205) by @chojs23
16
+
17
+ ### Refactor
18
+
19
+ - Preserve boundary payloads consistently by @chojs23
20
+
21
+ ### New Contributors
22
+
23
+ - @fuguesoft made their first contribution in [#200](https://github.com/chojs23/concord/pull/200)
24
+
5
25
  ## [2.2.3] - 2026-06-18
6
26
 
7
27
  ### Bug Fixes
package/README.md CHANGED
@@ -336,6 +336,7 @@ Message action menu shortcuts:
336
336
  | `d` | Delete | Open a delete confirmation before deleting the message |
337
337
  | `e` | Edit | Start editing the selected message when editing is allowed |
338
338
  | `o` | Open URL | Open the selected message URL, or choose from multiple URLs |
339
+ | `D` | Remove embeds | Remove embeds from the selected message |
339
340
  | `x` | Play media | Play selected video media in an external player |
340
341
  | `v` | View attachment | Open the selected message's attachment viewer |
341
342
  | `g` | Go to referenced message | Go to the replied or forwarded message |
@@ -355,6 +356,7 @@ Server actions:
355
356
  | `m` | Mark server as read | Mark all unread viewable channels in this server read |
356
357
  | `u` | Mute / unmute | Toggle server notification mute |
357
358
  | `l` | Leave server | Open a confirmation before leaving this server |
359
+ | `r` | Rename folder | Rename the selected server folder |
358
360
 
359
361
  Channel actions:
360
362
 
@@ -564,6 +566,7 @@ VoiceLeave = "<leader>vl"
564
566
  MarkAsRead = "m"
565
567
  MuteServer = "u"
566
568
  LeaveServer = "l"
569
+ RenameFolder = "r"
567
570
 
568
571
  [keymap.channel_actions]
569
572
  JoinVoice = "j"
@@ -580,6 +583,7 @@ ReplyMessage = "R"
580
583
  DeleteMessage = "d"
581
584
  EditMessage = "e"
582
585
  OpenMessageUrl = "o"
586
+ RemoveMessageEmbeds = "D"
583
587
  PlayMedia = "x"
584
588
  ViewMessageAttachment = "v"
585
589
  GoToReferencedMessage = "g"
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "GPL-3.0-only",
25
25
  "name": "@chojs23/concord",
26
- "version": "2.2.3"
26
+ "version": "2.2.4"
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.3"
545
+ "version": "2.2.4"
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"
3
+ "https://github.com/chojs23/concord/releases/download/v2.2.4"
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.3",
96
+ "version": "2.2.4",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"