cloudcmd 19.12.4 → 19.13.0
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 +16 -0
- package/HELP.md +4 -1
- package/README.md +1 -1
- package/dist/cloudcmd.common.js +8 -0
- package/dist/cloudcmd.common.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist-dev/cloudcmd.common.js +2 -2
- package/dist-dev/sw.js +1 -1
- package/package.json +1 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2026.04.15, v19.13.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 48693d9e docker: io: XDG_CACHE_HOME
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 4b2395c5 cloudcmd: Ctrl + L: logout
|
|
8
|
+
- 977a8aaa docker: io: strace: add
|
|
9
|
+
- 7d0098fd docker: io: XDG_CACHE_HOME=/tmp/cache
|
|
10
|
+
- a89e901b actions: docker: io: add
|
|
11
|
+
|
|
12
|
+
2026.04.12, v19.12.5
|
|
13
|
+
|
|
14
|
+
feature:
|
|
15
|
+
- 1cfc1a6f docker: io: only amd64
|
|
16
|
+
|
|
1
17
|
2026.04.12, v19.12.4
|
|
2
18
|
|
|
3
19
|
feature:
|
package/HELP.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.
|
|
1
|
+
# Cloud Commander v19.13.0
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
|
@@ -186,6 +186,7 @@ Then, start the server again with `cloudcmd` and reload the page.
|
|
|
186
186
|
| `Ctrl + R` | refresh
|
|
187
187
|
| `Ctrl + D` | clear local storage
|
|
188
188
|
| `Ctrl + A` | select all files in a panel
|
|
189
|
+
| `Ctrl + L` | logout
|
|
189
190
|
| `Ctrl + M` | [rename selected files](https://github.com/coderaiser/cloudcmd/releases/tag/v12.1.0) in editor
|
|
190
191
|
| `Ctrl + U` | swap panels
|
|
191
192
|
| `Ctrl + F3` | sort by name
|
|
@@ -1114,6 +1115,8 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|
|
1114
1115
|
|
|
1115
1116
|
## Version history
|
|
1116
1117
|
|
|
1118
|
+
- *2026.04.15*, **[v19.13.0](//github.com/coderaiser/cloudcmd/releases/tag/v19.13.0)**
|
|
1119
|
+
- *2026.04.12*, **[v19.12.5](//github.com/coderaiser/cloudcmd/releases/tag/v19.12.5)**
|
|
1117
1120
|
- *2026.04.12*, **[v19.12.4](//github.com/coderaiser/cloudcmd/releases/tag/v19.12.4)**
|
|
1118
1121
|
- *2026.04.12*, **[v19.12.3](//github.com/coderaiser/cloudcmd/releases/tag/v19.12.3)**
|
|
1119
1122
|
- *2026.04.11*, **[v19.12.2](//github.com/coderaiser/cloudcmd/releases/tag/v19.12.2)**
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.
|
|
1
|
+
# Cloud Commander v19.13.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
package/dist/cloudcmd.common.js
CHANGED
|
@@ -6845,6 +6845,12 @@ async function _switchKey(event) {
|
|
|
6845
6845
|
event.preventDefault();
|
|
6846
6846
|
}
|
|
6847
6847
|
break;
|
|
6848
|
+
case key.L:
|
|
6849
|
+
if (ctrlMeta) {
|
|
6850
|
+
CloudCmd.logOut();
|
|
6851
|
+
event.preventDefault();
|
|
6852
|
+
}
|
|
6853
|
+
break;
|
|
6848
6854
|
case key.M:
|
|
6849
6855
|
if (ctrlMeta) {
|
|
6850
6856
|
if (config('vim')) CloudCmd.EditNamesVim.show();else CloudCmd.EditNames.show();
|
|
@@ -10532,6 +10538,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10532
10538
|
/* harmony export */ INSERT_MAC: () => (/* binding */ INSERT_MAC),
|
|
10533
10539
|
/* harmony export */ J: () => (/* binding */ J),
|
|
10534
10540
|
/* harmony export */ K: () => (/* binding */ K),
|
|
10541
|
+
/* harmony export */ L: () => (/* binding */ L),
|
|
10535
10542
|
/* harmony export */ LEFT: () => (/* binding */ LEFT),
|
|
10536
10543
|
/* harmony export */ M: () => (/* binding */ M),
|
|
10537
10544
|
/* harmony export */ MINUS: () => (/* binding */ MINUS),
|
|
@@ -10581,6 +10588,7 @@ const D = 68;
|
|
|
10581
10588
|
const G = 71;
|
|
10582
10589
|
const J = 74;
|
|
10583
10590
|
const K = 75;
|
|
10591
|
+
const L = 76;
|
|
10584
10592
|
const M = 77;
|
|
10585
10593
|
const O = 79;
|
|
10586
10594
|
const P = 80;
|