Skip to content

Commit

Permalink
Release v2.4.0.364
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharay committed Mar 21, 2014
1 parent 0639d8f commit 2ee6b8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
KCV Change Log
========================

v2.4.0 r364 - 3/20/2014
Merge from the original KCV (Grabacr07):
* Overview page now allows the user to switch between fleets and see their status.
* The fleet menu is no longer a button that takes you to the Fleets tab.
* Ship List now allows for a much more finer grained filtering system.
* Fleet views now show fleet level and averages (already had this).
Changes for this version:
* Fixed an issue where the translation engine would not generate a version number with
empty translations. This prevented updates from not working. This also fixes
those who use KCV through the metro app link.

v2.3.0 r352 - 3/18/2014
* Removed api_raim. It is either not used or used only for representing graphs.
* Added equipment info on the ship list equips.
Expand Down
6 changes: 3 additions & 3 deletions Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("KanColleViewer!")]
[assembly: AssemblyDescription("KanColleViewer! r352")]
[assembly: AssemblyDescription("KanColleViewer!")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("grabacr.net")]
[assembly: AssemblyProduct("KanColleViewer! r352")]
[assembly: AssemblyProduct("KanColleViewer!")]
[assembly: AssemblyCopyright("Copyright © 2013 Grabacr07")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down Expand Up @@ -51,4 +51,4 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.0.352")]
[assembly: AssemblyVersion("2.4.0.364")]

0 comments on commit 2ee6b8f

Please sign in to comment.