cloudcmd 16.7.0 → 16.9.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 +12 -0
- package/HELP.md +3 -1
- package/README.md +1 -1
- package/dist/cloudcmd.common.js +3 -3
- package/dist/cloudcmd.common.js.map +1 -1
- package/dist/cloudcmd.js +1 -1
- package/dist/cloudcmd.js.map +1 -1
- package/dist/modules/konsole.js +1 -1
- package/dist/modules/konsole.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist-dev/cloudcmd.common.js +12 -12
- package/dist-dev/cloudcmd.js +3 -3
- package/dist-dev/modules/konsole.js +1 -1
- package/dist-dev/modules/polyfill.js +1 -1
- package/dist-dev/sw.js +1 -1
- package/package.json +4 -5
- package/static/user-menu.js +34 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2023.01.17, v16.9.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- package: scroll-into-view-if-needed v3.0.4
|
|
5
|
+
- package: tar-stream v3.0.0
|
|
6
|
+
- static: user-menu: add recipes from Cookbook
|
|
7
|
+
|
|
8
|
+
2023.01.16, v16.8.0
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- package: @putout/plugin-cloudcmd v2.0.0: CloudCmd.loadDir() -> CloudCmd.changeDir()'
|
|
12
|
+
|
|
1
13
|
2023.01.15, v16.7.0
|
|
2
14
|
|
|
3
15
|
feature:
|
package/HELP.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v16.
|
|
1
|
+
# Cloud Commander v16.9.0
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
|
@@ -1085,6 +1085,8 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|
|
1085
1085
|
|
|
1086
1086
|
## Version history
|
|
1087
1087
|
|
|
1088
|
+
- *2023.01.17*, **[v16.9.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.9.0)**
|
|
1089
|
+
- *2023.01.16*, **[v16.8.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.8.0)**
|
|
1088
1090
|
- *2023.01.15*, **[v16.7.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.7.0)**
|
|
1089
1091
|
- *2022.10.20*, **[v16.6.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.6.1)**
|
|
1090
1092
|
- *2022.10.09*, **[v16.6.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.6.0)**
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v16.
|
|
1
|
+
# Cloud Commander v16.9.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
|
|