Skip to content

Commit

Permalink
Release v2.6.0 r426 β
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharay committed Apr 23, 2014
1 parent 144c431 commit 1725cd8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
KCV Change Log
========================

v2.6.0 β r426 - 4/23/2014 The Spring Time Youth
* Direct fix from the main man himself, @Grabacr07.
* Back end - All it was is just file name changes and a few additional packets.
The following has changed from how things worked previously:
* **Fatigue values only update when you advance or withdraw from battle, not after battle.**
* Rearrangement of the fleets will only update when you return to homeport (main menu).

v2.5.0 r420 - 4/22/2014 The Spring Event
Note: Setting have been reset with this version! Please review them.
* *New* Custom sound alerts. Works on all versions of windows. Will randomly pick
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.0")]
[assembly: AssemblyVersion("2.6.0.426")]
6 changes: 3 additions & 3 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.5.0.420</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.5.0r420</URL>
<Version>2.6.0.426</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.6.0r426</URL>
</Item>
<Item>
<Name>Equipment</Name>
Expand All @@ -27,7 +27,7 @@
</Item>
<Item>
<Name>ShipTypes</Name>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<URL>https://raw.github.com/Zharay/KanColleViewer/master/resources/translations/ShipTypes.xml</URL>
</Item>
</Versions>
7 changes: 6 additions & 1 deletion resources/translations/ShipTypes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ShipTypes Version="1.0.2">
<ShipTypes Version="1.0.3">
<Type>
<ID>1</ID>
<JP-Name>海防艦</JP-Name>
Expand Down Expand Up @@ -90,4 +90,9 @@
<JP-Name>装甲空母</JP-Name>
<TR-Name>CVB</TR-Name>
</Type>
<Type>
<ID>19</ID>
<JP-Name>工作艦</JP-Name>
<TR-Name>AR</TR-Name>
</Type>
</ShipTypes>

0 comments on commit 1725cd8

Please sign in to comment.