Commit Graph

43731 Commits

Author SHA1 Message Date
Kovid Goyal 4e9bc479c3 Update Аргументы и Факты 2021-09-11 09:47:06 +05:30
Kovid Goyal 9a6d284cf4 Convert bytes urls to strings when canonicalizing internal urls 2021-09-10 18:23:42 +05:30
Kovid Goyal 78822589d8 ... 2021-09-10 16:51:47 +05:30
Kovid Goyal f53d816c2e Update India Today 2021-09-10 12:10:56 +05:30
Kovid Goyal d52286bb77 version 5.27.0 v5.27.0 2021-09-10 09:19:14 +05:30
Kovid Goyal a0cc6d6c68 Fix #1943193 [economist recipe TypeError: Argument must be bytes or unicode, got 'NoneType'](https://bugs.launchpad.net/calibre/+bug/1943193) 2021-09-10 09:18:03 +05:30
Kovid Goyal 56d79c597b ... 2021-09-10 07:53:28 +05:30
Kovid Goyal 493338f4a0 The Week by Kovid Goyal 2021-09-09 22:53:35 +05:30
Kovid Goyal 7a83da61b7 https -> http invalid certs on the https bbc server 2021-09-08 16:49:52 +05:30
Kovid Goyal fed594a8f9 Update BBC News for changes in website 2021-09-07 16:07:05 +05:30
Kovid Goyal b63efc28f7 DOCX Output: Correctly convert soft hyphens in the input document to DOCX soft hyphens 2021-09-07 15:20:53 +05:30
Kovid Goyal 94dbd026d0 DOCX Input: Fix a bookmark at the end of a paragraph causing the bookmark at the start of the paragraph to be skipped. Fixes #1942805 [Private bug](https://bugs.launchpad.net/calibre/+bug/1942805) 2021-09-07 14:25:45 +05:30
Kovid Goyal 44bf6e3859 Edit book: Spell check: Fix EPUB 3 nav document not being spell checked when not in the spine. Fixes #1942773 [[Enhancement] Spell check should cover nav.xhtml](https://bugs.launchpad.net/calibre/+bug/1942773) 2021-09-06 21:19:43 +05:30
Kovid Goyal 2dcc4fce2b PDF Output: Fix a rare failure when the input document has a ToC item pointing to the last page. Fixes #1942012 [Private bug](https://bugs.launchpad.net/calibre/+bug/1942012) 2021-09-04 10:14:56 +05:30
Kovid Goyal 074dd7141d Add github sponsors funding link 2021-09-03 08:40:20 +05:30
Kovid Goyal ed32130ca4 oops 2021-09-03 07:23:09 +05:30
Kovid Goyal 884839a691 Fix #1942463 [Syntax error in formatter.py](https://bugs.launchpad.net/calibre/+bug/1942463) 2021-09-02 22:42:41 +05:30
Kovid Goyal e9eeea67ae Fix images missing in Foreign Affairs 2021-09-02 12:40:20 +05:30
Kovid Goyal 282477bcfa When adding markdown (.md) or textile (.textile) files that contain references to images, automatically add them as txtz with the images 2021-08-31 20:56:44 +05:30
Kovid Goyal 1a54a69098 When auto converting added TXT files with image references to TXTZ use a full markdown parser to detect markdown images
Fixes a DoS caused by an inefficient regex for detecting markdown's crazy inline image syntax.
Reference: GHSL-2021-112
2021-08-31 20:22:13 +05:30
Kovid Goyal 01b302d70f Fix #1942155 [Fatch new Foreign Affairs Fail Version 5.26](https://bugs.launchpad.net/calibre/+bug/1942155) 2021-08-31 09:24:22 +05:30
Kovid Goyal a0fc2f200f ... 2021-08-31 09:08:01 +05:30
Kovid Goyal c6b037301d Windows: Fix drag and drop from winzip not working. Fixes #1942129 [Trying to drag and drop a file from winrar](https://bugs.launchpad.net/calibre/+bug/1942129) 2021-08-31 09:06:41 +05:30
Kovid Goyal f77c06cba3 Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1941969 [Rules editor: Adding a new rule when a current one is selected](https://bugs.launchpad.net/calibre/+bug/1941969)
2021-08-29 21:32:05 +05:30
Charles Haley dc5360eda4 Enhancement #1941969: If a rule us selected then insert new rules above selected rule 2021-08-29 16:56:24 +01:00
Kovid Goyal 9b46b4ab76 TXT Output: Fix max line length option not working
py3 regression.

Fixes #1941992 [TXT Output crashes when --max-line-length option is set](https://bugs.launchpad.net/calibre/+bug/1941992)
2021-08-29 19:06:46 +05:30
Kovid Goyal 803c3826fd News download: Fix percent escaping of URLs with spaces in them not working if the URL contains non-ascii characters 2021-08-29 13:21:46 +05:30
Kovid Goyal 289e81c2de ... 2021-08-28 13:47:51 +05:30
Kovid Goyal 48aff199c5 Make the selection color a bit darker in the dark theme 2021-08-27 12:15:11 +05:30
Kovid Goyal ddf4e7ca68 Fix a couple of compiler warnings v5.26.0 2021-08-27 07:37:33 +05:30
Kovid Goyal 547df82cff version 5.26.0 2021-08-27 07:35:09 +05:30
Kovid Goyal 7697daf2ce Fix #1941693 [Remove style button text is not in the middle](https://bugs.launchpad.net/calibre/+bug/1941693) 2021-08-26 13:14:44 +05:30
Kovid Goyal a62286ad4a Dark color scheme: Use a darker blue for highlighted items
Makes it a bit easier on the eyes and allows links to be visible against
the highlighted color. Fixes #1941013 [[Enhancement] Link Colour in Long Text columns](https://bugs.launchpad.net/calibre/+bug/1941013)
2021-08-25 08:36:59 +05:30
Kovid Goyal 06028db9af NYTimes Cooking by gourav 2021-08-21 08:41:50 +05:30
Kovid Goyal b814eae1fd Content server book viewer: Show a message when a search finds no matches 2021-08-20 20:18:09 +05:30
Kovid Goyal 4382ae8cbe Merge branch 'patch-1' of https://github.com/n194/calibre 2021-08-20 19:55:51 +05:30
n 9523c4ce1c Better cover image for Foreign Affairs recipe 2021-08-20 23:09:50 +09:00
Kovid Goyal 637b561aa2 ... 2021-08-20 17:36:33 +05:30
Kovid Goyal e4d00335b4 Bump bundled Pillow version 2021-08-20 11:45:33 +05:30
Kovid Goyal 9e2a7fca94 MOBI Output: Fix JPEG images without any JFIF metadata not being rendered on the Kindle 2021-08-20 11:36:46 +05:30
Kovid Goyal 30c411acd1 Comic input: Fix single color images having their colors changed by normalization. Fixes #1939908 [Normalize on CBZ conversion changes white pages to black pages](https://bugs.launchpad.net/calibre/+bug/1939908) 2021-08-20 07:14:49 +05:30
Kovid Goyal 9ac68112b1 Use padding rather than margins for highlights/bookmarks panels
At least in the case of highlights without this change, the bottom
padding was not visible when the panel is smaller than a full screen
2021-08-20 06:47:50 +05:30
Kovid Goyal 31569649a1 Update Boston Globe 2021-08-19 20:18:22 +05:30
Kovid Goyal 6104475f5d string changes 2021-08-19 16:58:59 +05:30
Kovid Goyal 94920612a6 E-book viewer: Fix creating multiple highlights in a single paragraph that also contains some extra text formatting at the start causing the second and subsequent highlights to malfunction. Fixes #1940005 [Arbitrarliy lost/moved/expanded highlights on refresh.](https://bugs.launchpad.net/calibre/+bug/1940005) 2021-08-17 20:49:01 +05:30
Kovid Goyal 3843f661de Library model: Dont raise exceptions on invalid QModelIndexes 2021-08-16 06:45:38 +05:30
Kovid Goyal 05dba1cad5 Better error message when webengine fails to run 2021-08-15 07:59:52 +05:30
Kovid Goyal ceaf585cfe Fix #1939912 [In 5.25, "Remove unused CSS" tool options do not do what they say they do anymore](https://bugs.launchpad.net/calibre/+bug/1939912) 2021-08-13 23:51:08 +05:30
Kovid Goyal bb71434797 News download: Remove all link and meta tags
These can have various ill effects
2021-08-13 20:44:08 +05:30
Kovid Goyal 72bfb00300 DRYer 2021-08-13 10:35:30 +05:30