@chojs23/concord 2.1.12 → 2.1.13

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,23 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.1.13] - 2026-06-08
6
+
7
+ ### Bug Fixes
8
+
9
+ - _(tui)_ Preserve member search selection across member cache refreshes by @chojs23
10
+ - _(tui)_ Prevent popup residue on terminal images by @chojs23
11
+ - Retain member cache for more recent guilds by @chojs23
12
+
13
+ ### Documentation
14
+
15
+ - Update readme by @chojs23
16
+
17
+ ### Features
18
+
19
+ - Add --check-config validation command by @chojs23
20
+ - _(tui)_ Keep voice indicators visible after name truncation by @chojs23
21
+
5
22
  ## [2.1.12] - 2026-06-07
6
23
 
7
24
  ### Bug Fixes
package/README.md CHANGED
@@ -191,7 +191,7 @@ Tokens are saved under Concord's config directory in plain text. See the Securit
191
191
  - Direct message shortcuts for copy, reply, edit, delete, reactions, URL opening,
192
192
  and image viewing. More message actions are available from the action menu.
193
193
 
194
- #### Markdown Rendering
194
+ #### Markdown Rendering & Code syntax highlighting
195
195
 
196
196
  ![Markdown rendering example](./docs/markdown-example.png)
197
197
 
@@ -202,6 +202,7 @@ Concord renders a practical subset of Discord-style Markdown in message bodies:
202
202
  - Bullets: `- item` and `* item`
203
203
  - Inline styles: `**bold**`, `*italic*`, and `` `inline code` ``
204
204
  - Fenced code blocks with optional language labels, rendered as compact boxes
205
+ with syntax highlighting
205
206
  - Raw URLs and markdown link destinations are underlined and can be opened from message actions
206
207
 
207
208
  ### Reactions & Polls
@@ -227,8 +228,9 @@ You can toggle image viewing on or off in the configuration file. When image vie
227
228
  ### Members & Profiles
228
229
 
229
230
  - Member list with grouping
231
+ - Search members in server
230
232
  - Presence indicators (Online, Idle, DND, Offline)
231
- - View User profile
233
+ - Configure user profile and custom activity status
232
234
 
233
235
  ### Typing Indicators & Read State
234
236
 
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "GPL-3.0-only",
25
25
  "name": "@chojs23/concord",
26
- "version": "2.1.12"
26
+ "version": "2.1.13"
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.1.12"
545
+ "version": "2.1.13"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/chojs23/concord/releases/download/v2.1.12"
3
+ "https://github.com/chojs23/concord/releases/download/v2.1.13"
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.1.12",
96
+ "version": "2.1.13",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"