Skip to content

Commit

Permalink
version 7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jul 19, 2024
1 parent 9d6ef84 commit 401ef3a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@
# - title by author
# }}}

{{{ 7.15.0 2024-07-19

:: new features

- Fetch news: Allow individual news sources to specify source specific options such as downloading of past editions

:: bug fixes

- [2073323] Windows: MTP driver: Fix a regression in the previous release that caused an error with some devices

- Icon theme creation dialog: Fix various issues when creating an icon theme with many icons that have light/dark variants

:: improved recipes
- Bloomberg
- Eenadu
- Mediapart

:: new recipes
- WSJ News by unkn0wn
}}}

{{{ 7.14.0 2024-07-12

:: new features
Expand Down
2 changes: 1 addition & 1 deletion src/calibre/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from polyglot.builtins import environ_item, hasenv

__appname__ = 'calibre'
numeric_version = (7, 14, 0)
numeric_version = (7, 15, 0)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <[email protected]>"
Expand Down

0 comments on commit 401ef3a

Please sign in to comment.