Skip to content

Commit

Permalink
@3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanreisa committed Aug 10, 2021
1 parent ca55ae0 commit 8997c9c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 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.8.0 (2021-08-10)

Logo support enhanced.

### Server Changes

- **config/server**: Add `logoDataInterval` to suppress parsing logo data frequently.
- **service**: Save the each logo data to separate file instead of json db.
- **ts-filter**: Add support for BS/CS logo. [#17](https://github.com/Chinachu/Mirakurun/issues/17)
- **ui**: Add service list in "Status".

### Client Changes

- Add missing `type` definition in `Service`.

### Docker Changes

- Set env `NODE_ENV=production` by default.

### Other Changes

- **package**: Update dependencies.

## 3.7.1 (2021-08-06)

Bug fixes and improvements to memory usage, etc.
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.7.1",
"version": "3.8.0",
"homepage": "https://github.com/Chinachu/Mirakurun",
"keywords": [
"mirakurun",
Expand Down

0 comments on commit 8997c9c

Please sign in to comment.