cloudcmd 16.18.0 → 17.0.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 +11 -0
- package/HELP.md +2 -1
- package/README.md +1 -1
- package/dist/cloudcmd.css +1 -1
- package/dist/sw.js +1 -1
- package/dist-dev/cloudcmd.css +179 -160
- package/dist-dev/cloudcmd.js +1 -1
- package/dist-dev/columns/name-size-date.css +0 -1
- package/dist-dev/config.css +24 -10
- package/dist-dev/nojs.css +2 -1
- package/dist-dev/sw.js +1 -1
- package/dist-dev/terminal.css +0 -1
- package/dist-dev/user-menu.css +0 -1
- package/dist-dev/view.css +4 -3
- package/package.json +9 -9
- package/server/route.js +0 -2
- package/server/user-menu.js +15 -16
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2023.12.12, v17.0.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 154e3b07 cloudcmd: find-up v7.0.0
|
|
5
|
+
- a02d288d cloudcmd: @putout/babel v2.0.0
|
|
6
|
+
- 3314f9b9 drop support of node < 18
|
|
7
|
+
- a6afa205 cloudcmd: supertape v9.0.0
|
|
8
|
+
- e600c05d cloudcmd: eslint-plugin-putout v22.0.0
|
|
9
|
+
- 99c00954 cloudcmd: madrun v10.0.0
|
|
10
|
+
- afdf7434 cloudcmd: putout v34.0.7
|
|
11
|
+
|
|
1
12
|
2023.12.08, v16.18.0
|
|
2
13
|
|
|
3
14
|
feature:
|
package/HELP.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander
|
|
1
|
+
# Cloud Commander v17.0.0
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
|
@@ -1093,6 +1093,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|
|
1093
1093
|
|
|
1094
1094
|
## Version history
|
|
1095
1095
|
|
|
1096
|
+
- *2023.12.12*, **[v17.0.0](//github.com/coderaiser/cloudcmd/releases/tag/v17.0.0)**
|
|
1096
1097
|
- *2023.12.08*, **[v16.18.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.18.0)**
|
|
1097
1098
|
- *2023.12.04*, **[v16.17.9](//github.com/coderaiser/cloudcmd/releases/tag/v16.17.9)**
|
|
1098
1099
|
- *2023.12.04*, **[v16.17.8](//github.com/coderaiser/cloudcmd/releases/tag/v16.17.8)**
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander
|
|
1
|
+
# Cloud Commander v17.0.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
|
|