@chojs23/concord 2.2.2 → 2.2.3
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 +26 -0
- package/README.md +2 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.2.3] - 2026-06-18
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Limit image protocol refresh to modal popup open/close by @chojs23
|
|
10
|
+
- Fix thread-kind reuse by @chojs23
|
|
11
|
+
- Fix mention detecting by authoritative Discord gateway fields (#198) in [#198](https://github.com/chojs23/concord/pull/198) by @chojs23
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
- Add sign-out feature (#202) in [#202](https://github.com/chojs23/concord/pull/202) by @chojs23
|
|
16
|
+
|
|
17
|
+
### Miscellaneous Tasks
|
|
18
|
+
|
|
19
|
+
- Extract app helper modules by @chojs23
|
|
20
|
+
|
|
21
|
+
### Refactor
|
|
22
|
+
|
|
23
|
+
- Split media cache modules by resource by @chojs23
|
|
24
|
+
- Refactor media structure and add jobs by @chojs23
|
|
25
|
+
- Extract dashboard event reducer by @chojs23
|
|
26
|
+
- Redesign modules by @chojs23
|
|
27
|
+
- Reuse message payloads in app events by @chojs23
|
|
28
|
+
- Merge presence updates into optional guild event by @chojs23
|
|
29
|
+
- Refactor some states duplication by @chojs23
|
|
30
|
+
|
|
5
31
|
## [2.2.2] - 2026-06-14
|
|
6
32
|
|
|
7
33
|
### Documentation
|
package/README.md
CHANGED
|
@@ -168,7 +168,8 @@ By default, tokens are saved in the system keychain when available. In the
|
|
|
168
168
|
default `auto` mode, Concord falls back to its state directory when keychain
|
|
169
169
|
storage is unavailable. See the Security section below for details.
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
To sign out with the default keys, open your profile with `Space`, `p`, then
|
|
172
|
+
choose `[o] Sign out`.
|
|
172
173
|
|
|
173
174
|
### Guilds & Channels
|
|
174
175
|
|
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.3"
|
|
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.3"
|
|
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.3"
|
|
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.3",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|