From 71567e96bf7bd5d326874688594e9cfdc1786d5f Mon Sep 17 00:00:00 2001 From: Danny Vargas Date: Sat, 12 Apr 2014 21:12:52 -0400 Subject: [PATCH] Release - v2.4.0 r403 --- Changelog.txt | 20 +++++++++++++++++++ .../Properties/AssemblyInfo.cs | 2 +- .../Properties/Resources.Designer.cs | 6 +++--- .../Properties/Resources.en.resx | 6 +++--- .../Properties/Resources.resx | 6 +++--- README.md | 6 +++--- resources/Version.xml | 4 ++-- 7 files changed, 35 insertions(+), 15 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index efd41a4cb..eed3bbbc0 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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. diff --git a/Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs b/Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs index ae1223f6a..32a3b6b10 100644 --- a/Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs +++ b/Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs @@ -51,4 +51,4 @@ // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を // 既定値にすることができます: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.0.398")] +[assembly: AssemblyVersion("2.4.0.403")] diff --git a/Grabacr07.KanColleViewer/Properties/Resources.Designer.cs b/Grabacr07.KanColleViewer/Properties/Resources.Designer.cs index 2d98099f4..cf2f6de90 100644 --- a/Grabacr07.KanColleViewer/Properties/Resources.Designer.cs +++ b/Grabacr07.KanColleViewer/Properties/Resources.Designer.cs @@ -893,8 +893,8 @@ public static string Settings_Flash_Quality { /// Looks up a localized string similar to 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.. /// public static string Settings_Flash_Quality_ToolTip { @@ -914,7 +914,7 @@ public static string Settings_Flash_Window { /// /// Looks up a localized string similar to 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.. /// public static string Settings_Flash_Window_ToolTip { diff --git a/Grabacr07.KanColleViewer/Properties/Resources.en.resx b/Grabacr07.KanColleViewer/Properties/Resources.en.resx index 68965efe4..3dfcd76d8 100644 --- a/Grabacr07.KanColleViewer/Properties/Resources.en.resx +++ b/Grabacr07.KanColleViewer/Properties/Resources.en.resx @@ -668,7 +668,7 @@ 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. @@ -678,8 +678,8 @@ GPU: Slow! GPU optimization for tablets. 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. \ No newline at end of file diff --git a/Grabacr07.KanColleViewer/Properties/Resources.resx b/Grabacr07.KanColleViewer/Properties/Resources.resx index 02d57441f..0a5dbae0a 100644 --- a/Grabacr07.KanColleViewer/Properties/Resources.resx +++ b/Grabacr07.KanColleViewer/Properties/Resources.resx @@ -662,7 +662,7 @@ 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. @@ -672,8 +672,8 @@ GPU: Slow! GPU optimization for tablets. 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. diff --git a/README.md b/README.md index fcc32190f..65950aa78 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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. @@ -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. diff --git a/resources/Version.xml b/resources/Version.xml index 3dfd5b291..4c88b89a0 100644 --- a/resources/Version.xml +++ b/resources/Version.xml @@ -2,8 +2,8 @@ App - 2.4.0.398 - https://github.com/Zharay/KanColleViewer/releases/tag/v2.4.0r398 + 2.4.0.403 + https://github.com/Zharay/KanColleViewer/releases/tag/v2.4.0r403 Equipment