Release v1.2.1.
This commit is contained in:
parent
a1c8385314
commit
ee3ba42ddd
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
## [1.2.1] - 2021-01-01
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Use https://usa.anarchistlibraries.net/ as fallback server.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Retrieve more than 10 search results from TAL.
|
||||||
|
|
||||||
## [1.1.0] - 2020-12-26
|
## [1.1.0] - 2020-12-26
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
BIN
releases/theanarchistlibrary_store_v1.2.1.zip
Normal file
BIN
releases/theanarchistlibrary_store_v1.2.1.zip
Normal file
Binary file not shown.
|
@ -9,7 +9,7 @@ class TheAnarchistLibraryStore(StoreBase):
|
||||||
name = 'The Anarchist Library'
|
name = 'The Anarchist Library'
|
||||||
description = 'theanarchistlibrary.org is an archive focusing on anarchism, anarchist texts, and texts of interest to anarchists.'
|
description = 'theanarchistlibrary.org is an archive focusing on anarchism, anarchist texts, and texts of interest to anarchists.'
|
||||||
author = 'Ruben Pollan; ibu radempa'
|
author = 'Ruben Pollan; ibu radempa'
|
||||||
version = (1, 2, 0)
|
version = (1, 2, 1)
|
||||||
drm_free_only = True
|
drm_free_only = True
|
||||||
formats = ['EPUB', 'PDF']
|
formats = ['EPUB', 'PDF']
|
||||||
actual_plugin = 'calibre_plugins.store_theanarchistlibrary.theanarchistlibrary_plugin:TheAnarchistLibraryStore'
|
actual_plugin = 'calibre_plugins.store_theanarchistlibrary.theanarchistlibrary_plugin:TheAnarchistLibraryStore'
|
||||||
|
|
Loading…
Reference in a new issue