Skip to content

Commit

Permalink
@3.9.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kanreisa committed Sep 1, 2021
1 parent 3931a19 commit bf23b3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Performance improvements, fixes for memory leaks and bugs related to EPG process

### Server Changes

- **config/server**: Add `disableWebUI` (Env: `DISABLE_WEB_UI` for Docker) to disable Web UI.
- **config/server**: Change several default values based on typical usage.
- `programGCInterval`: `900000` (15 mins) → `3600000` (1 hour)
- `epgGatheringInterval`: `900000` (15 mins) → `1800000` (30 mins)
Expand All @@ -33,8 +34,9 @@ Performance improvements, fixes for memory leaks and bugs related to EPG process
- **api/restart**: Improved the restart speed on Docker. (approx. 2 secs)
- **rpc**: Added a WebSocket RPC interface. (experimental)
- **ui**: Now using RPC interface.
- **ui**: Fix "EPG Gathering Network IDs" hex strings to upper case.
- **ui**: Add "EPG Gathering Interval" setting in Config/Server.
- **ui/status**: Fix "EPG Gathering Network IDs" hex strings to upper case.
- **ui/config**: Add "EPG Gathering Interval" setting in Config/Server.
- **ui/heart**: Add confirmation before accessing opencollective. [#106](https://github.com/Chinachu/Mirakurun/issues/106)

### Docker Changes

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mirakurun",
"preferGlobal": true,
"description": "Japanese DTV Tuner Server Service.",
"version": "3.9.0-beta.4",
"version": "3.9.0-beta.5",
"homepage": "https://github.com/Chinachu/Mirakurun",
"keywords": [
"mirakurun",
Expand Down

0 comments on commit bf23b3f

Please sign in to comment.