Skip to content

Commit

Permalink
Bump version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Sep 19, 2023
1 parent d0d2017 commit c993ec8
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

Unreleased
Version 0.1.9 - 2023-09-19
- Fix: Error on launch for calibre <6.2.0
- New: Option to disable the Magazines tab
- Improve: Convert configuration UI to use tabs so that there is room for more settings in the future
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To configure this plugin, you must already be using Libby on a [compatible](http

Open the plugin customization settings (Preferences > Advanced: Plugins > Search for "overdrive libby" and then click on the "Customize plugin" button).

![settings](images/settings.png)
![settings](images/settings.gif)

Get a Libby setup code by following the instructions [here](https://help.libbyapp.com/en-us/6070.htm). Enter the 8-digit code into the plugin settings and click "OK". If you encounter an error, the code may have expired. Get a new one and try again.

Expand Down Expand Up @@ -92,6 +92,8 @@ You should only need to do this setup once. Then add the plugin to the toolbar/m

#### General

- Disable Magazines tab
- Don't display the Magazines tab in the plugin window
- Include titles without downloadable formats
- When enabled, titles that do not have a downloadable format will be shown
- When such titles are chosen for download, an empty book will be created in the calibre library
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, 8)
__version__ = (0, 1, 9)
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.8\n"
"Project-Id-Version: libby-calibre-plugin 0.1.9\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-12 19:34+0800\n"
"POT-Creation-Date: 2023-09-19 15:33+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.8\n"
"Project-Id-Version: libby-calibre-plugin 0.1.9\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-12 19:01+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.8\n"
"Project-Id-Version: libby-calibre-plugin 0.1.9\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-12 19:01+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.8\n"
"Project-Id-Version: libby-calibre-plugin 0.1.9\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-12 19:01+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.8\n"
"Project-Id-Version: libby-calibre-plugin 0.1.9\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-09-12 19:01+0800\n"
"PO-Revision-Date: 2023-07-04 07:25+0800\n"
Expand Down
Binary file added images/settings.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/settings.png
Binary file not shown.
2 changes: 1 addition & 1 deletion translate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helper bash script to update and build translations files - macOS
if [[ -z "$1" ]]; then
version='0.1.8'
version='0.1.9'
else
version="$1"
fi
Expand Down

0 comments on commit c993ec8

Please sign in to comment.