Skip to content

Commit 8997c9c

Browse files
committed
@3.8.0
1 parent ca55ae0 commit 8997c9c

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

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

5+
## 3.8.0 (2021-08-10)
6+
7+
Logo support enhanced.
8+
9+
### Server Changes
10+
11+
- **config/server**: Add `logoDataInterval` to suppress parsing logo data frequently.
12+
- **service**: Save the each logo data to separate file instead of json db.
13+
- **ts-filter**: Add support for BS/CS logo. [#17](https://github.com/Chinachu/Mirakurun/issues/17)
14+
- **ui**: Add service list in "Status".
15+
16+
### Client Changes
17+
18+
- Add missing `type` definition in `Service`.
19+
20+
### Docker Changes
21+
22+
- Set env `NODE_ENV=production` by default.
23+
24+
### Other Changes
25+
26+
- **package**: Update dependencies.
27+
528
## 3.7.1 (2021-08-06)
629

730
Bug fixes and improvements to memory usage, etc.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mirakurun",
33
"preferGlobal": true,
44
"description": "Japanese DTV Tuner Server Service.",
5-
"version": "3.7.1",
5+
"version": "3.8.0",
66
"homepage": "https://github.com/Chinachu/Mirakurun",
77
"keywords": [
88
"mirakurun",

0 commit comments

Comments
 (0)