cloudcmd 19.1.14 → 19.1.15
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 +9 -3
- package/HELP.md +2 -1
- package/README.md +1 -1
- package/dist/cloudcmd.common.js +2 -2
- package/dist/cloudcmd.common.js.map +1 -1
- package/dist/cloudcmd.js +1 -1
- package/dist/cloudcmd.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist-dev/cloudcmd.common.js +31 -31
- package/dist-dev/sw.js +1 -1
- package/package.json +1 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
2026.01.28, v19.1.15
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 265c0b49 client: key: vim: migrate to ESM
|
|
5
|
+
- 3bc49f02 client: set-current-by-char: migrate to ESM
|
|
6
|
+
|
|
1
7
|
2026.01.28, v19.1.14
|
|
2
8
|
|
|
3
9
|
feature:
|
|
@@ -7106,7 +7112,7 @@ with clicks on files.
|
|
|
7106
7112
|
- Removed allowed from cache property in config.
|
|
7107
7113
|
|
|
7108
7114
|
- Added ability to hide "Upload To" menu item if
|
|
7109
|
-
no storage modules
|
|
7115
|
+
no storage modules set up in modules.json.
|
|
7110
7116
|
|
|
7111
7117
|
- From now any file minifying only if last modified
|
|
7112
7118
|
time was changed.
|
|
@@ -7312,7 +7318,7 @@ in any position in anyLoadOnLoad function.
|
|
|
7312
7318
|
- Added chainable to Cache object in DOM.
|
|
7313
7319
|
|
|
7314
7320
|
- Changed default ip to null so IP would be geted from
|
|
7315
|
-
config.json only if it
|
|
7321
|
+
config.json only if it set up.
|
|
7316
7322
|
|
|
7317
7323
|
- Fixed bug with starting node from other then projects dir.
|
|
7318
7324
|
|
|
@@ -7621,7 +7627,7 @@ time was possible.
|
|
|
7621
7627
|
|
|
7622
7628
|
- Fixed bug with undefined size on root directory of Cloud Commander.
|
|
7623
7629
|
Now Cloud Commander writes size 0, if can't get size, and besides will
|
|
7624
|
-
|
|
7630
|
+
set b char: "0b".
|
|
7625
7631
|
|
|
7626
7632
|
- Added supporting of Russian language in directory names.
|
|
7627
7633
|
|
package/HELP.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.1.
|
|
1
|
+
# Cloud Commander v19.1.15
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
|
@@ -1111,6 +1111,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|
|
1111
1111
|
|
|
1112
1112
|
## Version history
|
|
1113
1113
|
|
|
1114
|
+
- *2026.01.28*, **[v19.1.15](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.15)**
|
|
1114
1115
|
- *2026.01.28*, **[v19.1.14](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.14)**
|
|
1115
1116
|
- *2026.01.27*, **[v19.1.13](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.13)**
|
|
1116
1117
|
- *2026.01.27*, **[v19.1.12](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.12)**
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.1.
|
|
1
|
+
# Cloud Commander v19.1.15 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|