Skip to content

Commit

Permalink
Release: version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2023
1 parent dc26018 commit fd54f72
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends aria2 ca-certif
## サードパーティーライブラリは変更が少ないので、先にダウンロード処理を実行してビルドキャッシュを効かせる
WORKDIR /
## リリース版用
RUN aria2c -x10 https://github.com/tsukumijima/KonomiTV/releases/download/v0.8.0/thirdparty-linux.tar.xz
RUN aria2c -x10 https://github.com/tsukumijima/KonomiTV/releases/download/v0.9.0/thirdparty-linux.tar.xz
RUN tar xvf thirdparty-linux.tar.xz
## 開発版 (0.x.x-dev) 用
# RUN aria2c -x10 https://nightly.link/tsukumijima/KonomiTV/actions/runs/6864782131/thirdparty-linux.tar.xz.zip
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ Docker Compose は V1 と V2 の両方に対応していますが、できれば
<img width="100%" src="https://user-images.githubusercontent.com/39271166/201463450-96bb686e-c5bb-493d-b907-57b5f51ac986.png"><br>

```bash
curl -LO https://github.com/tsukumijima/KonomiTV/releases/download/v0.8.0/KonomiTV-Installer.elf
curl -LO https://github.com/tsukumijima/KonomiTV/releases/download/v0.9.0/KonomiTV-Installer.elf
chmod a+x KonomiTV-Installer.elf
./KonomiTV-Installer.elf
```
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions client/dist/assets/js/app.36ab59fc.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions client/dist/assets/js/app.e10bf59d.js

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
font-weight: 700;
font-display: swap;
src: url('/assets/fonts/NotoSansJP-Bold.woff2') format('woff2');
}</style><script defer="defer" src="/assets/js/chunk-vendors.a9cb9306.js"></script><script defer="defer" src="/assets/js/app.e10bf59d.js"></script><link href="/assets/css/chunk-vendors.451e31b9.css" rel="stylesheet"><link href="/assets/css/app.1b450966.css" rel="stylesheet"><link rel="icon" type="image/svg+xml" href="/assets/images/icons/favicon.svg"><link rel="icon" type="image/png" sizes="32x32" href="/assets/images/icons/favicon-32px.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/images/icons/favicon-16px.png"><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#0D0807"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="KonomiTV"><link rel="apple-touch-icon" href="/assets/images/icons/apple-touch-icon.png"><meta name="msapplication-TileColor" content="#000000"></head><body style="background:#1E1310; color:#FFEAEA;"><noscript><strong>We're sorry but KonomiTV doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
}</style><script defer="defer" src="/assets/js/chunk-vendors.d1a39627.js"></script><script defer="defer" src="/assets/js/app.36ab59fc.js"></script><link href="/assets/css/chunk-vendors.451e31b9.css" rel="stylesheet"><link href="/assets/css/app.1b450966.css" rel="stylesheet"><link rel="icon" type="image/svg+xml" href="/assets/images/icons/favicon.svg"><link rel="icon" type="image/png" sizes="32x32" href="/assets/images/icons/favicon-32px.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/images/icons/favicon-16px.png"><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#0D0807"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="KonomiTV"><link rel="apple-touch-icon" href="/assets/images/icons/apple-touch-icon.png"><meta name="msapplication-TileColor" content="#000000"></head><body style="background:#1E1310; color:#FFEAEA;"><noscript><strong>We're sorry but KonomiTV doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
2 changes: 1 addition & 1 deletion client/dist/service-worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/service-worker.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KonomiTV",
"version": "0.9.0-dev",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "concurrently --raw \"npm:dev-https\" \"vue-cli-service serve\"",
Expand Down
2 changes: 1 addition & 1 deletion installer/KonomiTV-Installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


# インストール or アップデート対象の KonomiTV バージョン
TARGET_VERSION = '0.8.0'
TARGET_VERSION = '0.9.0'

def ShowHeader():
print(Padding(Rule(
Expand Down
2 changes: 1 addition & 1 deletion installer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "KonomiTV-Installer"
version = "0.9.0-dev"
version = "0.9.0"
description = "KonomiTV Installer"
authors = ["tsukumi <[email protected]>"]
# ref: https://github.com/python-poetry/poetry/issues/1537#issuecomment-1154642727
Expand Down
2 changes: 1 addition & 1 deletion server/app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


# バージョン
VERSION = '0.9.0-dev'
VERSION = '0.9.0'

# ベースディレクトリ
BASE_DIR = Path(__file__).resolve().parent.parent
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "KonomiTV"
version = "0.9.0-dev"
version = "0.9.0"
description = "KonomiTV: Kept Organized, Notably Optimized, Modern Interface TV media server"
authors = ["tsukumi <[email protected]>"]
# ref: https://github.com/python-poetry/poetry/issues/1537#issuecomment-1154642727
Expand Down

0 comments on commit fd54f72

Please sign in to comment.