Skip to content

Commit

Permalink
version 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Apr 19, 2024
1 parent 6514dde commit 098c77b
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.9.0 2024-04-19

:: new features

- [2060886] Kobo driver: Add support for the new color Kobo devices

- Edit book: Add a setting to control cursor width under Preferences->Editor settings

- Edit book: Regex-function mode: Show a confirmation popup when closing the function editor when there are unsaved changes

:: bug fixes

- [2060314] Fix undocked Quickview dialog not being restored at startup

- [2044118] Windows: Fix an issue where closing a maximized calibre window to the system tray and then reconnecting with remote desktop would cause a blank calibre window to be displayed

:: improved recipes
- El Correo
- Eenadu
- ORFonline
- NatGeo
- Harpers Magazine
- New Yorker
- Business Today
- The Week
- Asahi Shimbun
- Outlook Magazine

}}}

{{{ 7.8.0 2024-04-05

:: 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, 8, 100)
numeric_version = (7, 9, 0)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <[email protected]>"
Expand Down

0 comments on commit 098c77b

Please sign in to comment.