diff options
-rw-r--r-- | ComicRackWebViewer/BCRInstaller.cs | 2 | ||||
-rw-r--r-- | ComicRackWebViewer/ComicRackWebViewer.csproj | 2 | ||||
-rw-r--r-- | ComicRackWebViewer/Package.ini | 2 | ||||
-rw-r--r-- | ComicRackWebViewer/Program.py | 2 | ||||
-rw-r--r-- | ComicRackWebViewer/WebServicePanel.xaml | 7 | ||||
-rw-r--r-- | ComicRackWebViewer/tablet/app/view/About.js | 2 | ||||
-rw-r--r-- | ComicRackWebViewer/tablet/index.html | 2 |
7 files changed, 10 insertions, 9 deletions
diff --git a/ComicRackWebViewer/BCRInstaller.cs b/ComicRackWebViewer/BCRInstaller.cs index 73e9a5e..c26eaeb 100644 --- a/ComicRackWebViewer/BCRInstaller.cs +++ b/ComicRackWebViewer/BCRInstaller.cs @@ -25,7 +25,7 @@ namespace ComicRackWebViewer { private const string INSTALLER_FILE = "BCRPlugin.zip"; private const string VERSION_FILE = "BCRVersion.txt"; - private const string VERSION = "1.16"; + private const string VERSION = "1.17"; private static BCRInstaller instance = new BCRInstaller(); diff --git a/ComicRackWebViewer/ComicRackWebViewer.csproj b/ComicRackWebViewer/ComicRackWebViewer.csproj index 7609ed0..59167e1 100644 --- a/ComicRackWebViewer/ComicRackWebViewer.csproj +++ b/ComicRackWebViewer/ComicRackWebViewer.csproj @@ -63,6 +63,8 @@ <ItemGroup>
<Reference Include="ComicRack">
<HintPath>..\..\..\Program Files\ComicRack\ComicRack.exe</HintPath>
+ <Private>True</Private>
+ <EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="ComicRack.Engine">
<HintPath>..\..\..\Program Files\ComicRack\ComicRack.Engine.dll</HintPath>
diff --git a/ComicRackWebViewer/Package.ini b/ComicRackWebViewer/Package.ini index ecced45..7e1134f 100644 --- a/ComicRackWebViewer/Package.ini +++ b/ComicRackWebViewer/Package.ini @@ -1,6 +1,6 @@ Name=Web Viewer for tablets.
Author=Jeroen Walter & Neep
-Version=1.16
+Version=1.17
Description=Web Viewer is a web-based application for accessing and reading your comics on the iPad and possibly other tablets.
Image=nancy.jpg
HelpLink=http://www.badaap.nl
\ No newline at end of file diff --git a/ComicRackWebViewer/Program.py b/ComicRackWebViewer/Program.py index 3310b15..7f10626 100644 --- a/ComicRackWebViewer/Program.py +++ b/ComicRackWebViewer/Program.py @@ -34,7 +34,7 @@ def ComicRackWebViewerStartup(): def IsVersionOK():
- requiredVersion = Version(0, 9, 160)
+ requiredVersion = Version(0, 9, 161)
if str(ComicRack.App.ProductVersion) != str(requiredVersion):
MessageBox.Show( ComicRack.MainWindow, "Version check failed!\n\nThe ComicRack Web Viewer Plugin requires an updated version of ComicRack.\nComicRack version required: " + str(requiredVersion) + ".\nExiting...", "Incompatible ComicRack version", MessageBoxButtons.OK, MessageBoxIcon.Warning)
diff --git a/ComicRackWebViewer/WebServicePanel.xaml b/ComicRackWebViewer/WebServicePanel.xaml index e9aeb69..68243bc 100644 --- a/ComicRackWebViewer/WebServicePanel.xaml +++ b/ComicRackWebViewer/WebServicePanel.xaml @@ -2,7 +2,6 @@ <Window
x:Class="ComicRackWebViewer.WebServicePanel" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
- Title="Comic Rack Web Service"
SizeToContent="WidthAndHeight"
MinWidth="400"
MaxWidth="450"
@@ -11,7 +10,8 @@ Padding="10,10,10,10"
ResizeMode="NoResize"
Width="438"
- Height="360">
+ Height="360"
+ Title="Badaap WebViewer 1.17">
<Grid
Width="416"
Height="310">
@@ -83,8 +83,7 @@ VerticalAlignment="Stretch"
Margin="2,3.99999999999997,8,79.9"
Width="390"
- Height="47.100000000000058"
- ></TextBlock>
+ Height="47.100000000000058"></TextBlock>
<Button
Content="Clear Page Cache"
Name="button1"
diff --git a/ComicRackWebViewer/tablet/app/view/About.js b/ComicRackWebViewer/tablet/app/view/About.js index 573c368..9fdc618 100644 --- a/ComicRackWebViewer/tablet/app/view/About.js +++ b/ComicRackWebViewer/tablet/app/view/About.js @@ -38,7 +38,7 @@ Ext.define('Comic.view.About', { xtype: 'textfield', name: 'version', label: 'Version', - value: '1.16', + value: '1.17', readOnly: true }, { diff --git a/ComicRackWebViewer/tablet/index.html b/ComicRackWebViewer/tablet/index.html index 387eab7..fd4d073 100644 --- a/ComicRackWebViewer/tablet/index.html +++ b/ComicRackWebViewer/tablet/index.html @@ -84,7 +84,7 @@ </head> <body class="splash"> - <div id="splashtitle">Badaap Comic Reader 1.16</br>Copyright (c) 2013 Jeroen Walter</br>http://www.badaap.nl</div> + <div id="splashtitle">Badaap Comic Reader 1.17</br>Copyright (c) 2013 Jeroen Walter</br>http://www.badaap.nl</div> <div id="appLoadingIndicator"> <div></div> <div></div> |