Skip to content

Commit

Permalink
Release: v2.6 r444
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharay committed Apr 28, 2014
1 parent bb34dce commit 275722c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
KCV Change Log
========================

v2.6.0 β r439 - 4/24/2014 - To kill a bug
v2.6.0 r444 - 4/28/2014
* *Fix* Construction timers now properly update and remove themselves with the new way
Kancolle handles the information.
* *Fix* Ships now properly update in real time when you switch them between fleets.
* *Fix* Item drop logging has been fixed. It was bugged before and not updating item
development.
* *New* F5 key now refreshes KCV's browser as a hotkey!
* All ship's HP bars and numbers now have a tool tip displaying the amount of time required
for that ship to be repaired to 100%.
* Vertical - Separator bar above the settings tab button has been made tighter.

Note - Grabacr07 seems to be the rather difficult task of redoing how KCV manages all the ships
and fleets (branch named: tsurai-kedo-ganbarui). I was planning on doing a Repair Queue
tool, but this is on hold until he finishes up this insane task.

v2.6.0 β r439 - 4/25/2014 - To kill a bug
* *Fix* Single ship updates - Kancolle now has packets that only update a single ship. KCV
now supports these single ship updates.
* *Fix* Flash Quality - When you are set to high quality, wmode is not set to what you've
Expand Down
2 changes: 1 addition & 1 deletion Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.6.0.439")]
[assembly: AssemblyVersion("2.6.0.444")]
4 changes: 2 additions & 2 deletions resources/Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Versions>
<Item>
<Name>App</Name>
<Version>2.6.0.439</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.6.0r439</URL>
<Version>2.6.0.444</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.6.0r444</URL>
</Item>
<Item>
<Name>Equipment</Name>
Expand Down

0 comments on commit 275722c

Please sign in to comment.