cloudcmd 16.4.1 → 16.5.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.
Files changed (52) hide show
  1. package/ChangeLog +7 -0
  2. package/HELP.md +3 -1
  3. package/README.md +1 -1
  4. package/dist/cloudcmd.common.js +2 -2
  5. package/dist/cloudcmd.common.js.map +1 -1
  6. package/dist/cloudcmd.js +1 -1
  7. package/dist/cloudcmd.js.map +1 -1
  8. package/dist/modules/command-line.js +2 -0
  9. package/dist/modules/command-line.js.map +1 -0
  10. package/dist/modules/config.js +1 -1
  11. package/dist/modules/config.js.map +1 -1
  12. package/dist/modules/contact.js +1 -1
  13. package/dist/modules/contact.js.map +1 -1
  14. package/dist/modules/edit-file-vim.js +1 -1
  15. package/dist/modules/edit-file-vim.js.map +1 -1
  16. package/dist/modules/edit-file.js +1 -1
  17. package/dist/modules/edit-file.js.map +1 -1
  18. package/dist/modules/edit-names-vim.js +1 -1
  19. package/dist/modules/edit-names-vim.js.map +1 -1
  20. package/dist/modules/edit-names.js +1 -1
  21. package/dist/modules/edit-names.js.map +1 -1
  22. package/dist/modules/edit.js +1 -1
  23. package/dist/modules/edit.js.map +1 -1
  24. package/dist/modules/help.js +1 -1
  25. package/dist/modules/help.js.map +1 -1
  26. package/dist/modules/konsole.js +1 -1
  27. package/dist/modules/konsole.js.map +1 -1
  28. package/dist/modules/markdown.js +1 -1
  29. package/dist/modules/markdown.js.map +1 -1
  30. package/dist/modules/menu.js +1 -1
  31. package/dist/modules/menu.js.map +1 -1
  32. package/dist/modules/operation.js +1 -1
  33. package/dist/modules/operation.js.map +1 -1
  34. package/dist/modules/polyfill.js +1 -1
  35. package/dist/modules/polyfill.js.map +1 -1
  36. package/dist/modules/terminal-run.js +1 -1
  37. package/dist/modules/terminal-run.js.map +1 -1
  38. package/dist/modules/terminal.js +1 -1
  39. package/dist/modules/terminal.js.map +1 -1
  40. package/dist/modules/upload.js +1 -1
  41. package/dist/modules/upload.js.map +1 -1
  42. package/dist/modules/user-menu.js +1 -1
  43. package/dist/modules/user-menu.js.map +1 -1
  44. package/dist/modules/view.js +1 -1
  45. package/dist/modules/view.js.map +1 -1
  46. package/dist/sw.js +1 -1
  47. package/dist-dev/cloudcmd.common.js +1 -1
  48. package/dist-dev/cloudcmd.js +1 -1
  49. package/dist-dev/modules/command-line.js +170 -0
  50. package/dist-dev/sw.js +1 -1
  51. package/json/modules.json +1 -0
  52. package/package.json +4 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2022.08.06, v16.5.0
2
+
3
+ feature:
4
+ - client: add Command Line
5
+ - package: add funding
6
+ - (package) gritty v7.0.0
7
+
1
8
  2022.07.20, v16.4.1
2
9
 
3
10
  feature:
package/HELP.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v16.4.1
1
+ # Cloud Commander v16.5.0
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -172,6 +172,7 @@ Then, start the server again with `cloudcmd` and reload the page.
172
172
  | `*` | select/unselect all
173
173
  | `+` | expand selection
174
174
  | `-` | shrink selection
175
+ | `:` | open Command Line
175
176
  | `Ctrl + X` | cut to buffer
176
177
  | `Ctrl + C` | copy to buffer
177
178
  | `Ctrl + V` | paste from buffer
@@ -1084,6 +1085,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
1084
1085
 
1085
1086
  ## Version history
1086
1087
 
1088
+ - *2022.08.06*, **[v16.5.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.5.0)**
1087
1089
  - *2022.07.20*, **[v16.4.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.4.1)**
1088
1090
  - *2022.07.11*, **[v16.4.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.4.0)**
1089
1091
  - *2022.07.02*, **[v16.3.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.3.1)**
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v16.4.1 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
1
+ # Cloud Commander v16.5.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