Skip to content

Commit

Permalink
version 7.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed May 31, 2024
1 parent 68a8545 commit 93a61d6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,36 @@
# - title by author
# }}}

{{{ 7.12.0 2024-05-30

:: new features

- [2067167] E-book polishing: Add option to download external resources (images/stylesheets/etc.)

- Conversion: Add an option under Structure detection to automatically fill in blank alt attributes for images that have alt text in the image file metadata

- [2067437] Content server: Use the book title as the filename for downloaded highlights

- Review downloaded metadata dialog: Add a "Previous" button to go back to the last reviewed book

:: bug fixes

- Content server viewer: Fix the bottom of the text being cut off on mobile browsers when not in full screen mode. Unfortunately, this means the viewer now requires a browser no more than two years old.

- [2067168] Kindle driver: Increase the size of the cover thumbnails sent to the Scribe

- [1943495] Kindle output: Fix cover images that contain EXIF data without a rotation not displaying on the Kindle lockscreen

- E-book viewer: Fix ruby tags not excluded when searching for text

- [2067128] Content server viewer: Fix a regression in the previous release that broke searching

:: improved recipes
- Economist Espresso
- Slate

}}}

{{{ 7.11.0 2024-05-24

:: 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, 11, 0)
numeric_version = (7, 12, 0)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
Expand Down

0 comments on commit 93a61d6

Please sign in to comment.