44494 Commits

Author SHA1 Message Date
Kovid Goyal
1b6faaa3bc
... 2021-09-15 12:07:19 +05:30
Kovid Goyal
9f4aeef7c9
string changes 2021-09-15 11:55:20 +05:30
Kovid Goyal
e7d1461959
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-09-14 23:11:11 +05:30
Charles Haley
b20e786080 Add a change event test setting an already empty many-many field (tags) to empty. 2021-09-14 18:34:18 +01:00
Kovid Goyal
e7d21ecd3f
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-09-14 18:09:02 +05:30
Charles Haley
4aed65f7a7 Add some changed_event tests. 2021-09-14 13:03:00 +01:00
Kovid Goyal
d45540686d
Fix many_many writes coverwriting equal values because of optimisation 2021-09-14 14:59:17 +05:30
Kovid Goyal
27dcbfd8c5
Clean up previous PR
A few micro-optimizations in the loops checking for changed values.
And use suppress() to ignore exceptions
2021-09-14 08:58:26 +05:30
Kovid Goyal
38de7930c7
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-09-14 08:35:19 +05:30
Charles Haley
c3268fe977 Make cache.set_field check if the value of the field is really changing, improving the performance of cache.set_metadata() that updates all fields.
This change also ensures that change events aren't triggered and books aren't marked as dirty if nothing actually changed.
2021-09-13 15:04:21 +01:00
Kovid Goyal
de246a3601
Bump version of unrardll 2021-09-12 18:38:19 +05:30
Kovid Goyal
6ab251cbad
Fix #1943358 [[Enhancement] Translate shortcuts tooltips](https://bugs.launchpad.net/calibre/+bug/1943358) 2021-09-12 15:15:09 +05:30
Kovid Goyal
3e27568240
Fix #1943343 [Edit Metadata, Keyboard shortcut invalid](https://bugs.launchpad.net/calibre/+bug/1943343) 2021-09-12 09:05:43 +05:30
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