Skip to content

Commit

Permalink
v4.0.6 added visible version snippet to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmars committed Mar 22, 2016
1 parent 4958ad0 commit 032f82d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calibreletssharebooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LetsShareBooks(InterfaceActionBase):
description = 'Share your Calibre library at http://www.memoryoftheworld.org'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Marcell Mars'
version = (4, 0, 5)
version = (4, 0, 6)
minimum_calibre_version = (0, 9, 30)
actual_plugin = 'calibre_plugins.letssharebooks.ui:LetsShareBooksUI'

Expand Down
2 changes: 1 addition & 1 deletion calibreletssharebooks/_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.5
4.0.6
Binary file modified calibreletssharebooks/letssharebooks_calibre.zip
Binary file not shown.
15 changes: 15 additions & 0 deletions calibreletssharebooks/portable/favicon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
body {
background-image: url("favicon.svg");
background-size: contain;
background-repeat: no-repeat;
background-color: #ffffff;
background-position: center;
}

.version {
position: fixed;
bottom: 0;
right:0;
color: red;
font-weight: bold;
}
9 changes: 8 additions & 1 deletion calibreletssharebooks/portable/favicon.html
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
<center><img height="90%" src="favicon.svg"/></center>
<html>
<head>
<link rel="stylesheet" type="text/css" href="favicon.css" />
</head>
<body>
<div class="version">[let's share books] v4.0.6</div>
</body>
</html>
1 change: 1 addition & 0 deletions calibreletssharebooks/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
# css
'portable/bootstrap/css/bootstrap.min.css',
'portable/style.css',
'portable/favicon.css',
# images
'portable/favicon.svg',
'portable/motw.ico',
Expand Down

0 comments on commit 032f82d

Please sign in to comment.