Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v0.14.0 #650

Merged
merged 3 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .Net6 CI/CD
name: .Net8 CI/CD
on:
push:
tags:
Expand Down
4 changes: 2 additions & 2 deletions Niconicome/Niconicome.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<AssemblyVersion>0.13.3.*</AssemblyVersion>
<AssemblyVersion>0.14.0.*</AssemblyVersion>
<FileVersion>0.0.0.0</FileVersion>
<AnalysisLevel>latest</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Deterministic>false</Deterministic>
<Version>0.13.3</Version>
<Version>0.14.0</Version>
<PackageProjectUrl>https://github.com/Hayao-H/Niconicome</PackageProjectUrl>
<Copyright>c2023 Hayao-H</Copyright>
<Authors>Hayao-H</Authors>
Expand Down
134 changes: 0 additions & 134 deletions Niconicome/Views/Setting/SettingWindow.xaml

This file was deleted.

27 changes: 0 additions & 27 deletions Niconicome/Views/Setting/SettingWindow.xaml.cs

This file was deleted.

30 changes: 26 additions & 4 deletions Niconicome/Views/Setting/V2/Pages/Applnfo.razor
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div>
<a href="https://github.com/Hayao-H/Niconicome">プロジェクトページ</a><br />
<a href="https://niconicome.slack.com/join/shared_invite/zt-ob8ff84w-ffXrVh1TDEokbsgahkVAIw#/shared-invite/email">Slack</a><br />
<a href="https://twitter.com/NiconicomeD">Twitter</a><br />
<a href="https://x.com/NiconicomeD">X</a><br />
<a href="https://github.com/Hayao-H/Niconicome/wiki">wiki</a>
</div>
</div>
Expand Down Expand Up @@ -165,16 +165,38 @@
</div>

<div class="LicenseContent">
<a href="https://videojs.com/">
video.js
<a href="https://github.com/video-dev/hls.js">
hls.js
</a>


<a href="https://github.com/videojs/video.js/blob/main/LICENSE">
<a href="https://github.com/video-dev/hls.js?tab=License-1-ov-file#readme">
Read license github.com
</a>
</div>

<div class="LicenseContent">
<a href="https://ja.react.dev/">
React
</a>


<a href="https://github.com/facebook/react/blob/main/LICENSE">
Read license github.com
</a>
</div>

<div class="LicenseContent">
<a href="https://www.bouncycastle.org/">
Bouncy Castle
</a>


<a href="https://www.bouncycastle.org/about/license/">
Read license bouncycastle.org
</a>
</div>

</div>
</div>
</div>
Expand Down
10 changes: 0 additions & 10 deletions Niconicome/Views/Setting/V2/Pages/Download.razor
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@
</select>
</div>

<div class="SettingContent">
<p class="Title"><i class="Icon fa-solid fa-basket-shopping"></i>市場情報ファイルの保存形式</p>
<select class="form-select Select" @bind="DataContext.IchibaInfoType.Value">
@foreach (var x in DataContext.SelectableIchibaInfoType)
{
<option value="@x.Value">@x.DidplayValue</option>
}
</select>
</div>

<div class="SettingContent">
<label class="Title" for="downloadAll" title="無効にすると現在のプレイリストの動画のみDLします"><i class="Icon fa-solid fa-list"></i>メインページのダウンロードボタンでキューのタスク全てをDLする</label>
<div class="form-check form-switch">
Expand Down
7 changes: 0 additions & 7 deletions Niconicome/Views/Setting/V2/Pages/File.razor
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@
</div>
</div>

<div class="SettingContent">
<p class="Title"><i class="Icon fa-solid fa-basket-shopping"></i>市場情報ファイルの接尾辞</p>
<div class="input-group mb-3 Input">
<input type="text" class="form-control" @bind="DataContext.IchibaSuffix.Value">
</div>
</div>

<div class="SettingContent">
<p class="Title"><i class="Icon fa-solid fa-circle-info"></i>動画情報ファイルの接尾辞</p>
<div class="input-group mb-3 Input">
Expand Down
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Niconicome(α)
[![.Net6 CI/CD](https://github.com/Hayao-H/Niconicome/workflows/.Net6%20CI/CD/badge.svg)](https://github.com/Hayao-H/Niconicome/actions?query=workflow%3A%22.Net6+CI%2FCD%22)
[![.Net8 CI/CD](https://github.com/Hayao-H/Niconicome/workflows/.Net8%20CI/CD/badge.svg)](https://github.com/Hayao-H/Niconicome/actions?query=workflow%3A%22.Net8+CI%2FCD%22)
[![niconicome-nightly-build](https://github.com/Hayao-H/Niconicome/actions/workflows/nightly.yaml/badge.svg)](https://github.com/Hayao-H/Niconicome/actions/workflows/nightly.yaml)
[![GitHub license](https://img.shields.io/github/license/Hayao-H/Niconicome)](https://github.com/Hayao-H/Niconicome/blob/main/LICENSE)
[![Github Release](https://img.shields.io/badge/release-v0.13.3-blue)](https://github.com/Hayao-H/Niconicome/releases/latest)
[![Github Release](https://img.shields.io/badge/release-v0.14.0-blue)](https://github.com/Hayao-H/Niconicome/releases/latest)
[![GitHub stars](https://img.shields.io/github/stars/Hayao-H/Niconicome)](https://github.com/Hayao-H/Niconicome/stargazers)
[![X.com Follow](https://img.shields.io/twitter/follow/NiconicomeD?label=X%E3%81%A7%E3%83%95%E3%82%A9%E3%83%AD%E3%83%BC&style=social)](https://twitter.com/intent/follow?screen_name=niconicomeD)

Expand All @@ -15,6 +15,7 @@
---

## 機能
- :new: 帰ってきたニコニコ動画に対応@[v0.14.0](https://github.com/Hayao-H/Niconicome/releases/tag/v0.14.0)
- :new: BlazorベースのWeb技術を用いたUI
- データのエクスポート・インポート(JSON形式)。
- 動画・サムネイル・コメントのダウンロード。(:new: コメントサーバー移行に対応@[v0.12.0](https://github.com/Hayao-H/Niconicome/releases/tag/v0.12.0))
Expand All @@ -39,10 +40,8 @@
同梱のffmpegは64bit版となっております。ご自分の責任の下に32bit版のffmpegのバイナリに差し替えてください。
[「ffmpeg windows 32bit」のGoogle検索結果](https://www.google.com/search?q=ffmpeg+windows+32bit)

## 二段階認証及びOAuth(外部ログイン提携)をご利用の方へ【重要】
- 現在のNiconicomeの標準ログイン機能では二段階認証などに対応できません。
- 二段階認証・OAuthを利用する場合、ログインウィンドウの「ブラウザーでログイン」をクリックして表示されるウィンドウでログインする必要があります。
- この際に[WebView2](#webview2について)が必要になります。
## ブラウザCookie取得以外でのログイン:パスワードログイン、二段階認証及びOAuth(外部ログイン提携)をご利用の方へ【重要】
- ログインの際に[WebView2](#webview2について)が必要になります。
- 詳しくは[こちら](https://github.com/Hayao-H/Niconicome/wiki/操作#ブラウザーでログイン)をご覧ください。

---
Expand All @@ -51,18 +50,15 @@
#### インストール
[Wiki](https://github.com/Hayao-H/Niconicome/wiki/Niconicome%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%8B)をご覧ください。
#### アンインストール
現在、レジストリは使用していませんが、パスワードの保存にWIndowsの資格情報マネージャーの機能を使っています。パスワードを保存している場合は、「コントロールパネル>>資格情報マネージャー>>Windows資格情報」で「https://nicovideo.jp」を削除してください。
**※他のアプリケーションがこの項目を使用している可能性があります。資格情報の削除は、影響を充分に理解した上で行ってください。**
現在、レジストリは使用していません。このため、実行ファイルを削除するだけでアンインストールできます。
### WebView2について
- 「ブラウザーでログイン」機能の利用には、WebView2 86.0.616.0以上のインストールが必要です。
- ログインの際に、WebView2 86.0.616.0以上のインストールが必要です。
[こちら](https://go.microsoft.com/fwlink/p/?LinkId=2124703)(ブートストラップリンク)からダウンロードしてください。また、ダウンロードページは[こちら](https://developer.microsoft.com/ja-jp/microsoft-edge/webview2/)です。

---

## 対応OS
WPFと.NET6を用いて開発しています。したがって、対応OSはそちらのサポートに依存します。現在、
- Windows 7 SP1 ESU
- Windows 8.1
WPFと.NET8を用いて開発しています。したがって、対応OSはそちらのサポートに依存します。現在、
- Windows10
- Windows11

Expand All @@ -72,7 +68,7 @@ WPFと.NET6を用いて開発しています。したがって、対応OSはそ
---

## 開発環境
- .NET6 & WPF
- .NET8 & WPF
- Visual Studio Community 2022
- VS Code

Expand Down
Loading