forked from kovidgoyal/calibre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.yaml
4082 lines (2657 loc) · 191 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: 2015-??-??
#
# new features:
# - title:
#
# bug fixes:
# - title:
#
# improved recipes:
# -
#
# new recipes:
# - title:
- 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
author: rpalyvoda
- version: 2.30.0
date: 2015-06-05
new features:
- title: "An option to auto-convert a book on adding even if it is already in the output format (Preferences->Adding Books)."
tickets: [1460477]
- title: "E-book viewer: If there are entries in the Table of Contents that are long enough to be truncated, display the full text in a popup menu when the mouse hovers over the item."
tickets: [1460093]
- title: "News download: Add support for turning off SSL certificate verification in individual recipes"
- title: "Kobo driver: Support for upcoming firmware version 3.16"
tickets: [1461964]
bug fixes:
- title: "DOCX Output: Fix aspect ratio of images being distorted when the input document specifies image width but not height or vice-versa."
tickets: [1455502]
- title: "DOCX Output: Fix extra page breaks being inserted in some situations."
tickets: [1455502]
- title: "LIT Input: Fix smarten punctuation not working for text (as opposed to HTML) based LIT files."
tickets: [1460998]
- title: "EPUB metadata: Fix extraction of cover image from EPUB 3 files that do not use EPUB 2 backward compatible markup and that have incorrect cover page markup as well."
tickets: [1461321]
- title: "Book details panel: On windows use only \\ as a path separator when copying file paths"
- title: "Edit Book: Fix Saved searches panel not working well with very long search/replace expressions"
- title: "OS X: Fix changing preferences causing 'Email to selected recipients...' appearing multiple times in the Connect/Share menu."
tickets: [1460089]
- version: 2.29.0
date: 2015-05-29
new features:
- title: "Allow opening the full Tag Editor dialog directly from the book list by holding down the Shift key while starting an edit of a tag-like field. For example, click on the tags field for a book and press Shift-F2"
- title: "Tag Browser: Allow undoing the deletion of items in the Manage categories window"
- title: "calibredb add: Allow setting arbitrary identifiers, not just ISBN."
tickets: [1458620]
- title: "Add a 'Retry' button to the news download failed error message."
tickets: [1458076]
bug fixes:
- title: "DOCX Output: Detect the common idiom of placing centered images as inline images inside a containing centered block and render the resulting image as a floating centered image in the DOCX file."
tickets: [1455502]
- title: "DOCX Output: Fix incorrect handling of bold/italic in paragraphs where the majority of text is either bold or italic instead of normal"
- title: "Table of Contents editor: Fix save/load of settings in the XPath wizard not working across restarts"
- title: "Get Books: Update the Kobo Store plugin for website changes"
improved recipes:
- Popular Science
- General Knowledge Today
- Scientific American
- Wired Magazine
- version: 2.28.0
date: 2015-05-15
new features:
- title: "Conversion of all ebook formats to Microsoft Word (DOCX) files"
type: major
description: "Supports conversion of text styles, images, lists, tables, embedded fonts, etc. Produces DOCX files compatible with Microsoft Word 2007 or newer. Note that this code is very new, so there will likely still be kinks that will be worked out in the coming weeks."
- title: "Add keyboard shortcuts (Ctrl+Right, Ctrl+Left) to switch between virtual library tabs."
tickets: [1453497]
- title: "When sending email using GMX pause for five minutes between books, to prevent GMX from blocking the account. The delay can be configured via Preferences->Tweaks"
bug fixes:
- title: "Open With: Fix application icons in XDG_DATA_HOME on linux not being found and fix unhandled error when choosing non-executable files as applications."
- title: "AZW3 Output: Remove duplicate anchors to workaround some Kindle renderers using the last occurrence of an anchor as the target instead of the first."
tickets: [1454199]
- title: "Fix language definition on body tag being ignored during conversion"
- title: "Edit book: When importing multiple files into the book, import them in the order sorted by their filenames instead of in random order"
- title: "E-book viewer: Fix print to pdf not working on some windows systems with non-ascii usernames and non-utf-8 system locales. Also make the print to pdf dialog a little easier to use."
- title: "Edit Book: Fix TOC editor window not remembering its last used size"
improved recipes:
- Field and Stream
- Linux Magazine
- Brand Eins
- Courrier International
- Wired Magazine
- The Onion
- version: 2.27.0
date: 2015-05-01
new features:
- title: "Edit metadata dialog: Add a clear button for the publisher."
tickets: [1449105]
- title: "DOCX Input: Add option to not insert page breaks between endnotes."
tickets: [1448433]
- title: "calibredb list: Allow outputting the book languages as well."
tickets: [1445853]
- title: "Italian translation of Quick Start Guide"
- title: "Embed metadata: When embedding metadata fails for some books, add an option to show the failed books in the book list"
tickets: [1449076]
- title: "Animate the main toolbar when a device is connected/disconnected, to indicate that the contents of the toolbar have changed"
bug fixes:
- title: "E-book viewer: When printing, print to a PDF file instead of directly to the printer. This fixes printing not working on some systems."
tickets: [1448330]
- title: "AZW3 Input: Handle kindlegen produced azw3 files that do not use normal HTML anchors for linking."
- title: "Fix too many open files errors that could occur in a few places on OS X"
- title: "Do not allow user to hide all columns in book list via the context menu, as restoring them becomes difficult"
- version: 2.26.0
date: 2015-04-24
new features:
- title: "Driver for the soon to be released Kobo Glo HD"
bug fixes:
- title: "Do not use a separate process to draw the splash screen. This might fix the issue of calibre randomly freezing on startup on a few windows systems"
- title: "MOBI Ouput: Fix :first-letter applied to elements containing a comment causing conversion to fail"
- title: "Properly display names of libraries containing the ampersand character."
tickets: [1447188]
- title: "When sorting filenames in comics treat the file extension as a secondary sort key. Fixes xyz.jpg sorting after xyz_1.jpg"
- title: "Fix a regression in 2.25 that broke the search & replace wizard in the conversion dialog when converting a book with multiple formats"
- title: "Content server: Fix errors when library contains enough virtual libraries to cause grouping."
tickets: [1446282]
- title: "Manage tags dialog: Fix setting a tag to empty causes an unhandled error."
tickets: [1446318]
- title: "E-book viewer: Fix a regression that caused the viewer to occasionally skip the last page in a chapter when displaying more than one pages per screen and scrolling by screen"
- title: "Edit Book: Fix open OPF file not being refreshed when deleting items from the file browser."
tickets: [1445634]
improved recipes:
- WirtschaftsWoche Online
- Wired
- CNN
new recipes:
- title: Discover Magazine Monthly
author: Michael Marotta
- version: 2.25.0
date: 2015-04-17
new features:
- title: "Edit Book: Make embedding fonts using the manage fonts dialog easier. You can now double click on a font family to see what faces for that family area available on your computer and install new fonts directly from the dialog."
- title: "Book Details panel: Allow deleting tags/series/publisher/etc. by right clicking on the link in the book details panel."
tickets: [1442925]
- title: "E-book viewer: Allow expanding/collapsing all items in the Table of Contents view by right clicking"
- title: "When using the View specific format action add an 'Open With' button to choose a specific program to view the specified format"
- title: "Fetch News: Add API to allow recipe writers to easily resolve internal links to point to the downloaded versions of articles"
- title: "DOCX Input: Add support for DOCX files created by Word 2013 in 'Strict' mode"
- title: "When getting cover from comic files, use smart filename sorting to find the first filename, recognizing numbers inside the filenames."
bug fixes:
- title: "E-book viewer: When displaying multiple pages per screen fix whole screen scrolling so that it works as expected even at the end of the file, when their might be fewer pages left than would fill the screen."
- title: "DOCX Input: Automatically resize large images used as bullets in lists, to compensate for the fact that HTML renderers do not do this."
- title: "Book list: Prevent yes/no columns from making the minimum row height too large."
- title: "Template language: Fix raw_field() function returning incorrect values for lists"
- title: "Edit book: Fix book locale changing when OPF edited if OPF contains a country code in addition to a language code"
- title: "Edit Book: Fix escaped HTML tags in the comments metadata being reported as mis-spelled words."
tickets: [1441925]
- title: "Edit Book: Fix regression that caused copying of non-breaking spaces to not work when using the keyboard shortcuts"
- title: "Open With: Fix open with not working for programs from the Microsoft Office suite"
improved recipes:
- Die Zeit
- NZZ Webpaper
- Arcamax
new recipes:
- title: MIT Technology Review Magazine
author: Michael Marotta
- title: The Codeless Code
author: April King
- version: 2.24.0
date: 2015-04-10
new features:
- title: "E-book viewer: Add an option to not save the bookmarks inside EPUB files, under the Miscellaneous section of the viewer preferences"
- title: "Manage User Categories: Allow restricting the visible items to only those present in the current Virtual Library (if any)"
- title: "Book details panel: Allow copying full path to ebook files by right clicking on the format link."
tickets: [1437756]
bug fixes:
- title: "Edit Book: Fix GIF format images being corrupted when using the builtin image editor to make changes to them."
tickets: [1440398]
- title: "Edit Book: When dragging and dropping files to re-order them in the file browser, fix the final order being dependent on the order the files were selected in."
tickets: [1440598]
- title: "Conversion: Fix error when converting a document that contains an invalid function based CSS selector without parentheses."
tickets: [1440278]
- title: "Edit Book: Fix regression that caused pressing Alt+X to type unicode characters to not work"
- title: "Device view: Preserve position in list of books when deleting books from the device view"
- title: "Make the context menu for the book details popup window work the same way as for the book details panel"
- title: "Get Books: Update amazon store plugin for website changes"
- title: "PDF Metadata: When choosing between reading metadata from the Info dict and the XMP block, consider both the MetadataData and the ModifyDate in the XMP block, since there exist PDF metadata writing tools that update one and not the other."
tickets: [1440304]
- title: "Fix a regression that caused ebook viewer to remember the state of the Table of Contents panel when quitting on OS X."
tickets: [1440444]
- title: "Prevent Enter key on Manage authors/tags/etc. dialogs from closing the dialog."
tickets: [1440146]
improved recipes:
- Le Temps
- United Daily
- Liberty Times
- Apple Daily
- China Times
- House News
- Providence Journal
- Harvard Business Review
- version: 2.23.0
date: 2015-04-03
new features:
- title: "Allow adding an empty ebook in various formats to existing book records by right clicking the Add Books button"
- title: "Add ability to create additional empty formats to the 'Add empty book' command"
- title: "News download: Add API to cleanly abort the download of an article during the preprocess stage based on the article's contents."
- title: "Update the version of Qt bundled with calibre to 5.4.1. This fixes various minor bugs, most notably, improving text rendering on linux."
bug fixes:
- title: "MOBI Input: Fix links not working in viewer for MOBI files that contain anchors placed on linebreak elements."
tickets: [1439450]
- title: "Book details panel: Fix copying Path link by right clicking on it not working."
tickets: [1437756]
- title: "Fix a regression that caused importing of a single book from a directory to fail if the directory has no ebook files in it"
- title: "Column Icons: Fix apostrophes in icon filenames causing errors."
tickets: [1436690]
- title: "Edit Book: Fix a regression that caused Remove unused CSS to fail on invalid CSS selectors, instead of ignoring them"
- title: "Open With: Fix open with failing to get list of default programs on windows if the registry contains missing ProgIDs."
tickets: [1434990]
improved recipes:
- Esquire
- Courrier International
- CNET
- Tagesschau
- version: 2.22.0
date: 2015-03-20
new features:
- title: "Book List: When editing data in the book list directly, expand the editor widget to use all available width if the data does not fit inside the current column width"
- title: "Edit Book: When re-opening a previously edited book, restore all open files and the cursor position. Can be disabled in Preferences->Main Window"
- title: "Advanced search builder: Allow using days/weeks/months/years when building a date based search with number of days ago."
tickets: [1431695]
- title: "Amazon metadata download: Speedup metadata download from amazon.com when an ASIN is specified by trying the product page directly first instead of running a search."
- title: "Implement updating metadata in DOCX files"
bug fixes:
- title: "ODT Input: Add support for intra-document cross-references."
tickets: [1429271]
- title: "PDF Output: Fix incorrect encoding of ASCII control characters and some Chines characters in metadata and Table of Contents strings."
tickets: [1433848]
- title: "Amazon metadata download: Work around amazon server problems where it does not return Kindle Editions in search results when not logged in."
tickets: [1433125]
- title: "Fix Manage Authors dialog causing current search in the book list to be cleared."
tickets: [1432324]
- title: "Conversion: Fix a regression in 2.21 that caused conversion to fail for books with invalid pseudo-class CSS selectors."
tickets: [1432267]
- title: "Content server: Fix OPDS categories not showing books for composite column categories if the column contains a colon."
- title: "Single convert dialog: Only write metadata updates if metadata actually changed. Also show a nicer error message when a file is locked by another process."
- title: "Open With: Fix error when scanning for default programs on windows for some file types"
- title: "Edit Book: Fix Preview panel sometimes not working when opening multiple html files one after the other very quickly"
improved recipes:
- Wired Daily
- version: 2.21.0
date: 2015-03-13
new features:
- title: "Allow opening ebook files and covers in external applications by simply right clicking on them in the Book Details panel."
type: major
description: "Now, you can right click on an ebook format or the cover in the Book Details panel, and open it with any application installed on your computer. calibre will automatically present you with a list of application capable of opening the file. Simply choose one, or if your particular application is not auto-detected, you can browse for it manually."
- title: "Tag Browser: Make rename and delete for items in the Tag Browser restrict themselves to the current Virtual Library (if any). There is also an additional menu entry you can use to rename and delete across all books while in a Virtual Library."
- title: "Conversion: Use a new (written from scratch) implementation of CSS Level 3 selectors that fixes various bugs in handling of the more advanced/uncommon CSS selectors such as nth-last-child()"
- title: "Edit Book: Allow restoring of disabled confirmation prompts in preferences and add a confirmation when removing saved searches"
- title: "Edit ToC button: Remember the last used ebook formats"
bug fixes:
- title: "E-book viewer: Fix regression that prevented pasting of text with formatting from the viewer."
tickets: [1428018]
- title: "Table of Contents Editor: Fix selecting a location inside a file and then clicking on another file causes the previous location to be used in the new file."
tickets: [1428212]
- title: "DOCX Input: Fix incorrect bold font weight being used for heading styles even if the style definition does not specify bold."
tickets: [1430831]
- title: "AZW3 Input: Fix a bug that prevented conversion of AZW3 files that contained an empty CSS media block."
tickets: [1426220]
- title: "PDF Output: Fix incorrect rendering of text in elements that use font-variant:small-caps and also have children."
tickets: [1425094]
- title: "Get Books: Update Amazon Europe, Empik and CDP store plugins"
- title: "PDF Output: Fix incorrect conversion of source document that specify dir='rtl' on the root element."
tickets: [1429292]
- title: "PDF Output: Ignore unparseable links instead of aborting the conversion on them."
tickets: [1429282]
- title: "Fix reading metadata from filenames tester not working for dates before 1900."
tickets: [1424607]
- title: "Linux binary install: Fix SSL CA certificates not being detected on Fedora based distributions"
- title: "Books list: Fix column alignment incorrectly propagating when changing libraries"
- title: "FB2 Input: Do not put a border around images"
- title: "Fixes for various incompatibilities with (Py)Qt 5.4.1 which is used by some calibre distro packages on linux"
- title: "Fix error when running calibredb backup_metadata on a library that contains book records with no path information"
- title: "Edit Book: Fix extra search being hidden when removing a saved search"
- title: "Fix a regression in 2.20 that prevented some changes to per-library preferences from being saved"
- title: "Linux installer: Do not register application/octet-stream as one of the mimetypes calibre can handle"
improved recipes:
- Spektrum der Wissenschaft
- New Musical Express
- The Daily Mirror
new recipes:
- title: Pando Daily
author: Darko Miletic
- version: 2.20.0
date: 2015-02-20
new features:
- title: "ODT Input: Add backlinks for footnotes/endnotes and improve their formatting."
tickets: [1421056]
- title: "Windows: When running on windows 8 and newer register with default programs so that users can more easily select calibre or its viewer/editor as the default program to launch ebook files."
tickets: [1422248]
- title: "Make publishers in the book details panel clickable."
tickets: [1419313]
- title: "Edit Book spell check: For mis-spelled words of the form one:two offer one: two as a suggested correction."
tickets: [1422133]
bug fixes:
- title: "Fix a regression that caused incorrect results when searching on numeric or date fields with relational operators."
tickets: [1423390]
- title: "DOCX Input: Fix regression in 2.19 that broke handling of text with leading or trailing non-breaking spaces/en-spaces/quad-spaces."
tickets: [1422844]
- title: "Amazon metadata download: Update plugin for website changes to Amazon Brazil."
tickets: [1420629]
- title: "E-book viewer: Fix footnote popup window not displaying entire footnote if footnote contains element with page-break-after set"
- title: "Edit Book: Reports tool: Fix double clicking on an unused image causing an error"
- title: "Tag Browser: Fix incorrect grouping of words starting with graphemes, such as ash."
tickets: [1422116]
- title: "Conversion: Ignore incorrectly URL encoded links instead of erroring out on them."
tickets: [1421996]
- title: "E-book viewer: Remove soft-hyphens when copying text to clipboard"
improved recipes:
- aktualne.cz
- version: 2.19.0
date: 2015-02-06
new features:
- title: "Quick view window: Allow the quickview window to be docked into the main calibre window."
tickets: [1415714]
- title: "Add empty book: Allow setting the title as well as the author and series for the added empty book records"
- title: "Windows driver for Grammata Papyre 602."
tickets: [1418207]
- title: "Edit Book: Add an option to turn off auto-completion of closing tags"
- title: "Allow adding a description for custom columns."
tickets: [1417219]
- title: "Book Details panel: Allow any identifier of the form url+number to become a clickable link. For example: url1:http://example.com"
bug fixes:
- title: "Conversion: Convert entities that reference non-BMP unicode codepoints on Windows and OS X correctly. Linux was not affected by this bug."
tickets: [1417327]
- title: "Edit Book: Do not autocomplete the closing tag wen typing the / key inside an existing tag."
tickets: [1417700]
- title: "Fix Booken Lev e-book reader not being detected in OS X and Linux."
tickets: [1417325]
- title: "DOCX Input: Change handling of sequences of space characters to more closely follow Microsoft Word."
- title: "Edit Book: Fix Table of Contents editor not remembering its saved state across calibre sessions"
- title: "Edit book: Disallow drag and drop of documents onto the preview panel to workaround crashing bug in Qt."
tickets: [1416752]
- title: "E-book viewer: Fix current page not being preserved when opening and then immediately closing the footnote window."
tickets: [1416526]
- title: "PDF Output: Fix incorrect encoding for some chinese characters in the PDF Outline (Table of Contents)"
tickets: [1416222]
improved recipes:
- FAZ.net
- Indian Express
- CNN
- version: 2.18.0
date: 2015-01-30
new features:
- title: "Edit Book: Add 'Style Classes' and 'Links' report pages to the Reports tool"
- title: "Tag browser: Allow expanding all children of a node by right clicking and choosing 'Expand All'"
tickets: [1414315]
- title: "Preferences: Re-arrange the controls to avoid needing to move the mouse from the top to the bottom of the dialog when closing the dialog after making some changes"
bug fixes:
- title: "Save to Disk: Fix a bug where when multiple books are being saved to disk, if the save to disk template results in identical filenames, the filenames were not being properly disambiguated."
- title: "Preferences: Use a dialog instead of a main window to workaround Qt's poor handling of full screen mode on OS X Yosemite."
tickets: [1414497]
improved recipes:
- Al Jazeera in English
- version: 2.17.0
date: 2015-01-23
new features:
- title: "Edit Book: A new reports tool that shows a summary of files, images, words, characters and styles used in the book."
description: "The reports tool is a great way to get an overview of the different parts of your book. Every line in the report is hot-linked, double clicking it jumps to the places in the book where that item is used."
type: major
- title: "Edit Book: Allow adding the 'Manage Snippets' action to the toolbar, for easy access"
bug fixes:
- title: "Update Ozon.ru metadata download plugin for website changes."
tickets: [1407265]
- title: "E-book viewer: Fix regression in 'flow' mode that caused horizontal scrollbar to be rendered as vertical."
tickets: [1409916]
- title: "Fix a regression that prevented adding of books from sub-folders if the folder contained only an OPF file and no actual ebook files."
tickets: [1411240]
improved recipes:
- Salon.com
- The Onion
- Haaretz
- Jot Down
- Le Monde Diplomatique
- tyzden
- The AJC
new recipes:
- title: TheAtlantic.com
author: ebrandon
- title: The Conversation
author: Krittika Goyal
- title: Apple Daily (TW)
author: Yulun Shih
- version: 2.16.0
date: 2015-01-10
new features:
- title: "Edit Book: Add support for snippets -- small pieces of text that are often re-used."
description: "You can now create your own snippets and insert them into the text with only a few keystrokes. The snippets include support for placeholders that you can jump between. See http://manual.calibre-ebook.com/snippets.html for details."
type: major
bug fixes:
- title: "Edit Book: When importing files and the book has an orphaned entry in the manifest for that file, but the file itself is not present, rename the file instead of erroring out."
tickets: [1407860]
- title: "Book Details panel: Fix author links with URL schemes other than http or file preventing context menu from working."
tickets: [1408174]
- title: "PDF Output: Make the minimum height for headers and footers scale with the base font size"
- title: "Fix a typo that prevented the Cybook Muse from being detected on some computers."
tickets: [1407435]
- title: "Fix regression in 2.15 that broke calibre on OS X 10.7 and 10.8"
tickets: [1407102]
improved recipes:
- Various updated Turkish news sources
- tyzden
- Sueddeutsche Zeitung
new recipes:
- title: Ajans Firat and Edebiyat Haber
author: asalet_r
- version: 2.15.0
date: 2015-01-02
new features:
- title: "Edit Book: Add auto-completion for links."
description: "Now as you type the filename in href or src attributes, a popup with possible completions is displayed. See http://manual.calibre-ebook.com/edit.html#auto-complete for details."
type: major
- title: "Edit Book Function mode: Add builtin functions to change case of text, ignoring HTML tags in the matched text"
- title: "Edit Book - Check Book: Allow auto-fixing of file not in spine errors"
- title: "Driver for Papyre 624 ml"
tickets: [1405901]
- title: "Conversion: Convert images encoded as data URIs in the input document into normal images, as some ebook reader software cannot handle data URIs."
tickets: [1405803]
bug fixes:
- title: "AZW3 Input: Handle AZW3 files that contain Amazon specific CSS media queries."
tickets: [1406708]
- title: "Fix regression that broke the markdown-calibre command"
- title: "Edit Book - Show what changed: Fix scrollbar sometimes not visible if the differences contain a few, very long lines. Also fix the line numbers being partially obscured on some systems (depending on the font used)."
tickets: [1406056]
- title: "Edit Book: Fix a regression that caused the Home key to not move to the start of the line on lines containing un-indented tags"
- title: "Get Books: Update the Amazon (US) plugin for website changes."
tickets: [1406040]
- title: "MOBI Input: Fix incorrect conversion of MOBI files that wrap their content inside <a> anchor tags."
tickets: [1405858]
- version: 2.14.0
date: 2014-12-26
new features:
- title: "Metadata review dialog: Automatically insert series number when selecting a series from the completion dropdown. Also if the user does not specify a series number, use 1 as the default, instead of not setting the series."
tickets: [1404692]
bug fixes:
- title: "Fix regression that broke error reporting for save to disk for books that contain no formats."
tickets: [1405674]
- title: "Metadata download: Fix metadata download not working for titles that contain a apostrophes in languages other than English."
tickets: [1403677]
- title: "Fix deleting a book from both the library and the device causing the next selected book to be incorrect, when the library is sorted by the On Device column."
tickets: [1404629]
- title: "FB2 Output: Fix generation of FB2 sections based on a multi-level Table of Contents in the input document."
tickets: [1393514]
- title: "Tolino Shine driver: Fix option to swap main memory and SD card not working on OS X."
tickets: [1404793]
- title: "FB2 Input: Workaround for broken FB2 files produced by convertonlinefree.com."
tickets: [1404701]
- title: "OS X: Workaround for OS X installs that have incorrect permissions set on their home directories. calibre will now no longer refuse to start on such machines."
- title: "MOBI Input: Dont crash on corrupted JPG images."
tickets: [1404590]
- title: "Fix column icons not displaying for custom comments type columns"
tickets: [1404234]
- title: "Metadata review dialog: Show a confirmation for the 'Reject all remaining' button."
tickets: [1404386]
improved recipes:
- Nikkei News
new recipes:
- title: OSEL.cz
author: spacekpe
- title: Courier Mail
author: Krittika Goyal
- version: 2.13.0
date: 2014-12-19
new features:
- title: "Driver for the new CYBOOK MUSE ebook reader"
tickets: [1398672]
- title: "Edit metadata dialog: Allow editing identifiers in a dedicated window by right clicking on the identifiers edit box."
tickets: [1400925]