Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
torum committed Jan 10, 2021
1 parent d773202 commit 00a7ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MPDCtrl-Desktop/MPDCtrl/MPDCtrl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>MPDCtrl2.ico</ApplicationIcon>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<Authors>torum</Authors>
<Company>Torum</Company>
<Copyright>2021</Copyright>
Expand Down
9 changes: 4 additions & 5 deletions MPDCtrl-Desktop/MPDCtrl/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ namespace MPDCtrl.ViewModels
{
/// TODO:
///
/// v3.0.1.x
///
/// v3.0.2 以降
/// v3.0.1.x 以降
///
/// 「プレイリストの名前変更」をインラインで。
/// キューの順番変更をドラッグアンドドロップで。
Expand All @@ -59,13 +57,14 @@ namespace MPDCtrl.ViewModels


/// 更新履歴:
/// v3.0.1 MS Store 公開。
/// v3.0.0.6 パスワード変更ダイアログ消しちゃってた。ちょっとリファクタリング。playlistsに最終更新日を追加する為にString型からPlaylist型にした。TreeView menuのプレイリスト選択からキューに追加のコンテキストメニュー。ログの保存方法を少し変更。
/// v3.0.0.5 Search iconを復活させた。キューのMoveが動いていなかった。
/// v3.0.0.4 Queue listview Ctrl+Fのコマンドが正しく指定されてなかった。
/// v3.0.0.3 Find is done.
/// v3.0.0.2 MPD protocol のバージョンが0.19.x以下だったらステータスバーにメッセージを出すようにした。Closeボタンの背景を赤にした。playlistのコンテキストメニューの文字変更。
/// v3.0.0.1 SysButtonの背景を変えた。接続シークエンスで諸々の情報取得を独立的に行うようにした(一つ失敗しても他はロードされるように)。LocalFilesが正しくClearされるようにした。
/// v3.0.0. とりあえずひと段落したので、Store公開
/// v3.0.0. とりあえずひと段落したので。
/// v3.0.0.7 とりあえず、プレイリスト系は大体できた。
/// v3.0.0.6 とりあえずAlbumArtの取得はできるようにしたけれど、Downloaderクラスが必要。
/// v3.0.0.5 色々やり過ぎて覚えていない・・・
Expand Down Expand Up @@ -97,7 +96,7 @@ public class MainViewModel : ViewModelBase
const string _appName = "MPDCtrl";

// Application version
const string _appVer = "v3.0.0.6";
const string _appVer = "v3.0.1.0";

public static string AppVer
{
Expand Down

0 comments on commit 00a7ae2

Please sign in to comment.