Skip to content

Commit

Permalink
Release v2.6.0 β r432
Browse files Browse the repository at this point in the history
* Removed a debug function that messed up API link people.
  • Loading branch information
Zharay committed Apr 24, 2014
1 parent 66d12ca commit 7089314
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
KCV Change Log
========================

v2.6.0 β r432 - 4/24/2014
* A debug function was removed from the zoom function causing API links to restart the page.
* Nothing else...

v2.6.0 β r431 - 4/24/2014
* API links now work with the flash settings!
* The item catalog will now display the item's original Japanese name under the translated
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.431")]
[assembly: AssemblyVersion("2.6.0.432")]
1 change: 0 additions & 1 deletion Grabacr07.KanColleViewer/Views/Controls/KanColleHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ public void Update()
this.WebBrowser.Width = (kanColleSize.Width * (zoomFactor / dpi.ScaleX)) / dpi.ScaleX;
this.WebBrowser.Height = (kanColleSize.Height * (zoomFactor / dpi.ScaleY)) / dpi.ScaleY;
this.MinWidth = this.WebBrowser.Width;
if (percentage != 100) ApplyFlashQualityScript(null, null);
}
else
{
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.6.0.431</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.6.0r431</URL>
<Version>2.6.0.432</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.6.0r432</URL>
</Item>
<Item>
<Name>Equipment</Name>
Expand Down

0 comments on commit 7089314

Please sign in to comment.