cloudcmd 19.1.13 → 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 +15 -3
- package/HELP.md +3 -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/modules/cloud.js +1 -1
- package/dist/modules/cloud.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist-dev/cloudcmd.common.js +57 -79
- package/dist-dev/modules/cloud.js +1 -1
- package/dist-dev/sw.js +2 -2
- package/package.json +1 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
7
|
+
2026.01.28, v19.1.14
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- f8a63b5a client: key: binder: migrate to ESM
|
|
11
|
+
- 2cc97f33 client: cloud: migrate to ESM
|
|
12
|
+
|
|
1
13
|
2026.01.27, v19.1.13
|
|
2
14
|
|
|
3
15
|
feature:
|
|
@@ -7100,7 +7112,7 @@ with clicks on files.
|
|
|
7100
7112
|
- Removed allowed from cache property in config.
|
|
7101
7113
|
|
|
7102
7114
|
- Added ability to hide "Upload To" menu item if
|
|
7103
|
-
no storage modules
|
|
7115
|
+
no storage modules set up in modules.json.
|
|
7104
7116
|
|
|
7105
7117
|
- From now any file minifying only if last modified
|
|
7106
7118
|
time was changed.
|
|
@@ -7306,7 +7318,7 @@ in any position in anyLoadOnLoad function.
|
|
|
7306
7318
|
- Added chainable to Cache object in DOM.
|
|
7307
7319
|
|
|
7308
7320
|
- Changed default ip to null so IP would be geted from
|
|
7309
|
-
config.json only if it
|
|
7321
|
+
config.json only if it set up.
|
|
7310
7322
|
|
|
7311
7323
|
- Fixed bug with starting node from other then projects dir.
|
|
7312
7324
|
|
|
@@ -7615,7 +7627,7 @@ time was possible.
|
|
|
7615
7627
|
|
|
7616
7628
|
- Fixed bug with undefined size on root directory of Cloud Commander.
|
|
7617
7629
|
Now Cloud Commander writes size 0, if can't get size, and besides will
|
|
7618
|
-
|
|
7630
|
+
set b char: "0b".
|
|
7619
7631
|
|
|
7620
7632
|
- Added supporting of Russian language in directory names.
|
|
7621
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,8 @@ 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)**
|
|
1115
|
+
- *2026.01.28*, **[v19.1.14](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.14)**
|
|
1114
1116
|
- *2026.01.27*, **[v19.1.13](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.13)**
|
|
1115
1117
|
- *2026.01.27*, **[v19.1.12](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.12)**
|
|
1116
1118
|
- *2026.01.25*, **[v19.1.11](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.11)**
|
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
|
|