Skip to content

Commit

Permalink
@3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanreisa committed Jan 11, 2021
1 parent ce72399 commit 2600cc7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

see [Commit Logs](https://github.com/Chinachu/Mirakurun/commits/master) to check all.

## 3.5.0 (2021-01-11)

This is **Important Update** for any devices.

- ✅ Improved Performance
- ✅ Improved Reliability
- ✅ Fixed Critical Bug

### Server Changes

- **program**: Change timing of save to data file to 10 seconds for reduce I/O usage.
- **ts-decoder**: Implemented `decoder` command auto-heal, path-through fallback. (new feature)
- **ts-filter**: Use `stream.Transform` instead of `stream.Duplex`.
- **ts-filter**: Make drop on error packet to fix broken TS output. (bug)
- **ts-filter**: Fix high CPU usage on waiting.
- **ts-filter**: Improve performance.
- **tuner-device**: Add `<freq>` and `<polarity>` to tuner command. [#77](https://github.com/Chinachu/Mirakurun/issues/77)
- **tuner-device**: Improve performance.

### Docker Changes

- Update base image to `node:14.15.4-buster-slim`.

## 3.4.1 (2020-12-28)

### Server Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "3.5.0",
"homepage": "https://github.com/Chinachu/Mirakurun",
"keywords": [
"mirakurun",
Expand Down

0 comments on commit 2600cc7

Please sign in to comment.