Skip to content

Commit

Permalink
Bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Sep 5, 2023
1 parent 815ccc9 commit e766cca
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ You should only need to do this setup once. Then add the plugin to the toolbar/m
- When such titles are chosen for download, an empty book will be created in the calibre library
- Use highest-resolution cover for book details
- Display best-quality cover when viewing book details. May be slower.
- Cache data for
- Infrequently changed data like libraries information are cached by the plugin. Use this to change how long cached data is used.

#### Network

Expand All @@ -122,6 +124,7 @@ Select a row, right-click and select the appropriate action to:
- View the title on the Libby/OverDrive site
- Read with Kindle (if available)
- View book details (also accesible by double-clicking on the row)
- Copy the Libby share link
- Search for selected book in your calibre library
- Search with the selected book title and author
- Renew/place a hold for an expiring loan
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

load_translations()

__version__ = (0, 1, 7)
__version__ = (0, 1, 8)
PLUGIN_NAME = "overdrive_libby"
PLUGIN_ICON = "images/plugin.svg"
PLUGINS_FOLDER_NAME = "plugins"
Expand Down
4 changes: 2 additions & 2 deletions calibre-plugin/translations/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.7\n"
"Project-Id-Version: libby-calibre-plugin 0.1.8\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-05 13:22+0800\n"
"POT-Creation-Date: 2023-09-05 15:07+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/translations/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.7\n"
"Project-Id-Version: libby-calibre-plugin 0.1.8\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-05 13:22+0800\n"
"PO-Revision-Date: 2023-07-04 07:26+0800\n"
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/translations/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.7\n"
"Project-Id-Version: libby-calibre-plugin 0.1.8\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-05 13:22+0800\n"
"PO-Revision-Date: 2023-07-04 07:26+0800\n"
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/translations/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.7\n"
"Project-Id-Version: libby-calibre-plugin 0.1.8\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-05 13:22+0800\n"
"PO-Revision-Date: 2023-07-04 07:26+0800\n"
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/translations/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.7\n"
"Project-Id-Version: libby-calibre-plugin 0.1.8\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-05 13:22+0800\n"
"PO-Revision-Date: 2023-07-04 07:25+0800\n"
Expand Down
Binary file modified images/cards.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/holds.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/loans.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/magazines.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/settings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion translate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [[ -z "$1" ]]; then
version='0.1.7'
version='0.1.8'
else
version="$1"
fi
Expand Down

0 comments on commit e766cca

Please sign in to comment.