cloudcmd 17.1.6 → 17.2.1

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 CHANGED
@@ -1,3 +1,22 @@
1
+ 2024.03.29, v17.2.1
2
+
3
+ fix:
4
+ - cc134464 client: vim: space
5
+
6
+ feature:
7
+ - e3f89e88 dark mode: add
8
+ - c45b23fe css: vars: add
9
+ - b1f74c00 css: add vars
10
+
11
+ 2024.03.22, v17.2.0
12
+
13
+ feature:
14
+ - 3e565109 convert to ESM
15
+ - 770a0812 pack: get rid of mock-require
16
+ - 25d8faea rest: get rid of mock-require
17
+ - 401a669a user-menu: get rid of mock-require
18
+ - 4e32241d terminal: get rid of mock-require
19
+
1
20
  2024.03.21, v17.1.6
2
21
 
3
22
  feature:
@@ -5587,7 +5606,7 @@ fix:
5587
5606
  - (rest) onDelete: func(null, body) -> func
5588
5607
  - (rest) onStat: add var
5589
5608
  - (cloudcmd) change index path
5590
- - (server) start: url -> URL
5609
+ - (server) start: url -> PREFIX
5591
5610
  - (server) start: SSLPort -> sslPort
5592
5611
  - (server) start: Port -> port
5593
5612
  - (dom) getCurrentDirPath: "," -> ";"
package/HELP.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v17.1.6
1
+ # Cloud Commander v17.2.1
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -133,7 +133,7 @@ Cloud Commander supports the following command-line parameters:
133
133
 
134
134
  For options not specified by command-line parameters, Cloud Commander then reads configuration data from `~/.cloudcmd.json`. It uses port `8000` by default.
135
135
 
136
- To begin using the web client, go to this URL in your browser:
136
+ To begin using the web client, go to this PREFIX in your browser:
137
137
 
138
138
  ```
139
139
  http://localhost:8000
@@ -1093,6 +1093,8 @@ There are a lot of ways to be involved in `Cloud Commander` development:
1093
1093
 
1094
1094
  ## Version history
1095
1095
 
1096
+ - *2024.03.29*, **[v17.2.1](//github.com/coderaiser/cloudcmd/releases/tag/v17.2.1)**
1097
+ - *2024.03.22*, **[v17.2.0](//github.com/coderaiser/cloudcmd/releases/tag/v17.2.0)**
1096
1098
  - *2024.03.21*, **[v17.1.6](//github.com/coderaiser/cloudcmd/releases/tag/v17.1.6)**
1097
1099
  - *2024.03.20*, **[v17.1.5](//github.com/coderaiser/cloudcmd/releases/tag/v17.1.5)**
1098
1100
  - *2024.03.20*, **[v17.1.4](//github.com/coderaiser/cloudcmd/releases/tag/v17.1.4)**
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v17.1.6 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
1
+ # Cloud Commander v17.2.1 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4