Skip to content

Commit

Permalink
Release - v2.4.0 r403
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharay committed Apr 13, 2014
1 parent a9ef639 commit 71567e9
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 15 deletions.
20 changes: 20 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,33 @@
KCV Change Log
========================

v2.4.0 r403 - 4/12/2014
Note: Setting have been reset with this version! Please review them.
* *New* Flash quality select option - Choose from Low to Best and anything inbetween.
* *New* Flash window select option - Choose the rendering method in the browser.
* *New* Mousing over a ship name in the overview tab, fleet tab, or equipment list
window will show the base ship stats.
* *Fix* OSAPI links now properly display in KCV.
* Browser settings now available in the start up settings menu
* Tweaked margins in the overview tab. Scrollbars shouldn't appear until content doesn't
fit the page.

Side Notes:
* None of the flash settings work on SWF/API links.
* You can however use the OSAPI link if you are still using it for the flash settings.
* Do NOT use GPU window method! Its built for tablets and phones that have specialized
optimizations needed for flash. Do use it if you use the lowest quality setting though.
* Ship stat info is on a longer delay than normal tooltips (600ms instead of 400ms default)

v2.4.0 r398 - 4/02/2014
Note: Setting have been reset with this version! Please review them.
* Vertical Overview - 3rd column now has a fixed max width. Any text will word wrap
within the Repair and Construction sections if they are too long.
* Ship Roster - You can now save your filter settings by enabling an option.
NOTE - This does NOT save ship types.
* Ship Roster - You can now show/hide the additional ship stats.
* Ship Roster - Reset Filter button to reset all your filters to their defaults.
* Settings - Notifications for repairs, construction, and expeditions have been made default.

v2.4.0 r390 - 3/29/2014 "Why do I not test these things more?"
* Speed up the new stat generation by 3x.
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.4.0.398")]
[assembly: AssemblyVersion("2.4.0.403")]
6 changes: 3 additions & 3 deletions Grabacr07.KanColleViewer/Properties/Resources.Designer.cs

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

6 changes: 3 additions & 3 deletions Grabacr07.KanColleViewer/Properties/Resources.en.resx
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
</data>
<data name="Settings_Flash_Window_ToolTip" xml:space="preserve">
<value>Opaque: Default (Old IE has no HW accel)
Direct: Fastest rendering speed (HW accelled)
Direct: Fastest rendering speed (HW accel)
GPU: Slow! GPU optimization for tablets.</value>
</data>
<data name="Settings_Flash_Window" xml:space="preserve">
Expand All @@ -678,8 +678,8 @@ GPU: Slow! GPU optimization for tablets.</value>
<value>Best: Anti-Aliasing enabled on all images (Slowest)
High: Default.
Auto-High: Automatically lowers quality when needed.
Medium: Avg Performance
AutoLow: Will emphesize speed when needed
Medium: Average Performance
AutoLow: Will emphasize speed when needed
Low: Performance over quality. Ugliest setting.</value>
</data>
</root>
6 changes: 3 additions & 3 deletions Grabacr07.KanColleViewer/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@
</data>
<data name="Settings_Flash_Window_ToolTip" xml:space="preserve">
<value>Opaque: Default (Old IE has no HW accel)
Direct: Fastest rendering speed (HW accelled)
Direct: Fastest rendering speed (HW accel)
GPU: Slow! GPU optimization for tablets.</value>
</data>
<data name="Settings_Flash_Window" xml:space="preserve">
Expand All @@ -672,8 +672,8 @@ GPU: Slow! GPU optimization for tablets.</value>
<value>Best: Anti-Aliasing enabled on all images (Slowest)
High: Default.
Auto-High: Automatically lowers quality when needed.
Medium: Avg Performance
AutoLow: Will emphesize speed when needed
Medium: Average Performance
AutoLow: Will emphasize speed when needed
Low: Performance over quality. Ugliest setting.</value>
</data>
<data name="Settings_Flash_Message" xml:space="preserve">
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You need to have [.NET Framework 4.5](http://www.microsoft.com/en-us/download/de
#### I want the original Japanese names for ships/items/etc.
Easiest way is to just disable translations in the options menu. You can also set the UI's language to Japanese which will disable all translations by default. If you only want certain things translated, deleting the corresponding XML file in the translation folder is your best bet (just be sure to disable auto update).

#### I'm mising XXXX translations! (XXXX is in Japanese)
#### I'm missing XXXX translations! (XXXX is in Japanese)
Please help me with these when you run into them. The translation engine has the ability to add untranslated text to the corresponding XML file found in translations. Find the untranslated parts at the bottom of the list and message it to me through pastebin on twitter (@Zharay) or as a bug in GitHub.

#### What is the difference between this and the original?
Expand All @@ -56,7 +56,7 @@ Please help me with these when you run into them. The translation engine has the
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.

## About This Project
KanColleViewer uses the web browser component of the Windows Presentation Foundation (WPF) in combination of [FiddlerCore](http://fiddler2.com/fiddlercore) to capture communication packets inbetween the server and the page itself.
KanColleViewer uses the web browser component of the Windows Presentation Foundation (WPF) in combination of [FiddlerCore](http://fiddler2.com/fiddlercore) to capture communication packets in-between the server and the page itself.

Of course, we do not change the contents of the packets in anyway and is used to provide information to the program's components.

Expand Down Expand Up @@ -94,7 +94,7 @@ This was mainly developed using C# + WPF in Windows 8.1 Pro and Visual Studio Pr
* [FiddlerCore](http://fiddler2.com/fiddlercore) (Network capture)


#### Liscense
#### License
* MIT License

To be released under the MIT license as an open source / free software.
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.4.0.398</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.4.0r398</URL>
<Version>2.4.0.403</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.4.0r403</URL>
</Item>
<Item>
<Name>Equipment</Name>
Expand Down

0 comments on commit 71567e9

Please sign in to comment.