Skip to content

Commit

Permalink
@3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanreisa committed Jul 2, 2021
1 parent 7ca0dbd commit fbe77ce
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 3.6.0 (2021-07-02)

Performance improvements and new features.

### Server Changes

- **server**: Add support for processing multiple frames (TSMF). [#90](https://github.com/Chinachu/Mirakurun/pull/90)
- **server**: Add support for Cross-Origin Resource Sharing (CORS).
- **ts-filter**: Minor performance improvements.
- **api**: \[`config/channels/scan`\] Add support 4 slots for transponders in BS. [#93](https://github.com/Chinachu/Mirakurun/pull/93)
- **ui**: Add "Special Thanks" (heart).

### Docker Changes

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

### Other Changes

- Remove deprecated Mirakurun-UI from Readme. [#85](https://github.com/Chinachu/Mirakurun/pull/85)
- Fix webpack error on Windows. [#87](https://github.com/Chinachu/Mirakurun/pull/87)
- Update dependencies.

## 3.5.0 (2021-01-11)

This is **Important Update** for any devices.
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.5.0",
"version": "3.6.0",
"homepage": "https://github.com/Chinachu/Mirakurun",
"keywords": [
"mirakurun",
Expand Down

0 comments on commit fbe77ce

Please sign in to comment.