@chojs23/concord 2.5.13 → 2.5.14

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.5.14] - 2026-08-30
6
+
7
+ ### Bug Fixes
8
+
9
+ - _(tui)_ Expand tabs in fenced code blocks (#336) in [#336](https://github.com/chojs23/concord/pull/336) by @gandol
10
+ - _(tui)_ Preserve syntax semantics when expanding code tabs by @chojs23
11
+ - _(voice)_ Satisfy Rust 1.91 clippy (#334) in [#334](https://github.com/chojs23/concord/pull/334) by @Andiveli
12
+ - _(ci)_ Skip CI for unrelated repository changes by @chojs23
13
+ - _(messages)_ Fix Components V2 section thumbnail layout by @chojs23
14
+
15
+ ### Features
16
+
17
+ - _(tui)_ Enlarge standalone custom emoji previews (#335) in [#335](https://github.com/chojs23/concord/pull/335) by @gandol
18
+ - _(messages)_ Support Components V2 and improve embed rendering (#340) in [#340](https://github.com/chojs23/concord/pull/340) by @chojs23
19
+ - _(tui)_ Show voice channel capacity in channel pane by @chojs23
20
+
21
+ ### New Contributors
22
+
23
+ - @Andiveli made their first contribution in [#334](https://github.com/chojs23/concord/pull/334)
24
+
5
25
  ## [2.5.13] - 2026-08-24
6
26
 
7
27
  ### Bug Fixes
@@ -1023,7 +1043,7 @@ All notable changes to this project will be documented in this file.
1023
1043
 
1024
1044
  ### Bug Fixes
1025
1045
 
1026
- - _(tui)_ Detect URLs in reply quotes and forwarded messages (#107) in [#107](https://github.com/chojs23/concord/pull/107) by @SAY-5
1046
+ - _(tui)_ Detect URLs in reply quotes and forwarded messages (#107) by @SAY-5
1027
1047
  - Use transient typing display names for TYPING_START by @chojs23
1028
1048
  - Clear typing indicator when a typer sends a message by @chojs23
1029
1049
  - Composer newline fallbacks (#112) in [#112](https://github.com/chojs23/concord/pull/112) by @chojs23
@@ -1045,7 +1065,7 @@ All notable changes to this project will be documented in this file.
1045
1065
 
1046
1066
  ### New Contributors
1047
1067
 
1048
- - @SAY-5 made their first contribution in [#107](https://github.com/chojs23/concord/pull/107)
1068
+ - @SAY-5 made their first contribution
1049
1069
 
1050
1070
  ## [2.0.3] - 2026-05-19
1051
1071
 
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "GPL-3.0-only",
25
25
  "name": "@chojs23/concord",
26
- "version": "2.5.13"
26
+ "version": "2.5.14"
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.5.13"
545
+ "version": "2.5.14"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/chojs23/concord/releases/download/v2.5.13"
3
+ "https://github.com/chojs23/concord/releases/download/v2.5.14"
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.5.13",
96
+ "version": "2.5.14",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"