Skip to content

Commit

Permalink
relase v4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmars committed May 29, 2017
1 parent 3f7d2d0 commit a7ee7e6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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, 7)
version = (4, 0, 8)
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.7
4.0.8
Binary file modified calibreletssharebooks/letssharebooks_calibre.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions calibreletssharebooks/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
get_icons = get_resources = None

#- set up logging -------------------------------------------------------------
logger = MyLogger("/tmp/letssharebooks_log.log")
# logger = Om() # for silent logger
# logger = MyLogger("/tmp/letssharebooks_log.log")
logger = Om() # for silent logger
logger.debug("QT_RUNNING: {}".format(QT_RUNNING))

#------------------------------------------------------------------------------
Expand Down Expand Up @@ -1426,7 +1426,7 @@ def establish_ssh_server(self):
#- like memoryoftheworld.org but on pede.rs it listens --------
#- on port 443 (usually left opened on firewall ---------------
#- because of https) ------------------------------------------
'-o', 'ProxyCommand ssh -W %h:%p [email protected] -p 443',
# '-o', 'ProxyCommand ssh -W %h:%p [email protected] -p 443',
prefs['lsb_server'],
'-l', 'tunnel', '-R', '{}:localhost:{}'.format(
self.us.port,
Expand Down
2 changes: 1 addition & 1 deletion calibreletssharebooks/portable/favicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<link rel="stylesheet" type="text/css" href="favicon.css" />
</head>
<body>
<div class="version">[let's share books] v4.0.7</div>
<div class="version">[let's share books] v4.0.8</div>
</body>
</html>

0 comments on commit a7ee7e6

Please sign in to comment.