You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. **If there is an environment variable type switch, it needs to be moved to `external.js` or it will not load on `v1.4.0` and later.**
4
-
2. **Developers need to manually clean up `/image.jpg` created by previous versions (optional).**
1
+
### 1.4.1
2
+
1. api: Fix an issue that reported an error if `ban` was turned on without `rename`.
5
3
6
-
### Security update
4
+
### 1.4.0
7
5
1. server.callback.hbwgconfig: (Security update) Disable viewing of project raw configuration via variable.
8
-
9
-
### Feature
10
-
1. (feature)server.tmp(develop): Move temporary files to the `/tmp` directory: this directory is automatically cleared and reset after a program restart. The default folder name can be changed via environment variables.
11
-
2. (feature)server.tmp(develop): Cache `external.js` synchronously to `/tmp` before subsequent mounts.
4. (feature)source.bingsrc(develop): Returns the result of the original request to the bing server.
14
-
5. (feature)rubots(develop): Add `robots.txt`
15
-
6. (feature)external.refreshtask(develop): Developers can customize some tasks to be performed when the server refreshes resources.
16
-
17
-
### Bug Fixes
18
-
1. server.getupdate: Change the default notification level from `info` to `warn`.
19
-
2. server.getupdate: Remove compatibility code for environment variable type switches.
20
-
3. server.getupdate: Fix bugs in `getupdate`.
21
-
4. api: Allows to change the URL of the API.
22
-
5. api: Allows to disable the API.
23
-
6. server: Move the program version number loading display to the first place.
24
-
7. server: Check if wget exists on the device.
25
-
8. server.getupdate.packageurl: Updates the package.json source, defaults to getting it from npm instead of Github.
6
+
2. (feature)server.tmp(develop): Move temporary files to the `/tmp` directory: this directory is automatically cleared and reset after a program restart. The default folder name can be changed via environment variables.
7
+
3. (feature)server.tmp(develop): Cache `external.js` synchronously to `/tmp` before subsequent mounts.
0 commit comments