cloudcmd 18.7.2 → 18.7.4
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 +14 -1
- package/HELP.md +4 -2
- package/README.md +2 -2
- package/dist/cloudcmd.common.css +1 -1
- package/dist/cloudcmd.common.js +1 -1
- package/dist/cloudcmd.common.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist-dev/cloudcmd.common.css +2 -1
- package/dist-dev/cloudcmd.common.js +40 -7
- package/dist-dev/sw.js +1 -1
- package/package.json +1 -2
package/ChangeLog
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
|
+
2025.08.30, v18.7.4
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- a6d18ddb select file: name -> line
|
|
5
|
+
- 2077468a client: listeners: click: avoid select on conext menu
|
|
6
|
+
- 64e4aba4 client: menu: before show: unsetBind
|
|
7
|
+
|
|
8
|
+
2025.07.26, v18.7.3
|
|
9
|
+
|
|
10
|
+
fix:
|
|
11
|
+
- 884c83eb client: polyfill (#442)
|
|
12
|
+
|
|
1
13
|
2025.07.24, v18.7.2
|
|
2
14
|
|
|
3
15
|
feature:
|
|
4
|
-
-
|
|
16
|
+
- 2e775908 cloudcmd: html-looks-like: remove
|
|
17
|
+
- bb6a7a28 docker: npm -> bun
|
|
5
18
|
|
|
6
19
|
2025.07.06, v18.7.1
|
|
7
20
|
|
package/HELP.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# Cloud Commander v18.7.
|
|
1
|
+
# Cloud Commander v18.7.4
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
|
5
5
|
[MainURL]: https://cloudcmd.io "Main"
|
|
6
6
|
[BlogURL]: https://blog.cloudcmd.io "Blog"
|
|
7
7
|
[SupportURL]: https://patreon.com/coderaiser "Patreon"
|
|
8
|
-
[DemoURL]: https://cloudcmd.onrender.com/
|
|
8
|
+
[DemoURL]: https://cloudcmd-zdp6.onrender.com/
|
|
9
9
|
[DWORD]: https://github.com/cloudcmd/dword "Editor based on CodeMirror"
|
|
10
10
|
[EDWARD]: https://github.com/cloudcmd/edward "Editor based on Ace"
|
|
11
11
|
[DEEPWORD]: https://github.com/cloudcmd/deepword "Editor based on Monaco"
|
|
@@ -1098,6 +1098,8 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|
|
1098
1098
|
|
|
1099
1099
|
## Version history
|
|
1100
1100
|
|
|
1101
|
+
- *2025.08.30*, **[v18.7.4](//github.com/coderaiser/cloudcmd/releases/tag/v18.7.4)**
|
|
1102
|
+
- *2025.07.26*, **[v18.7.3](//github.com/coderaiser/cloudcmd/releases/tag/v18.7.3)**
|
|
1101
1103
|
- *2025.07.24*, **[v18.7.2](//github.com/coderaiser/cloudcmd/releases/tag/v18.7.2)**
|
|
1102
1104
|
- *2025.07.06*, **[v18.7.1](//github.com/coderaiser/cloudcmd/releases/tag/v18.7.1)**
|
|
1103
1105
|
- *2025.07.05*, **[v18.7.0](//github.com/coderaiser/cloudcmd/releases/tag/v18.7.0)**
|
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# Cloud Commander v18.7.
|
|
1
|
+
# Cloud Commander v18.7.4 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
|
5
5
|
[MainURL]: https://cloudcmd.io "Main"
|
|
6
6
|
[BlogURL]: https://blog.cloudcmd.io "Blog"
|
|
7
7
|
[SupportURL]: https://patreon.com/coderaiser "Patreon"
|
|
8
|
-
[DemoURL]: https://cloudcmd.onrender.com
|
|
8
|
+
[DemoURL]: https://cloudcmd-zdp6.onrender.com
|
|
9
9
|
[NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png
|
|
10
10
|
[BuildStatusURL]: https://github.com/coderaiser/cloudcmd/actions/workflows/nodejs.yml "Build Status"
|
|
11
11
|
[BuildStatusIMGURL]: https://github.com/coderaiser/cloudcmd/actions/workflows/nodejs.yml/badge.svg
|