Skip to content

Commit

Permalink
updates for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesangus committed Dec 27, 2022
1 parent 59e0f13 commit c831c9b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.5-beta
version = 0.5.1-beta
zip_file = releases/KOReader Sync v$(version).zip
zip_contents = about.txt LICENSE plugin-import-name-koreader.txt *.py *.md images/*.png

Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.5] - 2022-12-27
## [0.5.1-beta] - 2022-12-27

### Added

- Add support for Date Synced column (stores date of last sync from KOReader to Calibre)
- Add support for Date Modified column (stores date modified of KOReader Sidecar)

### Changed

- Standardized results message format
- code cleanup to pass linting

### Fixed

- Error in results message
- Fix error in debug_print definition

## [0.5.0-beta] - 2022-12-27

### Added

- Add "Sync Missing Sidecars to KOReader" functionality

### Changed

- Vendor in slpp.py instead of adding it as a separate dependency to reduce fragility

## [0.4.1-beta] - 2022-11-08
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class KoreaderSync(InterfaceActionBase):
name = 'KOReader Sync'
description = 'Get metadata from a locally connected KOReader device '
author = 'harmtemolder'
version = (0, 5, 0)
version = (0, 5, 1)
minimum_calibre_version = (5, 0, 1) # Because Python 3
config = JSONConfig(os.path.join('plugins', 'KOReader Sync.json'))
actual_plugin = 'calibre_plugins.koreader.action:KoreaderAction'
Expand Down
2 changes: 1 addition & 1 deletion pluginIndexKOReaderSync.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[*][URL="https://www.mobileread.com/forums/showthread.php?p=4060545"]KOReader Sync[/URL]
[I]Synchronize metadata (e.g. read progress and rating) from KOReader to calibre.
Version: 0.5; Released: 27-12-2022; Calibre: 5.0.1; Author: harmtemolder; History: Yes;
Version: 0.5.1; Released: 27-12-2022; Calibre: 5.0.1; Author: harmtemolder; History: Yes;
Platforms: Windows, OSX, Linux;[/I]
Binary file added releases/KOReader Sync v0.5.1-beta.zip
Binary file not shown.

0 comments on commit c831c9b

Please sign in to comment.