Kovid Goyal
07b5c98fd0
Edit metadata individually: Ensure Next/Previous buttons work even if something re-orders the books in the book list. They will now iterate over the books as they were at the time the dialog is created. Fixes #2115111 [While editing a filtered list, clicking "next" (Edit metadata) can cause several records to be missed]( https://bugs.launchpad.net/calibre/+bug/2115111 )
2025-06-22 13:57:35 +05:30
Kovid Goyal
38628e4c97
E-book viewer: Fix a regression in 8.4 that broke fading of the background image. Fixes #2115057 [image fade in styles does not work]( https://bugs.launchpad.net/calibre/+bug/2115057 )
2025-06-22 09:48:01 +05:30
Kovid Goyal
69faf8c936
Retry job folder rename on windows to workaround programs locking files. Sigh.
2025-06-21 08:25:21 +05:30
Kovid Goyal
fb4654bd91
Windows: Generate catalog: Workaround for systems where a broken antivirus or similar holds open files in the catalog library causing a permission denied error. Fixes #2115084 [Create Catalog fails]( https://bugs.launchpad.net/calibre/+bug/2115084 )
2025-06-21 08:09:27 +05:30
Kovid Goyal
ea7e12d0f1
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2025-06-21 08:04:50 +05:30
unkn0w7n
2a058081b1
Update economist_news.recipe
2025-06-21 07:49:09 +05:30
Kovid Goyal
2e8b8bac6d
Merge branch 'master' of https://github.com/j-howell/calibre
2025-06-21 07:20:05 +05:30
Kovid Goyal
03ccd2c8c9
Merge branch 'master' of https://github.com/meuserj/calibre
2025-06-21 07:19:09 +05:30
John Meuser
85ee21dfd1
Fix form field names for Reason
2025-06-20 15:27:11 -04:00
j-howell
f0fbcafce2
Fix handling of very long file names on import from Kindles using MTP
2025-06-20 15:16:47 -04:00
Kovid Goyal
db47678470
Merge branch 'master' of https://github.com/cbhaley/calibre
2025-06-20 22:03:41 +05:30
Charles Haley
e8d46b6094
Fix a problem with the validation formatter causing problems in the Kobo driver.
2025-06-20 17:25:43 +01:00
Kovid Goyal
65e54cb478
string changes
2025-06-20 11:53:14 +05:30
Kovid Goyal
f8deedd4c8
Use a static tmp dir for user manual builds
v8.5.0
2025-06-20 10:28:23 +05:30
Kovid Goyal
07274c3ffa
PDF manual fails for arabic
2025-06-20 08:14:58 +05:30
Kovid Goyal
28f550f6b2
version 8.5.0
2025-06-20 06:57:21 +05:30
Kovid Goyal
30dd25f6c0
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2025-06-19 20:32:39 +05:30
unkn0w7n
100945624c
Update tls_mag.recipe
2025-06-19 19:59:40 +05:30
Kovid Goyal
6092dcda65
pep8
2025-06-19 16:54:23 +05:30
Kovid Goyal
57a645e503
Change user agent for NYT recipes
2025-06-18 19:21:11 +05:30
Kovid Goyal
c3dc09d862
Merge branch 'master' of https://github.com/cbhaley/calibre
2025-06-17 11:06:15 +05:30
Kovid Goyal
5b963844d2
string changes
2025-06-17 08:32:47 +05:30
Charles Haley
ca0f1187a9
Kobo: add an option to change the SeriesIndex_Text value using a template. The text value is what the Kobo displays for series_index. It sorts on the float value.
2025-06-16 12:02:57 +01:00
Kovid Goyal
f3b203d905
Merge branch 'tolino_5.9.220067' of https://github.com/beedaddy/calibre
2025-06-15 06:00:18 +05:30
Martin Brodbeck
aac1bc3590
Bump supported dbversion in kobo/tolino driver
...
New tolino Shine 5 firmware 5.9.220067 uses db version 196. No significant db changes noticed.
2025-06-14 18:25:23 +02:00
Kovid Goyal
9fba8f7bae
Detect nytimes captcha pages
2025-06-14 20:42:23 +05:30
Kovid Goyal
4be0c12647
fix typo in ars technica recipe
2025-06-12 15:57:58 +05:30
Kovid Goyal
dedb8c02d8
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2025-06-10 19:58:52 +05:30
unkn0wn
0df9312b4d
Update wsj.recipe
...
fix error during index fetch
2025-06-10 11:10:40 +05:30
Kovid Goyal
5034b00fcd
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2025-06-08 20:11:32 +05:30
unkn0w7n
dddc7448d6
Update WSJ. Magazine
2025-06-08 14:32:35 +05:30
unkn0w7n
31c8700f68
Update wsj.recipe
...
Unused datetime
2025-06-08 14:16:20 +05:30
unkn0w7n
ff3bd6d906
...
2025-06-08 13:48:50 +05:30
unkn0w7n
af0039485f
...
2025-06-08 13:29:27 +05:30
unkn0w7n
a0a1b8a8f3
Update wsj.recipe
2025-06-08 13:26:39 +05:30
unkn0w7n
49934879c7
Delete windows_star.recipe
...
duplicate
2025-06-08 13:23:53 +05:30
unkn0w7n
04cb2ec6c6
Delete lwn_weekly.recipe
...
duplicate
2025-06-08 13:23:24 +05:30
Kovid Goyal
ae83537ef8
pread64() -> pread()
...
We dont support 32 bit architectures anymore anyway, but define
_FILE_OFFSET_BITS to be safe, only in speedups.c to minimize an
side-effect risks.
Fixes #2769 (Define _FILE_OFFSET_BITS=64 and replace usage of pread64)
2025-06-07 07:55:59 +05:30
Kovid Goyal
37bb650871
Store cli args passed to qt
2025-06-05 06:58:48 +05:30
Kovid Goyal
237e54630a
...
2025-06-05 06:15:36 +05:30
Kovid Goyal
0bc7e0d4b9
...
2025-06-04 19:50:45 +05:30
Kovid Goyal
69d348e532
Bump bundled version of py7zr
2025-06-04 13:12:38 +05:30
Kovid Goyal
62738f4d81
Update 7zip wrapper code for removal of read method
2025-06-04 12:00:36 +05:30
Kovid Goyal
ddcc2c4bbd
Manage data files dialog: Add a button to cancel remaining books when managing multiple books. Fixes #2112424 ['Manage Data Files' on multiple books]( https://bugs.launchpad.net/calibre/+bug/2112424 )
2025-06-04 09:58:59 +05:30
Kovid Goyal
b78b98970a
...
2025-06-03 06:47:23 +05:30
Kovid Goyal
5bce9c01fc
Merge branch 'master' of https://github.com/cbhaley/calibre
2025-06-02 20:35:35 +05:30
Charles Haley
0efb3ca522
Some improvements to kobo configuration tooltips.
2025-06-02 15:40:54 +01:00
Kovid Goyal
26c10fd4d8
Cleanup previous PR
2025-05-30 17:12:07 +05:30
Kovid Goyal
4fd2a30f78
Merge branch 'ByteTheBubble-fix-json-parsing-nyt' of https://github.com/ByteTheBubble/calibre
2025-05-30 17:06:31 +05:30
ByteTheBubble
d8c324e47b
Update nytimes_sub.recipe to fix the same json decoding error
...
Fix JSON parsing error by replacing `undefined` with `null` and stripping JS functions for nytimes_sub.recipe
2025-05-30 13:19:44 +02:00