Skip to content

Commit

Permalink
version 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Dec 14, 2023
1 parent e001a04 commit 36951ca
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.2.0 2023-12-14

:: new features

- Content server: Also listen for all incoming IPv6 connections by default, not just IPv4

- Book details: Allow deleting notes from the right click menu easily

:: bug fixes

- [2045133] Windows: Edit book: Fix a crash when using the check book tool with a book that contains malformed markup, in calibre 7

- Windows: Improve flickering at startup due to a Qt regression in calibre 7

- Windows: Fix moving the main window causing popup/floating windows to be resized in calibre 7 due to yet another Qt regression

- [2044659] Fix detection of existing books on the Tolino Vision 6

- Linux: Fix external applications not being launched under Wayland in calibre 7 because of a bug in Qt

:: improved recipes
- Reuters
- Scientific American
- New Yorker
- Times of India
- infzm
- singtaohk

}}}

{{{ 7.1.0 2023-11-23

:: 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 @@ -5,7 +5,7 @@
import sys, locale, codecs, os, collections, collections.abc

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

0 comments on commit 36951ca

Please sign in to comment.