Skip to content

Commit

Permalink
v2.3.0r350 Release!
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharay committed Mar 17, 2014
1 parent 66eade6 commit bb9ec3f
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 7 deletions.
34 changes: 34 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@
KCV Change Log
========================

v2.3.0 r350 - 3/17/2014 M-M-Monster Update
The following is all new things only available to this fork of KCV (for now).
* *NEW* Equipment Info - Mousing over equipment and in the equipment page
will now show extended equipment info such as firepower and more.
* *NEW* Tools Menu - Contains a reworked rankings and calculator page.
* *NEW* Calculator - Found under the Tools menu. Select a ship or type in
a base level, set the target level, set the map and any other params
and it will calculate the total number of times you must run a map to
get there.
* *NEW* Option to notify you when a ship hits critical condition. Found in
the Behaviour tab in settings.
* *NEW* Option to change the window accent color when a ship hits critical
condition. The color will only revert back when the ship is healed, removed,
or sunk.
* *NEW* Updater - Check for updates online for both the app and the translations.
Download new translations at a click of a button.
* *NEW* Check for updates to the program on startup.
* *NEW* Automatically download the latest translations on startup.
* *NEW* Horizontal - Horizontal tab menu and reworked Overview page. Now it is even
tighter!
* Ship List - It will now correctly sort by ship name rather than Card Number.
* Fixed bug with non-updating fleet total level text.
* Updated to newest ships, items, and quests (3/13 update)
Notes:
* All your options will reset with this update. Please re-do anything that needs doing.
* Updater will only obtain translations for your currently selected UI language.
* As of right now, there is no way to quickly revert the window color when a ship is
in critical condition other than to go to options and turn it off and on.
* Calculator is built to correct your mistake of choosing a target level lower than
your current level.
* Calculator can take your ship's current exp count to do calculations by default
* Updater will not write over your current translations until it can determine if the
file is error free.

v2.3.0 r328 - 3/9/2014 **Minor Update**
* In fleet view we now have both total fleet level and and the average.
* Vertical - Tightened middle column to by 20px.
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! r328")]
[assembly: AssemblyDescription("KanColleViewer! r350")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("grabacr.net")]
[assembly: AssemblyProduct("KanColleViewer! r328")]
[assembly: AssemblyProduct("KanColleViewer! r350")]
[assembly: AssemblyCopyright("Copyright © 2013 Grabacr07")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down Expand Up @@ -51,4 +51,4 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.0.328")]
[assembly: AssemblyVersion("2.3.0.350")]
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ You need to have [.NET Framework 4.5](http://www.microsoft.com/en-us/download/de
Easiest way is to just delete the text file corrisponding to the things you don't wish to be translated. You are also encouraged to use the [original version of KCV](http://grabacr.net/kancolleviewer) as it has an english UI now.

#### What is the difference between this and the original?
* Horizontal version is unique (for now) to this project.
* Horizontal version is unique to this project.
* The translation of all equipment, ships, and quests
* Detailed equipment information (for now)
* Logging features (for now)
* Regional cookie setting.
* Ranking information (for now)
* Calculator (for now)
* Auto updating and version checking.
* Regional cookie setting.

Other than the above, this version is the same with just some minor tweaks to make it fit for an English translation. The plan is to hopefully add some features into the main project for all to enjoy.

Expand Down
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.3.0.320</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.3.0r328</URL>
<Version>2.3.0.350</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.3.0r350</URL>
</Item>
<Item>
<Name>Equipment</Name>
Expand Down

0 comments on commit bb9ec3f

Please sign in to comment.