elit 3.6.2 → 3.6.4
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/Cargo.lock +2 -2
- package/Cargo.toml +1 -1
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/Cargo.lock
CHANGED
|
@@ -171,7 +171,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
|
171
171
|
|
|
172
172
|
[[package]]
|
|
173
173
|
name = "arboard"
|
|
174
|
-
version = "3.6.
|
|
174
|
+
version = "3.6.1"
|
|
175
175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
176
|
checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
|
|
177
177
|
dependencies = [
|
|
@@ -1211,7 +1211,7 @@ dependencies = [
|
|
|
1211
1211
|
|
|
1212
1212
|
[[package]]
|
|
1213
1213
|
name = "elit-desktop"
|
|
1214
|
-
version = "3.6.
|
|
1214
|
+
version = "3.6.4"
|
|
1215
1215
|
dependencies = [
|
|
1216
1216
|
"eframe",
|
|
1217
1217
|
"http",
|
package/Cargo.toml
CHANGED
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -955,7 +955,7 @@ The package also exports `elit/test`, `elit/test-runtime`, and `elit/test-report
|
|
|
955
955
|
|
|
956
956
|
Latest release notes live in [CHANGELOG.md](CHANGELOG.md).
|
|
957
957
|
|
|
958
|
-
Highlights in `v3.6.
|
|
958
|
+
Highlights in `v3.6.4`:
|
|
959
959
|
|
|
960
960
|
- Added `elit pm` for detached background process management of shell commands, file targets, and WAPK apps.
|
|
961
961
|
- Added `pm.apps[]` and `pm.dataDir` in `elit.config.*` for config-first process manager workflows.
|