forked from kovidgoyal/calibre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.yaml
4769 lines (3115 loc) · 220 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: ?.?.?
# date: 2016-??-??
#
# new features:
# - title:
#
# bug fixes:
# - title:
#
# improved recipes:
# -
#
# new recipes:
# - title:
- version: 2.55.0
date: 2016-04-15
new features:
- title: "Allow creation of rules to convert arbitrary identifiers into clickable links in the book details panel (Prefrences->Look & Feel->Book details)"
- title: "Tag mapper: A new rule type 'split' allows you to easily split tags on a character"
- title: "Make the shutting down message an overlay so it is less disruptive"
- title: "Allow right clicking on Virtual Library tabs to edit/delete the virtual library."
tickets: [1568306]
- title: "Tag mapper: Add a button to edit the list of tags in a tag mapper rule using the tag editor dialog."
tickets: [1568376]
bug fixes:
- title: "Conversion: Fix the obsolete HTML align=center markup (produced by Microsoft Word) not working for tables."
tickets: [1569583]
- title: "Font subsetting: When font-variant: small-caps is used include the capital letters as well, in case either the font or the renderer do not support OpenType smcp."
tickets: [1568555]
- title: "Font subsetting: Implement support for text-transform."
tickets: [1568555]
- title: "Fix the target book entry in the book list not being refreshed after merging books. Only matters if you have a column based on book formats."
tickets: [1568091]
- title: "E-book viewer: Fix a link that has some text along with a superscript/subscript being incorrectly detected as a footnote link"
- title: "Fix device detection on windows failing if the registry entries for the device contain a very long item."
tickets: [1567569]
- title: "Edit Book: Fix an extra colon being added when setting the 'notes' semantic"
- title: "Ensure that author folder names are never windows reserved names"
- title: "E-book viewer: When displaying an EPUB 3 document that uses epub:switch to provide a fallback for MathML content, prevent both the MathML and fallback from being shown together."
- title: "PDF Output: When displaying an EPUB 3 document that uses epub:switch to provide a fallback for MathML content, prevent both the MathML and fallback from being rendered together."
- title: "Fix exception in custom column preferences when the column lookup key is changed"
- title: "Catalog generation: Do not crash is a book in the library has no uuid."
tickets: [1565242]
improved recipes:
- Brand Eins
- Handelsblatt
- tyzden
- Newsweek
new recipes:
- title: Kitekinto
author: pofa
- version: 2.54.0
date: 2016-04-01
new features:
- title: "Edit metadata in bulk dialog: Allow configuring the types of generated covers."
tickets: [1559257]
- title: "E-book viewer: Make the detection of note boundaries for popup footnotes a little more robust"
- title: "E-book viewer: Add options to control the amount the mouse wheel and arrow keys scroll by in flow mode"
- title: "When running the content server do not hide the main calibre window during shutdown until the content server has stopped. Show a shutting down message in the window so that the user knows what is happening."
- title: "Edit Book: Check Book: Add a check for empty links"
- title: "DOCX Input: When the document has a Table of Contents created using the Word Table of Contents tool, keep a reference to it in the metadata. This is useful when converting to old style MOBI and you want to precisely control placement of the ToC."
tickets: [1556983]
bug fixes:
- title: "Fix auto-mounting of some types of devices not working on FreeBSD"
- title: "calibredb add: Fix the --cover option not working if the book being added has its own cover."
tickets: [1562507]
- title: "E-book viewer: Fix mathematics being typeset at too small a font size on windows"
- title: "PDF Output: Fix occasional blank pages erroneously inserted in the text (at the end of an internal html file)."
tickets: [1559855]
- title: "Book details panel: Fix url:file:// identifiers not becoming links"
- title: "Fix fetch news dialog not rendering properly on HiDPI screens"
- title: "Fix a hard to trigger crash introduced in the previous release when using the conversion dialog"
tickets: [1557147]
improved recipes:
- Nature News
- TIME Magazine
- Folha de Sao Paolo
- Endgadget
- MSNBC
- The New York Times Book Review
new recipes:
- title: Magyar Nemzet and Mult Kor
author: pofa
- version: 2.53.0
date: 2016-03-11
new features:
- title: "Edit Book: A new tool to transform book styling using easy to create rules."
description: "For example, you can create rules to change colors in the book or to double the font size of all text in the book, etc. For details, see https://manual.calibre-ebook.com/edit.html#transforming-css-properties"
type: major
- title: "Conversion: Allow creating rules to transform styles during conversion, as above. Available in the conversion dialog at 'Look & Feel->Transform style'"
- title: "Edit metadata dialog: Make the hide toolbars right click menu action persistent. Also fix very large number of custom fields causing the basic metadata tab to not be aligned properly"
- title: "Portable Installer: Do not ask to launch calibre when running an automated install. Automated installs will now never launch calibre."
bug fixes:
- title: "E-book viewer: Hide list numbers for popup footnotes when the footnotes are use <ol> as the number are likely to be incorrect."
- title: "DOCX Input: Ignore the hidden bookmark Word 2010 inserts to enable the go to last edit feature."
tickets: [1552972]
- title: "Fix keyboard focus lost after merging book records"
tickets: [1550520]
- title: "E-book viewer: Handle <![CDATA[ escapes correctly."
tickets: [1550966]
- title: "Edit Book: Fix spelling correction suggestions not being shown when using the context menu key with the cursor at the end of the word"
improved recipes:
- Mediapart
- version: 2.52.0
date: 2016-02-26
new features:
- title: "Allow creating rules to ignore files when adding books based on the filename"
description: "Useful when using the auto-add feature or when adding in bulk. Preferences->Adding Books->Rules to filter added files"
- title: "calibredb add: Allow specifying filters to control adding of books from directories"
- title: "E-book viewer: Allow copying the Table of Contents to the clipboard by right clicking on it."
tickets: [1548791]
bug fixes:
- title: "FB2 metadata: Ignore invalid (unidentifiable) cover images."
tickets: [1548417]
- title: "FB2 metadata: Fix error when adding books with non-numeric series numbers."
tickets: [1548405]
- title: "DOCX Input: Fix handling of toggle properties such as bold/italic/strikethrough/etc. when specified as document defaults."
tickets: [1548187]
- title: "Conversion pipeline: Add support for the q CSS length unit"
improved recipes:
- AsiaOne
- Today Online - Singapore
- Foreign Policy
- Outlook India
- Economic and Political Weekly
- Foreign Affairs
- El Pais
- LA Times
- Al-Ahram
- New York Times Book Review
new recipes:
- title: Al-Masry Alyoum
author: Hassan Williamson
- version: 2.51.0
date: 2016-02-12
new features:
- title: "Add an action to the context menu for the search bar to paste and instantly execute the search."
tickets: [1541286]
- title: "When adding multiple books from a single directory, added the books in order of the last modified time of the book files."
bug fixes:
- title: "Fix a regression in 2.50 that prevented a small number of devices from being detected on windows"
- title: "PDF metadata: Workaround for PDF files with corrupted XMP metadata packets, generated by Nitro PDF."
tickets: [1541981]
- title: "Edit Book Beautify: Do not beautify the insides of heading/p tags even when they are the only child of body"
- title: "Amazon metadata download: Fix published date not being downloaded from amazon.it"
- title: "Fix a regression in 2.50 that broke the user created device driver feature on windows"
- title: "EPUB Input: Fix error when processing EPUB files that uses non-ascii characters for their unique ids."
tickets: [1540496]
- title: "When reading the cover from comic files, ignore any image files inside __MACOSX/ directories."
tickets: [1539414]
- title: "Fix calibre on OS X unable to connect to sites that support only TLS >= 1.1. Also update the version of Qt bundled on OS X to 5.5.1"
improved recipes:
- Endgadget
- The Economic Times India
- Discover Magazine
- version: 2.50.1
date: 2016-01-29
new features:
- title: "Change the way that devices are detected on Windows. This fixes device detection problems on some Windows 10 computers"
- title: "Edit Book: When inserting images, add an option to insert the image as a full page image"
- title: "DOCX Input: Add support for framed text created by setting the same border style on neighboring paragraphs."
tickets: [1526663]
- title: "Update PocketBook 650 driver for latest firmware revision"
tickets: [1535801]
bug fixes:
- title: "DOCX Input: Fix empty paragraphs with borders being rendered with an empty line inside the borders"
- title: "ODT Input: Fix fallback PNG images generated by LibreOffice 4.x for SVG images not being ignored"
- title: "Fix restore library failing on some windows systems with non-ascii library paths"
- title: "Edit Book: Fix error when merging an empty HTML document or one that contains only text and no tags."
tickets: [1535427]
- title: "Fix failure to add FB2 files that contain published dates."
tickets: [1535007]
- title: "Use a private certificate when downloading plugins via HTTPS. This fixes errors on some windows machines that have missing root certificates."
- title: "Fix tag editor not working correctly for comma-separated custom columns"
- title: "Fix existing rating not being removed when using Polish Books or Embed Metadata tools on EPUB files."
tickets: [1534597]
improved recipes:
- New Scientist
- FAZ.net
- Scientific American
- Business World Magazine
- Houston Chronicle
- version: 2.49.0
date: 2016-01-15
new features:
- title: "E-book viewer: Add an option to allow only a single book to be viewed at a time. Trying to view a second book will cause it to replace the currently viewed book."
tickets: [1526504]
- title: "Kobo driver: Add support for the new firmware 3.19.5761"
- title: "Linux build: Update bundled version of Qt to 5.5.1"
bug fixes:
- title: "Fix splash screen getting stuck on OSX when restarting calibre in debug mode"
- title: "Get Books: Update plugins for various Polish language book stores to handle changes to the website"
- title: "Amazon metadata download: Handle a change in the amazon website that prevented review metadata from being downloaded"
- title: "Better algorithm for guessing the 'external' network interface that is displayed to the user"
- title: "Tag Mapper: Do not allow the user to create rules with invalid regular expressions"
- title: "E-book viewer: Disallow hyphenation in documents that use mathematical typesetting as the hyphenation breaks that typesetting"
- title: "E-book viewer: Fix some non-ASCII characters not display in embedded MathML."
tickets: [1532323]
- title: "Download calibre plugins securely using HTTPS"
- title: "MOBI Output: Try to autofix corrupted PNG images in the input document."
tickets: [1531738]
- title: "Nook Glowlight Plus: Send files by default to the NOOK/My Files folder."
tickets: [1531394]
- title: "E-book viewer: Fix failure to view comic files that contain non-ASCII characters int heir internal filenames."
tickets: [1530517]
improved recipes:
- Echo Online
- Various Uruguayan news sources
- Economic and Political Weekly
- Tagesanzeiger
new recipes:
- title: LaRed21
author: Carlos Alves
- version: 2.48.0
date: 2016-01-01
new features:
- title: "Driver for Energy Ereader Screenlight."
tickets: [1529108]
- title: "DOCX Input: Add option to have superscripts/subscripts converted so that they do not affect the line height of the line containing them."
tickets: [1528055]
- title: "New option to hide empty categories in Tag Browser (Preferences->Look & Feel->Tag Browser)"
bug fixes:
- title: "Image compression: Fix spurious zero byte .bak files being created when compressing png images inside epub files"
- title: "Image compression: Fix bug that could cause zero byte images files/or file in use errors when compressing images"
- title: "Fix some icons not being themeable"
tickets: [1529501]
- title: "E-book viewer: When using heuristics to detect footnote links check for vertical-align set to top and bottom as well as sub and super"
- title: "Book details panel: Display data in right-to-left format when the calibre interface language is set to a right-to-left language such as Hebrew or Arabic"
improved recipes:
- Rzeczpospolita
- New York Times Book Review
- der Standard
- More Intelligent Life
- Reader's Digest
- Financial Times
- New Scientist
- version: 2.47.0
date: 2015-12-21
new features:
- title: "A new tool to easily export and import all calibre data -- books, settings and plugins"
description: "Right click the calibre icon in the main calibre toolbar and choose \"Export/import all calibre data\" to run this tool. It is useful if you want to move to a new computer or duplicate your calibre setup on a second computer, with minimal effort. This tool is very new, so if you run into problems, please report bugs. You can always use the old manual method of copying library folders as a fallback."
type: major
- title: "Get Books: Add plugins for Amazon Australia and Amazon India. Also restore the Amazon EU plugins."
tickets: [1526089]
bug fixes:
- title: "PDF Input: Fix conversion of PDF documents that contain ASCII control codes in their outlines not working."
tickets: [1527697]
- title: "Edit book: Fix image compression utilities opening a new console per invocation on windows"
- title: "Image compression: If the compression tools return a zero byte image ignore it and use the original image"
- title: "Fix a regression that caused book titles in the Book Details panel to become clickable"
improved recipes:
- Fox News
- Le Devoir
- Le Monde diplomatique.fr
- version: 2.46.0
date: 2015-12-11
new features:
- title: "PDF Input: Add support for PDF outlines (bookmarks), if present, they are used as the metadata Table of Contents."
tickets: [1524522]
- title: "Book polishing: Add tool to losslessly compress images in the book in order to reduce its filesize, without affecting image quality"
- title: "Edit Book: Add a new tool to compress images in the book losslessly, accessed from the Tools menu"
- title: "Kobo driver: add support for new Kobo firmware"
tickets: [1524742]
- title: "Bulk metadata edit dialog: Allow entering fractional numbers into the series number start with control."
tickets: [1523253]
- title: "Speed up moving libraries by using hardlinks instead of file copies when moving to a location on the same filesystem"
- title: "Get Books: Disable the Amazon EU stores, at Amazon's request"
bug fixes:
- title: "Fix moving libraries via calibre leaving behind a copy of the metadata_db_prefs_backup.json file in the original library folder"
- title: "MOBI Input: Warn about corrupted trailing data entries, instead of aborting. Getting some, even partially corrupted text is better than no text."
tickets: [1521830]
- title: "Book details: Fix single value custom text column not clickable."
tickets: [1521004]
- title: "Saving to disk: Fix custom date column being rendered in GMT instead of the local time zone when used in a save to disk template."
tickets: [1520895]
improved recipes:
- New York Review of Books
- Caravan Magazine
- heise
- version: 2.45.0
date: 2015-11-27
new features:
- title: "Cover browser: Allow customizing the text that appears under the covers with a template in Preferences->Look & Feel->Cover browser"
- title: "When sending books without a cover to the device, generate a cover with book metadata instead of using the blank book icon"
- title: "Preferenes->Add your own columns: Show more information about existing columns"
bug fixes:
- title: "PDF Output: Handle input documents with fonts that do not have either postscript or full name information."
tickets: [1518678]
- title: "DOCX Input: Handle numbering styles that use non-decimal number formats and custom templates."
tickets: [1519962]
- title: "Allow restoring of corrupted library to work even if the metadata.db file is missing from the library folder"
tickets: [1519855]
- title: "Bulk metadata dialog: Fix renaming a custom series via search and replace causing the series index to be reset to 1."
tickets: [1519599]
- title: "Bulk metadata dialog: Fix search and replace not working for text like custom columns if the column contains only a single value."
tickets: [1516890]
- title: "Content server: Fix next and previous links not working in the mobile view when using a search query that includes url unsafe characters."
tickets: [1519606]
- title: "Update Amazon metadata download plugin to handle amazon.com website change that was preventing any metadata from being downloaded"
- title: "Edit Book: Fix error when trying to add words to user dictionary for a book with a language that has no dictionary available."
tickets: [1517928]
- title: "Tag browser: Fix various bugs in how grouped search terms are displayed. Also fix counts and average rating for items in user categories"
- title: "When using copy to library also create missing composite columns in the destination library."
tickets: [1516880]
improved recipes:
- The Guardian and The Observer
- version: 2.44.1
date: 2015-11-15
bug fixes:
- title: "Update the version of libpng bundled with calibre to fix a security vulnerability in libpng"
description: "See https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8126 for details on the vulnerability"
- version: 2.44.0
date: 2015-11-13
new features:
- title: "Allow setting the cover for a book from one of the book's formats by right clicking on the format in the Book details panel."
tickets: [1515411]
- title: "Allow drag and drop of all file types onto the book details panel and the format list in the edit metadata dialog."
tickets: [1515407]
- title: "Edit Book: When inserting an image into the current document, add a button to paste the image from the clipboard"
- title: "Edit Book: Change the suggested prefix for bulk renaming of files depending on the type of files being renamed."
tickets: [1514468]
- title: "On Linux, use the system tray icon from the system theme, if available"
bug fixes:
- title: "Fix for error when connecting to some Android phones/tablets that have an SD card on OS X and Linux"
- title: "Linux build: Fix problem with pointing hand mouse cursor not using the system theme on some Linux systems"
- title: "Fix the device view state not being saved when a connected device is ejected/disconnected"
- title: "Edit Book: Fix saving fails if the original file is deleted during editing session"
tickets: [1513849]
- title: "E-book viewer: When doing a search do not match text in comments, attributes and inappropriate tags, such as <script> and <style>"
improved recipes:
- Gamasutra
- version: 2.43.0
date: 2015-11-06
new features:
- title: "Edit Book: Add a 'Smart Comment' tool to easily comment/uncomment text"
description: "Press Ctrl+` to trigger the tool, or add the tool to your toolbar via Preferences->Toolbar->Tools for all editors. It will either insert comments around the selected text or uncomment an existing comment if the cursor is inside one."
- title: "Tag mapper: Add new rule types to upper-case, lower-case or capitalize tags"
- title: "Markdown input: Allow the 'extra' convenience extension as a shortcut for enabling multiple other extensions. Also add the Attribute List and Admonition extensions. Finally, update the markdown library used by calibre"
tickets: [1512461]
bug fixes:
- title: "Amazon metadata download: Fix for website change at amazon.com that prevented ratings from being downloaded."
tickets: [1513318]
- title: "Tag mapper: Prevent cycles in the replacement rules from causing the tag mapper to hang"
tickets: [1513330]
- title: "Do not fail on windows systems where the system function to get the users home folder fails"
- title: "E-book viewer: Set the foreground color as well as the background color for the reference mode popup. Makes it legible even when the user specifies a different color theme for the viewer."
new recipes:
- title: La Politica Online
author: Darko Miletic
- version: 2.42.0
date: 2015-10-30
new features:
- title: "Driver for the new NookGlowlight Plus. This device only allows sending of files inside the NOOK folder, so calibre now follows that limitation."
- title: "When converting AZW4 files to PDF, skip the conversion and simply unwrap the PDF file already embedded inside the AZW4 file."
- title: "Metadata download review dialog: Add an option to mark rejected books in the main book list after the review is completed."
tickets: [1507198]
- title: "Edit Book: Spell check dialog: Add a button to undo the last spelling change"
bug fixes:
- title: "Edit metadata dialog: When downloading metadata with download of authors turned off, do not regenerate the author sort field after the download."
tickets: [1510335]
- title: "Fix a regression that broke the heuristic used to detect cover images in some EPUB files that do not specify their cover metadata."
tickets: [1509642]
- title: "Edit Book File List: Fix pre-selection of filename when renaming a file in the root"
- title: "Tag mapper: Fix bug when replacement tag has comma in it and the replacement rule is not the last rule"
improved recipes:
- Sueddeutsche.de
- NRC
- Various Polish news sources
- Pocket
- version: 2.41.0
date: 2015-10-16
new features:
- title: "Edit Book: Allow editing an unzipped EPUB (a folder) as a book"
description: "Useful if you wish to store your ebook in a version control system and edit it directly with the calibre ebook editor (File->Open folder as book)"
- title: "Edit Book: Allow easily removing items from the popup menu for the 'Insert tag' button"
- title: "Make Tag Browser more useable with keyboard shortcuts. Configure the keyboard shortcuts in Preferences->Keyboard->Tag Browser"
- title: "ToC editor: Add context menu item to change selected entries to upper case"
bug fixes:
- title: "Edit Book: Preview panel: Render in XHTML mode. Fixes svg elements using a global svg namespace not rendering."
- title: "Tag Browser: Fix clicking on first-letter groups for series not working"
- title: "DOCX Output: Ignore corrupted images in the input instead of erroring out on them."
- title: "E-book viewer: Fix keyboard shortcut to toggle table of contents not working when ToC window is made floating."
tickets: [1503910]
- title: "Allow ebook-metadata to work with read-only files when no options are specified to change metadata."
tickets: [1504345]
- title: "Tag mapper: When the replacement tag contains commas, create multiple tags instead of replacing the comma with a semi-colon."
tickets: [1503526]
- title: "HTMLZ Output: Set the HTML <title> to the book title."
tickets: [1502592]
improved recipes:
- Boston Globe
- Wall Street Journal
- Komputerra
- Spectator Magazine
- The Independent
- version: 2.40.0
date: 2015-10-02
new features:
- title: "A new tool to apply Tag mapper rules to existing books in the library. To use it, go to Preferences->Toolbars and add the tool to the toolbar."
- title: "Kindle driver: Detect books in Amazon's new KFX format present on e-ink kindles."
description: "Note that this only detects KFX books and allows you to delete them. You cannot copy them to your calibre library. Doing so would be pointless anyway, as KFX books are specialised for individual devices. Instead go to your 'Manage my content' page an amazon.com and download them from there -- this will give you a regular azw3 file you can add to calibre."
tickets: [1496206]
bug fixes:
- title: "TXT Output: Do not fail when input contains HTML comments with double hyphens in the comment text."
- title: "E-book polishing: Show a confirmation if the user selects both the add and remove jacket actions."
- title: "Edit Book: Fix order of checkboxes in filter style information tool is random"
- title: "PDB Input: Ingore malformed metadata records."
tickets: [1499878]
- title: "Revert change in previous release to workaround broken xdg-open on linux. Apparently xdg-open is so badly broken that working around it is not possible."
tickets: [1500226]
- title: "ZIP Output: Fix system encoding being used instead of UTF-8 for html files."
tickets: [1499514]
improved recipes:
- The Philosopher's Magazine
- Harper's Magazine
- Ambito
- Perfil
- Telam
- Infobae.com
- La Nacion
- Clarin
- version: 2.39.0
date: 2015-09-25
new features:
- title: "Implement tag mapping to automatically filter/transform tags when adding books or downloading metadata"
description: "Now you can create simple rules that will filter/transform the tags when adding new books or downloading metadata for books. To setup the rules, go to Preferences->Adding books and Preferences->Downloading metadata"
type: major
- title: "Kobo driver: Support for newly firmware version 3.18"
tickets: [1499340]
- title: "Edit Book: Add a setting to control icon size for the toolbars (Preferences->Toolbars)"
bug fixes:
- title: "Edit Book: Check Book: Fix automatic correction of missing unique id sometimes not working"
tickets: [1498207]
- title: "Edit Book: Fix (hopefully) View->Browse images in books sometimes not showing changed images"
- title: "CBZ metadata: Do not fail to read metadata if the volume is not a valid number."
tickets: [1495651]
- title: "Content server: Fix error in /mobile page if one of the books has metadata with ascii control codes in it."
tickets: [1491082]
- title: "Linux: Workaround for systems with broken xdg-open implementations that do not unquote urls before passing them to applications"
- title: "Get Books: Update cdp.pl store for website changes"
- title: "HTMLZ Output: Fix HTML files being created with system encoding instead of UTF-8."
tickets: [1499514]
improved recipes:
- TIME Magazine
- The Atlantic
- Instapaper
- Trouw
new recipes:
- title: Various Korean news sources
author: Hoje Lee
- title: Presseportal DE
author: Volker Heggemann
- version: 2.38.0
date: 2015-09-11
new features:
- title: "Add support for Kobo Touch 2"
- title: "Edit Book: Add a tool to check external links (links pointing to websites). Can be accessed via Tools->Check external links"
- title: "Edit Book: Add an option to turn off drag and drop editing of text (Preferences->Editor)"
- title: "Two new icon themes: Primo+ and Black Edition (Preferences->Look & Feel->Change icon theme)"
bug fixes:
- title: "Copy to Library: Fix author sort/link values not being copied when copying a book with an author not present in the destination library."
tickets: [1492685]
- title: "When inserting metadata jackets do not set media for the stylesheet. This prevented the stylesheet from working with some reader devices."
- title: "Copy to library: Fix conversion options not being copied when copying books between libraries"
improved recipes:
- Strategy+Business
- Ars Technica
- National Geographic
- New York Times Technology Beat
new recipes:
- title: Karsi Gazete
author: Voltran
- version: 2.37.1
date: 2015-09-04
new features:
- title: "Driver for the Lark Freebook reader device"
ticket: [1491543]
- title: "A redesigned busy spinner -- why should icons get all the love?"
- title: "When merging book records, show more information about the target book record."
tickets: [1490343]
- title: "A new icon theme 'Dark Blue' (Preferences->Look & Feel->Change icon theme)"
- title: "Add a check box to control copying ebook files when duplicating book records via the Add Empty Book dialog"
bug fixes:
- title: "Edit Book: Check Book: Fix automatic fixing of unsafe ids not working if the file containing the unsafe also needs to be fixed for an unsafe filename."
tickets: [1491728]
- title: "E-book viewer: Informative error message for themes button when no themes have been created"
- title: "Fix a regression that caused the library switch entries at the bottom of the library menu to not work when there are many libraries."
tickets: [1490096]
- title: "Get Books: Update Amazon EU store plugins for website changes"
- version: 2.36.0
date: 2015-08-28
new features:
- title: "Icon themes: Change the calibre icons easily via icon themes"
type: major
description: "You can now change the icons calibre uses easily via Preferences->Look & Feel->Change icon theme. Several icon themes are already available for calibre"
- title: "When adding empty books to the library also allow creating duplicates of the current book, with all metadata copied. To use right click the Add Books button and select 'Add Empty Books'"
tickets: [1488398]
- title: "Driver for the Unusual Sapiens V2 and Adlibris Letto readers."
tickets: [1486531, 1484585]
- title: "Kobo driver: Add support for firmware 3.17.3"
- title: "E-book viewer: Add a command line option to open the previously read book when starting up."
tickets: [1483313]
- title: "Edit Book: Live CSS: Allow copying of CSS rules by right clicking on the Live CSS panel."
tickets: [1485237]
- title: "Linux installer: Install application and mimetype icons in multiple sizes"
tickets: [1489654]
bug fixes:
- title: "Amazon metadata download: Support for yet another variant of amazon cover image markup"
- title: "E-book viewer: Fix --open-at sometimes giving inaccurate results (depends on speed of book loading)"
- title: "EPUB Metadata: Add workaround for bug in PocketBook firmware which causes it to fail to read series metadata if the series number is declared before the series."
tickets: [1488113]
- title: "Fix user defined template functions leaking from one library to another when switching libraries/using copy to library."
tickets: [1487949]
- title: "Fix a regression in the previous release that could cause the marked books icon to be incorrectly rendered next to the row number"
tickets: [1486398]
- title: "Edit Book: Check Book: Fix incorrect links that consist only of an anchor and no filename not being detected."
tickets: [1485670]
- title: "AZW3 Output: Fix large tables (with many columns) not rendering correctly on Kindles."
tickets: [1489495]
improved recipes:
- .tyzden
- Forbes
- Clarin
- version: 2.35.0
date: 2015-08-14
new features:
- title: "Kobo driver: Add support for the new firmware version 3.17"
tickets: [1484516]
- title: "E-book viewer: Allow setting the number of pages per screen separately for portrait and landscape modes."
tickets: [1483313]
bug fixes:
- title: "DOCX Input: Fix a regression in the previous release that broke conversion of some documents that specify vertical alignment in absolute units"
- title: "Book list: Fix the current row number being partially cutoff on some windows 10 machines."
tickets: [1482993]
- title: "Fix 'stopping content server' message popping up repeatedly even when it is closed while the content server has not fully stopped"
- title: "Conversion: Fix error when converting a file that uses media queries with comments in the media selector."
tickets: [1482983]
improved recipes:
- American Spectator
- South China Morning Post
new recipes:
- title: 3D News and iXBT.com
author: bugmen00t
- version: 2.34.0
date: 2015-08-07
new features:
- title: "Amazon metadata download: Add support for amazon.nl. To use it go to Preferences->Metadata download and configure the amazon plugin to use Netherlands as the source."
- title: "Catalogs: Add an option to not add the generated catalog to the library."
tickets: [1481529]
- title: "E-book viewer: Improve performance of hyphenation (by updating the version of the hyphenation library it uses)"
bug fixes:
- title: "DOCX Input: Add support for text whose vertical position is adjusted by offsets from the baseline"
- title: "DOCX Output: Handle length and percentage values for vertical-align in the input document."
tickets: [1480300]
- title: "Edit Book: Check Book: Fix automatic correction of invalid ids not updating the idrefs in the spine for ids in the manifest of the OPF file."
tickets: [1479462]
- title: "E-book viewer: Fix printing to PDF could result in filenames with characters not supported by windows"
tickets: [1478515]
- title: "E-book viewer: Also fix a bug in the hyphenation algorithm that could cause the word 'undefined' to be mangled during hyphenation."
tickets: [1478292]
- title: "ODT Input: Fix custom styles with a dot in their name not being inherited."
tickets: [1478346]
improved recipes:
- Daily Express
- The New Yorker
- XKCD
- Wired Magazine
- Wired UK
- version: 2.33.0
date: 2015-07-24
new features:
- title: "Driver for SONY DPT-S1."
tickets: [1476093]
- title: "Edit Book: When showing suggestions for mis-spelled words, also show suggestions from user created word lists"
- title: 'Edit Book: Check Book: Add a check for "invalid" ids'
bug fixes:
- title: "Conversion: Ignore stylesheets linked via media queries that use device specific features."
tickets: [1476089]
- title: "Fix covers not being read from some TXTZ files."
tickets: [1475984]
- title: "ODT Input: Add support for numbered lists that do not start numbering at 1."
tickets: [1475846]
improved recipes:
- msnbc.com
- Houston Chronicle
- version: 2.32.1
date: 2015-07-17
new features:
- title: "E-book viewer: Automatically save the current reading position every ten seconds. Prevents loss of reading position on crash/forced shutdown."
tickets: [1473737]
- title: "Edit Book: Check Book: Add checks for missing OPF version and toc references and for text placed directly inside the <body> tag"
tickets: [1468649]
- title: "calibredb: Add a new search sub-command that can be used to generate a list of book ids from a search expression"
- title: "Tag Editor: Place the keyboard focus on the last edited field."
tickets: [1473140]
- title: "Edit metadata dialog: When clicking Next and Previous preserve the current tab of the edit comments widget."
tickets: [1467129]
- title: "Linux: Various fixes to make calibre work when compiled against the latest versions of Qt and PyQt"
tickets: [1471083]
- title: "Edit Book: Allow drag and drop of files onto dock icon on OS X"
bug fixes:
- title: "There was a regression in 2.32.0 that caused conversion to PDF to fail, the fix for this was released in 2.32.1"
- title: "E-book viewer: Fix a regression in the previous release that caused the maximum text width setting in full screen mode to be ignored when switching from normal to full screen."
tickets: [1467164]
- title: "Fix error in template dialog when using {id} in send to device preferences."
tickets: [1474513]
- title: "Edit Book/Book polishing: Fix EPUB books with opf files that use a non-default namespace for the OPF namespace being corrupted."
tickets: [1471419]
- title: "OS X: Workaround for Qt 5 regression that causes any errors during startup to be hidden behind the splash screen."
tickets: [1473017]
- title: "Conversion: Fix incorrect relative URLs being generated when an HTML or CSS file is placed higher in the folder hierarchy than the opf file."
tickets: [1474287]
- title: "FB2 Output: Fix error when using the sectionize with toc option and the input documents Table of Contents contains multiple items pointing to the same HTML file."
tickets: [1471125]
- title: "Conversion: Fix error when input document contains a font size exactly one point away from the base size."
tickets: [1472291]
- title: "Device drivers: Handle devices with undecodeable filenames in their filesystem. Simply ignore those files."
tickets: [1467433]
- title: "Fix Cmd+Left/Right keyboard shortcut not working when editing items in the book list on OS X."
tickets: [1469554]
- title: "Fix corrupted text in the jobs list on some non-English windows installs"
tickets: [1469549]
- title: "Edit Book: Workaround for a Qt regression that caused 'See what changed' after a search and replace on OS X causing the application to become unresponsive."
tickets: [1466732]
- title: "Edit Book: Fix smarten punctuation not working for books with non-ascii characters in internal file names on OS X"
improved recipes:
- Harvard Business Review
- Psychology Today
- NRC Handelsblad
- Entrepeneur Magazine
- 20 minutes
- Economia
- Accountancy Age
- Jakarta Post
- Foreign Affairs
- Spectator Magazine
- Daily Express
- The Onion AV Club
- Metro UK
new recipes:
- title: Slate Star Codex
author: Ned Letcher
- title: Hurriyet
author: Adrian Tennessee
- version: 2.31.0
date: 2015-06-19
new features:
- title: "E-book viewer: Make the search engine used for searching for selected text configurable (in the Miscellaneous section of the viewer preferences)"
bug fixes:
- title: "E-book viewer: Fix dragging to select text with the mouse causing the page to slide sideways in paged mode, if the mouse leaves the text area."
tickets: [1464862]
- title: "E-book viewer: Fix transitioning between full screen mode and normal mode sometimes causing current position to not be preserved."
tickets: [1466082]
- title: "AZW3 Input: Ignore incorrect text encoding (incorrectly encoded bytes are now replaced by placeholders) instead of erroring out."
tickets: [1465769]
- title: "Get Books: Update Legimi and CDP store plugins for website changes"
- title: "Fix Cybook Nolimbook not being detected in linux and OS X."
tickets: [1464382]
- title: "DOCX Output: Fix internal hyperlinks being ignored when they point to a HTML file whose <body> element has an id."
tickets: [1464086]
- title: "Edit Book: Fix groups in replace template being interpreted backwards when search direction is up"
- title: "Searching: When search as you type is active, do not change automatically change focus to the book list when searching, unless the user presses Enter."
tickets: [1463042]
- title: "Font subsetting: Fix subsetting removing some needed ligatures when subsetting some Arabic fonts"
- title: "Prevent errors when testing email sending even if stderr on the host machine is broken"
improved recipes:
- Baltimore Sun
- El Mercurio Chile
- Sydney Morning Herald
new recipes:
- title: Various Ukranian news sources