Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
デッキビルダー形式の艦隊出力時に表示される艦隊の選択ウインドウが裏に行ってしまうことがある問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yosxpeee committed Nov 15, 2022
1 parent f4288c4 commit cdba721
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ElectronicObserver/Utility/SoftwareInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static class SoftwareInformation
/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2022/10/08 14:00:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2022/11/15 16:00:00");

private static System.Net.WebClient client;
private static readonly Uri uri = new Uri("https://raw.githubusercontent.com/yosxpeee/ElectronicObserver/develop/ElectronicObserver/version.txt");
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions ElectronicObserver/version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
2022/10/08 14:00:00
20221008
その他:艦娘経験値合計を扱う変数をsigned intからunsigned longに変更
艦隊:以下の3メニューから艦隊の選択ができるようにした
* 編成をコピー(デッキビルダー)
* 作戦室を開く
* 制空権シミュレータを開く
2022/11/15 16:00:00
20221115
* 艦船図鑑:新規艦の艦型追加
* グループ:艦娘経験値の合計処理を再修正
* 艦隊:デッキビルダー形式の艦隊出力時に表示される艦隊の選択ウインドウが裏に行ってしまうことがある問題を修正

0 comments on commit cdba721

Please sign in to comment.