forked from kovidgoyal/calibre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.yaml
2075 lines (1368 loc) · 80.8 KB
/
Changelog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# vim:fileencoding=utf-8:ts=2:sw=2:sta:et:sts=2:ai
# Each release can have new features and bug fixes. Each of which
# must have a title and can optionally have linked tickets and a description.
# In addition they can have a type field which defaults to minor, but should be major
# for important features/bug fixes.
# Also, each release can have new and improved recipes.
# - version: 3.?.?
# date: 2019-??-??
#
# new features:
# - title:
#
# bug fixes:
# - title:
#
# improved recipes:
# -
#
# new recipes:
# - title:
- version: 3.46.0
date: 2019-07-19
bug fixes:
- title: "Manage tags dialog: When searching for a tag also search the \"Was\" column to see if the original tag name matches."
tickets: [1836813]
- title: "Windows: Fix calibre-server --manage-users not working correctly"
- title: "MOBI Input: Fix conversion of MOBI files with malformed markup and embedded <guide> tags not working."
tickets: [1836548]
- title: "Edit book: Allow the search expression history to remember very short terms and also preserve leading and trailing whitespace."
tickets: [1836559]
- title: "Fix a regression in 3.45 that broke conversion of SVG images when converting to formats such as MOBI that do not support SVG."
tickets: [1836463]
- title: "Fix a regression in 3.45 that broke parsing of old-style .py config files"
- version: 3.45.2
date: 2019-07-12
new features:
- title: "Content server: Allow adding or removing formats to a book via the edit metadata page."
tickets: [1831304]
- title: "ToC Editor: Allow user to control whether duplicate headings are included or not when generating ToC from headings"
- title: "Advanced search dialog: Remember the last focused field in the search by title/authors tab"
- title: "Conversion: Performance improvement for books that have many HTML files that all include the same CSS stylesheets"
- title: "Kobo driver: Add options to more precisely control the generation of cover images, to reduce size and enhance quality"
- title: "Support subtitle in Douban metadata plugin"
bug fixes:
- title: "Fix a Windows-specific regression in 3.45.0 that caused various errors in the viewer and editor"
tickets: [1836294]
- title: "Fix a Windows-specific regression in 3.45.0 that prevented calibre from starting on non UTF-8 locales with non-ASCII usernames"
tickets: [1836360]
- title: "Linux: Workaround for bug in recent Linux kernels that causes the Kindle to eject after calibre connects to it."
tickets: [1834641]
- title: "DOCX Input: When autodetecting the Table of Contents from headings, work even if the headings use numbering."
tickets: [1834661]
- title: "EPUB Output: If there are no guide elements do not output an empty guide tag. Makes epubcheck happy."
tickets: [1835560]
- title: "Workaround for sortByColumn being partially broken in Qt 5.13.0"
tickets: [1834989]
- title: "Fix a regression that broke the per_lang_title_sort_articles tweak."
tickets: [1834329]
- title: "Sending email: Fix an error on some windows machines with non-ASCII hostnames"
- title: "EPUB Output: When generating EPUB 3 preserve the old style meta tag to identify the cover as Google Play Books does not recognize EPUB 3 cover markup."
tickets: [1832660]
- title: "Create catalog: Fix handling of the tilde character in BiBTeX catalogs."
tickets: [1832726]
- title: "News downloads: Fix incorrect font sizes for some text in the index pages."
tickets: [1832628]
- title: 'Comic Input: Fix incorrect processing of comics with pages that have the same file names in different folders when using the "No process" option.'
tickets: [1831487]
- title: "CHM Input: Fix a regression that broke processing of some CHM files."
tickets: [1831511]
- title: "Edit book: When auto-closing tags on typing </, fix occasionally incorrect tag being closed in large files because syntax highlighting has not completed"
- title: "Kobo driver: Fix for ContentType not being defined error for extension-less non kepub files on a Kobo"
- title: "Content server: Book details page: Do not display empty rows for undefined dates"
- title: "Get books: Update Google books and amazon plugins for markup changes"
- title: "Edit book: Text search: Fix searching for a single character backwards not working"
improved recipes:
- Art and Letters Daily
- The Wall Street Journal
- Barrons
- Newsweek
new recipes:
- title: "Aviation International News"
author: Jose Ortiz
- version: 3.44.0
date: 2019-05-31
new features:
- title: "Driver for the new NOOK Glowlight Plus"
- title: "Driver for updated Kobo firmware"
bug fixes:
- title: "Amazon metadata plugin: Fix searching the Amazon servers directly not working because of changed markup"
- version: 3.43.0
date: 2019-05-28
new features:
- title: "Kobo driver: Support for new Kobo firmware"
- title: "Edit metadata dialog: Remember relative sizes of the cover and comments editors."
tickets: [1828291]
bug fixes:
- title: "PDF Output: Fix hang when converting some documents."
ticket: [1829535]
- title: "Handle newlines when serializing to csr files"
tickets: [1827198]
- title: "Fix searching in manage tags throws away all changes"
tickets: [1828986]
- title: "Fix a regression in the previous release that broke using the wireless device driver with the device_for_template option"
- title: "Fix metadata download from Amazon stripping accents from comments text in the binary builds"
- title: "Amazon metadata download: Fix some downloads failing when a mobile user agent is randomnly selected."
tickets: [1827027]
- title: "LRF Input: Fix a regression that broke parsing LRF files."
tickets: [1826970]
- title: "PDF Input: Workaround for pdftohtml not always producing valid UTF-8."
tickets: [1830568]
improved recipes:
- The Toronto Star
- The Financial Express
- London Review of Books
- Boston Globe Subscription
new recipes:
- title: The Baffler
author: Jose Ortiz
- version: 3.42.0
date: 2019-04-30
bug fixes:
- title: "Conversion: Transform styles: When using regular expressions fix substitution groups not working."
tickets: [1825764]
- title: "Fix a regression in the previous release that caused the conversion of HTML to text in comments when output to catalogs or converting downloaded metadata to behave slightly differently."
tickets: [1826654]
- title: "Edit book: Fix beautify not handling <colgroup> and <th> tags correctly."
tickets: [1826631]
- title: "DOCX Input: Fix cross-references using the 'fldSimple' markup not being recognized by calibre."
- title: "EPUB/MOBI Catalogs: Fix a regression in the previous release that caused ampersands and middle-dots to appear as HTML entities in the output."
tickets: [1826127]
- title: "Prevent a malformed tweaks.json file from stopping calibre startup"
- title: "Fix a regression that broke completion for ebook-convert"
- title: "News fetching: Fix a regression that broke removal of attributes/javascript/srcset because of bugs in the new BeautifulSoup"
- title: "TXT Output: Fix Vietnamese  character being stripped from output."
tickets: [1825770]
- title: "E-book viewer: Fix specifying a non-existent location via --open-at causing viewer to hang"
improved recipes:
- Global Times
- Corriere della Serra
new recipes:
- title: Magyar Nemzet
author: pofa
- version: 3.41.3
date: 2019-04-19
new features:
- title: "Kobo driver: Support for new firmware"
- title: "Content server: Add an option to control which book list mode is used by default for new users (Preferences->Sharing over the net->Choose book list mode)"
- title: "Content server: Allow clicking on book cover in details page to read the book."
tickets: [1819058]
- title: "Amazon metadata plugin: Add a option to use the mobi-asin to find books."
tickets: [1823520]
- title: "E-book viewer: Allow specifying ToC hrefs via the --open-at command line parameter."
tickets: [1656573]
- title: "Tag Mapper: Allow Title-casing of tags."
tickets: [1823097]
- title: "Manage authors dialog: Add an entry to the right click menu to show books by the current author in the main book list."
tickets: [1821992]
- title: "Lots of internal changes to calibre's codebase to prepare it for Python 3 support."
bug fixes:
- title: "Content server: Fix links to external resources in book details and the viewer not working"
- title: "Content server: Fix using a bookmark to load the book list not working if server is password protected."
tickets: [1819025]
- title: "Content server: Book details page: Fix close button not going back to book list after using Next/previous buttons."
tickets: [1819060]
- title: "Kobo driver: Fix update device metadata setting not being saved. Also fix book language not being set correctly on newer firmware."
- title: "PDF Output: Fix 'stroke-dasharray' lines in SVG images in the input document not being rendered correctly."
tickets: [1821923]
- title: "Fix searching for authors on amazon not working because of a change in the amazon URL structure."
tickets: [1822532]
- title: "Cover grid: Check for cover size change due to screen scale change on every paint event and invalidate cache if there is a change."
tickets: [1723972]
- title: "Edit book: Fix Option key + ; not working in the editor."
tickets: [1823040]
- title: "Edit book: Fix pasting images into a book with no Images folder not working correctly."
tickets: [1817405]
- title: "Confirm cancel on library restore dialog"
tickets: [1823204]
- title: "EPUB/MOBI Catalogs: Fix presets not being applied for some options."
tickets: [1821968]
- title: "Fix using --insert-metadata with ebook-convert not inserting the title and author metadata from the source document"
- title: "Adding books: When adding with auto-merge and auto-convert enabled, also run conversions for books into which the added files are merged."
tickets: [1822018]
- title: "Versions 3.41.1, 3.41.2, 3.41.3 fix various regressions in the previous release that affect a few people."
tickets: [1825472, 1825494, 1825542]
improved recipes:
- Il Post
- Le Monde Edition Abonnes Papier
- Le Temps
- NASA
- "1843"
- derStandard
- LA Times
new recipes:
- title: The New Criterion
author: Darko Miletic
- version: 3.40.1
date: 2019-03-08
new features:
- title: "TXT Input: Use markdown 3.0 with support for new extensions such as code highlighting and smarten punctuation."
- title: "Book details panel: Allow editing the identifiers for the book by right clicking on the existing Ids."
tickets: [1815005]
- title: "Content server: Allow specifying custom URLs for the 'Search the internet' feature via Preferences->Sharing over the net->Search the internet."
tickets: [1810923]
- title: "Tag browser: Category editor: Add a checkbox to restrict the entries shown to only those present in the current Virtual library"
- title: "Allow adding files to selected book records from the clipboard. To use copy a file from windows explorer, right click the Add books button and choose: Add files to selected books from clipboard"
tickets: [1815419]
- title: "Tag browser: When right clicking on a saved search add a menu option to search using the raw search expression."
tickets: [1816274]
- title: "Tag browser: Have pressing the Enter key find the next match."
tickets: [1816276]
- title: "Windows: Add a button to Preferences->Sharing over the net to set calibre to run when the computer starts"
bug fixes:
- title: "Fix a regression in the previous release that broke Copy to library and delete after when copying a duplicated book."
tickets: [1816224]
- title: "Edit book: Fix pasting of image from clipboard using (Ctrl-V) not working"
- title: "Content server: Fix {id} not working in the custom list template"
tickets: [1818308]
- title: "EPUB/MOBI Catalogs: Fix presets not saving title and format information."
tickets: [1818838]
- title: "macOS: Respect the system setting for text insertion cursor blink time"
- title: "FB2 Output: Fix comments from the input document not present in the output."
tickets: [1815357]
- title: "calibredb: Fix adding books with an OPF file to a remote server not picking up the cover specified in the OPF file"
- title: "TXT Input: Fix option to remove indents at the start of lines breaking conversion of markdown documents."
tickets: [1814989]
- title: "EPUB/MOBI Catalog generation: Allow matching empty fields in exclusion rules."
tickets: [1814458]
- title: "EPUB/MOBI Catalogs: Fix multiple books with the same title but different authors in a genre not being listed."
tickets: [1415990]
- title: "Update the Get Books and metadata Amazon.com plugins to handle changes to the markup on the Amazon results page"
- title: "Version 3.40.1 fixes a bug in 3.40 that could prevent calibre starting when using a custom date column"
improved recipes:
- Scientific American
- Taipei Times
- Harpers Magazine
- General Knowledge Today
- Granma
- South China Morning Post
- New York Times (Web)
- China Daily
- "1843"
- Pro Physik
- Caravan Magazine
- Spektrum der Wissenchaft
new recipes:
- title: Quanta Magazine
author: lui1
- title: El Periodico Mediterraneo
author: benages
- version: 3.39.1
date: 2019-02-01
new features:
- title: "Content server: Implement the \"Copy to library\" function. To use it click the three dots in the top right corner of a book's page and choose \"Copy to library\""
tickets: [1810486]
- title: "Content server: Add Next/Previous buttons to the book details page"
bug fixes:
- title: "Content server: Fix editing metadata that affects multiple books causing all the metadata for all the books to become the same."
tickets: [1812781]
- title: "Open With: Fix using .bat files as the program not working."
tickets: [1811045]
- title: "ZIP Output: Fix an error when building the ToC on macOS for some books with non-ASCII ToC entries"
tickets: [1813905]
- title: "Edit book: Check book: Follow recent releases of epubcheck in expecting .ttf files to have the mime-type application/vnd.ms-opentype in EPUB 3 books"
- title: "Fix font mime-types not being auto-corrected when upgrading EPUBs from 2 to 3"
- title: "Content server: Try to detect if a book file has been edited outside of calibre and serve the updated copy"
- title: "Fix merging books not updating author if the source book has no title"
- title: "Content server: Fix heading for custom comments columns being duplicated in the book details page"
- title: "Fix editing of dates not working if the date format is set to iso."
tickets: [1812560]
- title: "Version 3.39.1 fixes a bug in 3.39.0 that broke copy to library for books that have saved conversion options"
tickets: [1814279]
improved recipes:
- Spiegel Online
- Il Post
new recipes:
- title: BSI News
author: Volker Heggemann
- title: Science Advances
author: Jose Ortiz
- version: 3.38.1
date: 2019-01-18
new features:
- title: "Tag browser: When using the Find function have unaccented characters match their accented equivalents, if the setting for it is set in Preferences->Searching"
- title: "DOCX Input: When converting indices, put each sub-entry on its own line."
tickets: [1811611]
- title: "Edit book: Insert hyperlink: Add history for the template"
- title: "Edit book: Insert hyperlink: Add a few more variables for the link template: _SOURCE_FILENAME_, _DEST_FILENAME_ and _ANCHOR_"
bug fixes:
- title: "Catalogs: Set the language of created catalogs to the calibre interface language instead of English"
tickets: [1810936]
- title: "DOCX Input: Do not display section breaks that have a numbering style applied to them."
tickets: [1811611]
- title: "Content server: Fix listening on :: not also listening on IPv4 interfaces on Windows"
- title: "DOCX Output: Fix heading styles that have the same font size as body text getting incorrect font sizes after conversion."
tickets: [1811616]
- title: "EPUB/MOBI Catalogs: Fix prefix rules not working when calibre UI language is something other than English"
- title: "EPUB/MOBI Catalogs: Fix exclusion by tag not working for tags that have spaces in them"
- title: "Subset fonts: Fix error when trying to subset unicode characters that require two UTF-16 code points on Windows."
tickets: [1811224]
- title: "Content server: Fix option to restrict displayed user field not working in the /opds view"
- title: "Tag browser: Fix incorrect icon for user categories."
tickets: [1810217]
- title: "PDF Output: Fix conversion failing when fonts with non-English names are used."
tickets: [1812218]
- title: "3.38.1 fixes a typo in 3.38.0 that caused the Polish books function to not work when polishing small numbers of books"
improved recipes:
- Chicago Tribune
- New York Times Book Review
new recipes:
- title: Nature
author: Jose Ortiz
- version: 3.37.0
date: 2019-01-04
bug fixes:
- title: "Switch from cssutils to css_parser for parsing CSS. Fixes various minor, long standing bugs"
- title: "calibredb: Fix adding books from directories to a remote server running on Windows not working"
- title: "Edit Book: Fix style attribute on <html> tags not being preserved when editing AZW3 files."
tickets: [1810193]
- title: "Get Books: Use an external browser for Google Books"
tickets: [1810205]
- title: "Saving to disk: Fix errors on Linux/macOS if the title/authors are long enough to make individual path components larger than 255 characters."
tickets: [1807525]
- title: "PDF Input: Fix non-breaking spaces represented as entities in the output of pdftohtml, which breaks some search/replace expressions"
- title: "Edit book: Fix a crash when mousing over links in an instance of the editor launched standalone on macOS Mojave"
tickets: [1805521]
- title: "Conversion: When converting with font size rescaling disabled, convert font size names to rem unit rather than pt units."
tickets: [1809671]
- title: "Windows: When registering calibre programs as possible handlers for various file types, dont set the AllowSilentDefaultTakeOver registry key"
- title: "macOS: PDF Output: Fix bold fonts not working on Mojave."
tickets: [1799750]
- title: "Content server: Fix strings with double quotes not being translated."
improved recipes:
- Il Post
- version: 3.36.0
date: 2018-12-21
new features:
- title: "Happy Holidays to everyone!"
- title: "Kobo driver: Add supported for newly released firmware update"
bug fixes:
- title: "Kobo driver: Fix a regression in the last release that caused book title
to appear as Unknown if metadata management was set to manual in calibre."
tickets: [1807914]
- title: "PDF Output: Do not fail if one of the fonts from the source document has no name metadata"
improved recipes:
- Wall Street Journal
- ESPN
- Al Jazeera (English)
- version: 3.35.0
date: 2018-12-07
new features:
- title: "Edit book: Insert hyperlink: Allow specifying a template to control the markup that is inserted for the hyperlink."
tickets: [1804250]
- title: "Metadata download: Add an option (in Preferences->Metadata download) to keep multiple results from individual metadata sources, useful if you prefer to pick the best result by hand and use only one or two metadata sources."
tickets: [1802293]
- title: "KoboTouch driver: Extend the metadata updated in the Kobo device database to all metadata displayed on the device. The update is only done for books already on the device. Needs to be enabled via Preferences->Plugins->Customize the KoboTouch device plugin."
bug fixes:
- title: "E-book viewer: Fix a regression that broke viewing of HTMLZ files"
tickets: [1691976]
- title: "Edit book: Fix suggestions in completion popup not being sorted."
tickets: [1803985]
- title: "Windows: Fix restarting calibre with system tray icon enabled causing duplicate defunct icons in the tray."
tickets: [1803034]
improved recipes:
- Wired Magazine
- Wall Street Journal
- Telepolis
- Yahoo News
- Associated Press
- Mother Jones
new recipes:
- title: Macrobusinness
author: 2018robert
- title: Sports Illustrated
author: Kovid Goyal
- title: Le Peuple Breton
author: Lionel Plais
- title: Mandiner
author: pofa
- version: 3.34.0
date: 2018-11-08
new features:
- title: "Support for the new Kindle Paperwhite 2018"
tickets: [1802088]
- title: "Metadata plugboards: Allow defining plugboards that modify comments metadata as well"
- title: "E-book viewer: Add a keyboard shortcut (Ctrl+M) for toggling between paged and flow mode"
bug fixes:
- title: "EPUB Input: Handle invalid EPUB files that have their NCX documents in the spine."
tickets: [1796497]
- title: "EPUB3 Input: Handle EPUB 3 files that incorrectly use EPUB 2 markup to identify cover images."
- title: "Content server: Fix --url-prefix feature not working with book conversion"
improved recipes:
- Business Standard
- Washington Post
- General Knowledge Today
- How To Geek
new recipes:
- title: Arts and Letters Daily
author: pjpaulpj
- title: Magyar Idok
author: pofa
- version: 3.33.1
date: 2018-10-19
new features:
- title: "Driver for the new Kobo Forma"
- title: "PDF Output: Add a new 'page number map' setting to easily modify page numbers as needed in headers/fotters and the generated inline table of contents."
tickets: [1796902]
- title: "Edit book: Insert image: remember size of displayed thumbnails."
tickets: [1795845]
- title: "Edit book: Compress images losslessly: Remember the last used compression quality for jpeg compression."
tickets: [1796950]
bug fixes:
- title: "CHM Input: Fix a regression in the previous release that broke processing of CHM files."
tickets: [1796889]
- title: "Fix clearing of metadata download author and tag map rules not working"
- title: 'Fix notifications from calibre being displayed as "Others" on the GNOME desktop'
improved recipes:
- Ambito Financiero
- Pagina 12
- stuff.co.nz
- The New Zealand Herald
- Various Polish news sources
- version: 3.32.0
date: 2018-09-28
new features:
- title: "Edit book: Insert image dialog: Add buttons to change the image thumbnail size."
tickets: [1791428]
- title: "Book details panel: Allow right clicking on a format to open it in the calibre editor"
- title: "Edit metadata dialog: Allow viewing or editing specific formats by right clicking the format in the formats list"
- title: "When creating a metadata jacket allow HTML in custom long text columns"
- title: "Content server: When editing metadata add a button to remove the existing cover. Note that after removing the cover a auto-generated cover is displayed instead. You might need to hit refresh in your browser to see the change."
tickets: [1794123]
- title: "Content server: Date edit: Add buttons to clear the date or set it to today's date"
bug fixes:
- title: "When showing books on the device, disable keyboard shortcuts for actions that operate on library books"
- title: "Content server: Custom List: Fix a zero series index being displayed as one"
- title: "Content server: Fix covers not being updated in downloaded copies of some books."
tickets: [1699932]
- title: "PDF Output: Fix an error that could occur in rare circumstances when using the option to read page margins from the input document"
tickets: [1792616]
- title: "Edit book: Check book: Fix an error if a filename contains a % character"
- title: "PDF Output: Fix CSS opacity property causing text to not be rendered. Now opacity is ignored, as it is unsupported by Qt WebKit."
tickets: [1792048]
- title: "Create custom column dialog: Ensure that the format numbers field is always visible"
improved recipes:
- Washington Post
- version: 3.31.0
date: 2018-09-07
new features:
- title: "Book list: Allow changing the font used for any column to bold and/or italic by right clicking on the column header and choosing 'Change font style'."
description: "Note that this setting is per-library so it has to be done once for the book list in every calibre library."
tickets: [1758434]
- title: "fetch-ebook-metadata.exe: Allow specifying identifiers other than just ISBN"
- title: "Amazon metadata download: Add support for Amazon Australia (can be configured via Preferences->Metadata download->customize the amazon metadata source)"
- title: "Table of Contents Edit tool: When generating from XPath's add a checkbox to control if duplicate entries at the same level are added or not."
tickets: [1790761]
- title: "Edit book: Allow disabling the popup to show changes after running the Fix HTML and Beautify all files tools."
tickets: [1789540]
bug fixes:
- title: "DOCX Input: Fix figures in newer Word documents being duplicated."
tickets: [1789238]
- title: "Content server: Disable offline access if application cache is not available, rather than failing."
tickets: [1737642]
- title: "DOCX Output: Workaround for broken CSS that uses -o-pre-wrap for the white-space property"
tickets: [1786410]
- title: "Metadata download: Remove the option to lookup first edition dates as the service used to get the data no longer exists"
improved recipes:
- Howto Geek
- Welt der Physik
- Neue Osnabrucker Zeitung
- Fortune Magazine
- version: 3.30.0
date: 2018-08-24
new features:
- title: "ToC Editor: When generating ToCs using headings/XPath ignore duplicate entries at the same level that have the same text."
tickets: [1735799]
- title: "Windows: The default calibre library location is now not in My Documents but instead in the user home folder, to avoid issues with OneDrive auto-syncing calibre libraries"
tickets: [1787488]
- title: "Kobo driver: Support for new firmware version"
- title: "Add a tweak (in Preferences->Tweaks) to allow skipping network check on news download"
- title: "Edit metadata dialog: Show a confirmation dialog on cancel if some changes have been made."
tickets: [1786544]
bug fixes:
- title: "Downloaded metadata review dialog: Fix a regression in the last release that broke the revert buttons"
- title: "E-book viewer: Fix clicking links in the footnote popup ignoring the anchor part of the link."
tickets: [1786577]
- title: "ToC editor: Fix generating toc entries from links not working for links that start with #"
- title: "HTML Input: Collapse multiple spaces in filenames when sanitizing them."
tickets: [1788187]
- title: "Edit book: Remove matching tag: Fix incorrect removal if the remove matching function is triggered in rapid succession"
- title: "Edit book: Fix some links in the file being split not being adjusted when splitting HTML files."
tickets: [1787892]
- title: 'Fix a crash when using some third party plugins and enabling the "two lines for text under icons" option'
tickets: [1787700]
- title: "Make the create catalog dialog freely resizable"
tickets: [1787523]
- title: "DOCX Input: Fix an error when converting some DOCX files with inherited fonts."
tickets: [1786414]
- version: 3.29.0
date: 2018-08-10
new features:
- title: "Add a option to draw a grid in the main book list (Preferences->Look & feel)"
- title: "Edit book: Allow removing the currently highlighted tag (while keeping its contents) by pressing Ctrl+>. You can also add a tool to do it via Preferences->Toolbars"
- title: "Content server: When defining a color scheme for the in browser viewer allow specifying the link color as well as the foreground and background."
tickets: [1735904]
- title: "Edit book: Show a popup after a fix all HTML/Beautify all files so the user can easily see what was changed, if needed."
tickets: [1785482]
- title: "Kindle driver: Create cover thumbnails on the device when transferring KFX format books"
- title: "Edit Book: Recognize numbers in image names in the 'Insert image' dialog"
tickets: [1782981]
bug fixes:
- title: "Content server: Display custom comments field on the book details page in the same order as in the calibre GUI"
- title: "Edit book: Fix open image editors not being updated when image file is replaced"
- title: "Fix keyboard shortcuts for Edit book tools created from plugins not working"
- title: "PDF Output: Fix error when trying to convert books that do not specify a language in their metadata."
tickets: [1783563]
- title: "Browser viewer: Fix inability to open books that contain zero-byte stylesheets/images"
improved recipes:
- Boston Globe
- Newsweek
- Ambito and Ambito Financiero
- New York Times
- New England Journal of Medicine
- The Hindu Business Line
- Private Eye
- Le Temps
- version: 3.28.0
date: 2018-07-20
new features:
- title: "Allow creating rules to transform author names when adding books to calibre. Accessible via Preferences->Adding books->Adding actions"
tickets: [1780152]
- title: "Add a similar author mapper tool to manipulate author names in the existing library. Accessible via Preferences->Toolbars"
- title: "Add a similar author mapper tool for metadata downloading, accessible via Preferences->Metadata download"
- title: "Comments Editor: Add options to change the case of the selected text to the right click menu"
tickets: [1780469]
- title: "Edit book: When sorting non text files in the File list recognize numbers in the file names"
tickets: [1781721]
bug fixes:
- title: "calibredb catalog: Recognize file extensions even when they are not lowercase"
improved recipes:
- Sunday Times Magazine UK
- The Economist
- The Houston Chronicle
- El cohete a la luna
- CBC Canada
new recipes:
- title: Il Post
author: frafra
- title: Bloomberg Columnists
author: Dale Furrow
- version: 3.27.1
date: 2018-07-06
new features:
- title: "Content server: Allow conversion of books"
type: major
description: "Click the convert icon in the top bar of the book details page to convert a book. Note that conversion only works for logged in users who have permission to make changes to the calibre library."
- title: "Kobo driver: Add support for new firmware"
- title: 'Bulk metadata edit dialog: Add an "edit tags" button for tags like custom columns.'
tickets: [1779299]
- title: "Add an option in Preferences->Look & feel to disable the new 'drag and drop to merge books feature'"
- title: "E-book viewer: Add a shortcut (Ctrl+Alt+B) to toggle the bookmarks panel."
tickets: [1780097]
- title: "Edit book: Add a copy to clipboard button on the various report dialogs"
- title: "Edit book: Add a shortcut (Ctrl+Alt+Down) to edit the next file in the book spine."
tickets: [1779616]
- title: "calibre-smtp: Verify relay server TLS certificates by default. New option --dont-verify-server-certificate to restore old behavior."
bug fixes:
- title: "Version 3.27.1 fixes a build error in 3.27.0 that caused calibre not to start on macOS older than High Sierra"
- title: "Conversion: Fix a regression in the previous release that caused conversion of EPUB 3 to EPUB 3 to fail."
tickets: [1779518]
- title: "Fix detection of the Bookeen NolimbookXL on macOS and Linux"
tickets: [1780302]
- title: "Fix a regression that broke the fetching of annotations from Kobo and Kindle devices."
- title: "DOCX Input: Fix failure to convert some DOCX files that use Symbol fonts."
tickets: [1777390]
- title: "When exporting very large libraries fix failures due to busy errors."
tickets: [1779664]
- title: "Fix commas not working in identifiers that are transformed to URLs via rules."
tickets: [1779602]
- title: "Review downloaded metadata: Fix cancel button on the confirm reject all dialog not working."
tickets: [1779576]
- title: 'Kindle Fire driver: Send books by default to the "kindle" folder instead of the "Books" folder to workaround a change in the Fire firmware that causes the Kindle to not recognize files in the Books folder.'
- title: "Linux installer: Also fix the execute bits in the umask if the user runs the installer with a umask that prevents files from being world executable."
- title: "Sort the entries in the show column menu alphabetically."
tickets: [1778155]
improved recipes:
- Gosc Niedzielny
- Cracked.com
- Psychology Today
- The Atlantic
- LA Times
- Handelsblatt
- Newsweek
- version: 3.26.1
date: 2018-06-15
new features:
- title: "Book list: Allow drag and drop of books onto other books to merge the book records."
tickets: [1775123]
- title: "Check Book: External link checker: Also check HTML anchors (the part after the # in the link). Can be turned off via a checkbox at the bottom of the link checker window."
- title: "Edit Book: Preview panel: Show previews when editing SVG files"
- title: "Edit book: When downloading external resources, also convert data URLs into files."
tickets: [1774945]
- title: "E-book viewer: When the controls are hidden show the progress in the window title."
tickets: [1776710]
- title: "Library Quick switch menu: Highlight the previously switched from library in bold."
tickets: [1775888]
bug fixes:
- title: "PDF Input: Fix a regression in 3.24 that caused conversion of PDF to be significantly worse."
tickets: [1775984]
- title: "E-book viewer: Fix very slow loading for HTML files with very many images on Linux."
tickets: [1774884]
- title: "Content server: Fix a regression in 3.14 that removed the separator between books in the detailed list view mode."
tickets: [1776294]
- title: "Edit book: Fix SVG files not being beautified by the Beautify all files tool"
- title: "Edit book: Fix searching in selected files not searching SVG files"
- title: "Fix Tweaks help string not being displayed translated"
- title: "Edit metadata dialog: Fix distorted rendering of some labels in the custom metadata tab in rare circumstances."
tickets: [1766762]
- title: "version 3.26.1 prevents dropping of a book onto itself from triggering the merge dialog, which should reduce accidental triggers"
tickets: [1777054]
improved recipes:
- Slate
- New York Times Book Review
- The Independent UK
- NYTimes Tech Beat
- New York Times
- Cracked.com
new recipes:
- title: El Cronista
author: Darko Miletic
- version: 3.25.0
date: 2018-06-01
new features:
- title: "Kobo driver: Support the new Clara HD"
- title: "PDF Output: Add an option to use page margins from the input document, specified via @page CSS rules."
description: "Allows individual HTML files in the input document to have different page margins in the output PDF."
tickets: [1773319]
bug fixes:
- title: 'Fix option to "show text under buttons only if there is enough space" not working well with the option to use "two lines for the text under the buttons".'
tickets: [1773426]
- title: "Update notification: When both calibre and plugin updates are available and the user updates only the plugins, fix the restart calibre button not working."
tickets: [1774059]
- title: "E-book viewer: Fix printing of comics (cbz/cbr files) not working."
tickets: [1774163]
- title: "EPUB3 Input: Fix Table of Contents not being recognized for some EPUB 3 books that placed their nav document in-side a sub-folder."
tickets: [1773627]
improved recipes:
- Associated Press
- version: 3.24.2
date: 2018-05-25
new features:
- title: "Conversion: EPUB Output: Add an option to output EPUB 3 files."
type: major
- title: "PDF Output: Add an option to break long words at the ends of lines."
tickets: [1773111]
- title: "PDF Output: Allow using images in the header/footer templates"
- title: "Add an option to use two lines for the text under the toolbar button in Preferences->Look & feel"
- title: "Edit book: Spell check: Update the number of misspelled words/total words displayed when correcting/ignoring words."
tickets: [1772276]
- title: "Edit book: Fix HTML: Automatically resolve private entities"
tickets: [1772157]
- title: "Improve formatting of help in Preferences->Tweaks"
- title: "ToC Editor: Allow undo for renaming single items as well."
tickets: [1769442]
bug fixes:
- title: "Version 3.24.2 fixes a bug in the new EPUB 3 output functionality that prevented conversion of non-EPUB 3 books to EPUB 3"
- title: "Version 3.24.1 fixes a regression in the 3.24 in the editor that caused syncing between the editor and the Preview panel/Live CSS panel to not work correctly"
- title: "PDF Output: Strip zero-width space characters from the text as their presence prevents searching from working"
- title: "DOCX Output: Fix <pre> tags not being converted correctly."