Skip to content

Commit

Permalink
Don't update the config file when Calibre start
Browse files Browse the repository at this point in the history
  • Loading branch information
un-pogaz committed Sep 13, 2023
1 parent 08cff67 commit 4371c0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ePubExtendedMetadata(InterfaceActionBase):
description = _('Read and write a wider range of metadata for ePub\'s files and associating them to columns in your libraries.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'un_pogaz'
version = (0, 10, 0)
version = (0, 10, 1)
minimum_calibre_version = (4, 0, 0)

name_reader = name + ' {Reader}'
Expand Down Expand Up @@ -141,7 +141,6 @@ def save_settings(self, config_widget):
config_widget.save_settings()



# For testing, run from command line with this:
# calibre-debug -e __init__.py
if __name__ == '__main__':
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog - ePub Extended Metadata

## [0.10.1] - 2023/09/31

### Bug fixes
- Don't update the config file when Calibre start

## [0.10.0] - 2023/08/31

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion common_utils

0 comments on commit 4371c0b

Please sign in to comment.