@chojs23/concord 2.5.4 → 2.5.6
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 +23 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.5.6] - 2026-08-07
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Fix referenced message navigation and redraw by @chojs23
|
|
10
|
+
- Harden background redraw detection and unify redraw tests by @chojs23
|
|
11
|
+
- Capture and classify native stderr by @chojs23
|
|
12
|
+
- Forum previews, author colors, and card separation by @chojs23
|
|
13
|
+
- Fix member identity hydration and cache preservation by @chojs23
|
|
14
|
+
- Avoid repeated bullets on wrapped list items (#295) in [#295](https://github.com/chojs23/concord/pull/295) by @kimbank
|
|
15
|
+
- Remove obsolete user identity paths by @chojs23
|
|
16
|
+
- Clippy by @chojs23
|
|
17
|
+
|
|
18
|
+
### New Contributors
|
|
19
|
+
|
|
20
|
+
- @kimbank made their first contribution in [#295](https://github.com/chojs23/concord/pull/295)
|
|
21
|
+
|
|
22
|
+
## [2.5.5] - 2026-08-06
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- Fix libva 2.24.1 compatible crates (#302) in [#302](https://github.com/chojs23/concord/pull/302) by @chojs23
|
|
27
|
+
|
|
5
28
|
## [2.5.4] - 2026-08-06
|
|
6
29
|
|
|
7
30
|
### Bug Fixes
|
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.5.
|
|
26
|
+
"version": "2.5.6"
|
|
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.
|
|
545
|
+
"version": "2.5.6"
|
|
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.
|
|
3
|
+
"https://github.com/chojs23/concord/releases/download/v2.5.6"
|
|
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.
|
|
96
|
+
"version": "2.5.6",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|