@chojs23/concord 2.1.11 → 2.1.12
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 +10 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.1.12] - 2026-06-07
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- _(deps)_ Lock ratatui-image by @chojs23
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Tasks
|
|
12
|
+
|
|
13
|
+
- _(ci)_ Remove legacy Darwin SDK framework inputs from Nix flake by @chojs23
|
|
14
|
+
|
|
5
15
|
## [2.1.11] - 2026-06-07
|
|
6
16
|
|
|
7
17
|
### Features
|
package/README.md
CHANGED
|
@@ -65,19 +65,19 @@ brew install opus pkg-config
|
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
```sh
|
|
68
|
-
cargo install concord
|
|
68
|
+
cargo install concord --locked
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
To install without local voice playback and microphone support:
|
|
72
72
|
|
|
73
73
|
```sh
|
|
74
|
-
cargo install concord --no-default-features
|
|
74
|
+
cargo install concord --locked --no-default-features
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
To install the latest unreleased version directly from the Git repository:
|
|
78
78
|
|
|
79
79
|
```sh
|
|
80
|
-
cargo install --git https://github.com/chojs23/concord
|
|
80
|
+
cargo install --locked --git https://github.com/chojs23/concord
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
### Nix
|
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.1.
|
|
26
|
+
"version": "2.1.12"
|
|
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.
|
|
545
|
+
"version": "2.1.12"
|
|
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.
|
|
3
|
+
"https://github.com/chojs23/concord/releases/download/v2.1.12"
|
|
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.
|
|
96
|
+
"version": "2.1.12",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|