forked from kovidgoyal/calibre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.yaml
4644 lines (3061 loc) · 193 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: 2018-??-??
#
# new features:
# - title:
#
# bug fixes:
# - title:
#
# improved recipes:
# -
#
# new recipes:
# - title:
- version: 3.22.1
date: 2018-04-19
new features:
- title: "Edit book: Add a tool to upgrade books from EPUB 2 to EPUB 3 (Tools->Upgrade book internals)"
description: "Automatically upgrades metadata, converts the NCX table of contents and adds required manifest annotations"
type: major
- title: "Add support for the FBZ format (zipped FB2)"
tickets: [1762634]
- title: "Kindle driver: Change the height of generated thumbnails to 500px, needed for the Oasis 2017"
- title: "Edit book: When bulk renaming files add an option to rename by the order in which the files appear in the book."
- title: "Polishing: Recognize titlepages that are marked as covers in the EPUB 3 landmarks section"
- title: "Edit Book: Automatically updated the modified timestamp in the OPF when saving EPUB 3 books."
- title: "Remove the ISBNDB metadata plugin as ISBNDB no longer allows free lookups."
tickets: [1761906]
bug fixes:
- title: "EPUB 3 metadata: If the book defines more than one author sort value for an author use the first instead of the last"
- title: "Check Book: Dont warn for nav document not in spine in EPUB 3 books"
- title: "Linux installer: Fix umask question not working with the recommended install command because stdin is a pipe"
- title: "Browser viewer: Show an error message when trying to use the Sync function without being logged in"
- title: "When setting cover from a PDF file and the user clicks cancel, do not delete the existing cover"
improved recipes:
- Globe & Mail
- National Geographic
- Slate
- GoComics
- Oregonian
new recipes:
- title: "Le Monde: subscriber paper edition"
author: Remi Vanicat
- version: 3.21.0
date: 2018-04-06
new features:
- title: "Browser viewer: Allow showing the time left in the current chapter/book in the header and footer areas of the book."
description: "To use go to the preferences of the browser viewer and customize the headers and footers to display the time left. Note that time left in chapter only works correctly if chapters are in separate HTML files in the book."
- title: "Manage tags dialog: Searching now shows all matching tags and there is an undo button to undo changes."
tickets: [1743896]
- title: "Add an output profile for the Kindle Oasis 2017"
tickets: [1759434]
bug fixes:
- title: "Content server: Fix adding/deleting books and editing metadata not updating the main calibre book list automatically."
tickets: [1761017]
- title: "Viewer: When doing a dictionary lookup, remove soft hyphens from the word, if any are present."
tickets: [1760292]
- title: "Edit metadata dialog: Fix tab order for buttons to the left of the title and author"
- title: "Trim cover dialog: Remove the redundant Trim & OK button, instead have the OK button trim automatically if there is a selection."
tickets: [1759671]
- title: "Update Amazon metadata plugin for a website change"
- title: "Content server: Fix translations not being updated without clearing the browser cache"
- title: "Content server: Fix switching from translations to no translations not working"
- title: "Content server: When updating interface data do not transmit translations if they have not been changed. Saves ~30-60KB bandwidth when using non-English interface language."
improved recipes:
- The Atlantic
- Fortune Magazine
- Telegraph UK
- Hot Air
- Reader's Digest
- The Economist
- version: 3.20.0
date: 2018-03-23
new features:
- title: "Content server: Allow editing the metadata of books from the book details page"
type: major
description: "On the book details page, you can now edit any metadata and change covers by clicking the edit metadata icon in the right area of the top bar. Note that only users that have write permissions for the library can edit metadata."
- title: "Kobo driver: Recognize Kobo Aura 2 with new firmware (4.6.10188)"
bug fixes:
- title: 'When reading metadata from HTML also recognize <meta name="dc.description"> as being comments'
improved recipes:
- Danas
- Al monitor
- Folha de Sao Paolo
- New York Times
- Wirtschaft's Woche
- version: 3.19.0
date: 2018-03-09
new features:
- title: "Driver for the new PocketBook 740"
- title: "Allow using relative URLs in comments type metadata. The relative URLs are interpreted relative to the book folder in the calibre library"
- title: "Edit book: Reports: Do not show characters from the HTML markup in the characters report."
tickets: [1753788]
- title: "Allow adding the Virtual library button to any toolbar/menu via Preferences->Toolbars & menus"
bug fixes:
- title: "Server: Fix server becoming unresponsive if a client sends invalid SSL data at exactly the right moment"
- title: "Conversion heuristics: Make unwrapping recognize Georgian letters as well."
tickets: [1753533]
- title: "Make de-serialization of stored conversion options safe against maliciously crafted input"
tickets: [1753870]
- title: "E-book viewer: Change the file format used to import/export bookmarks to use JSON. This prevents malicious bookmarks files from causing code execution."
tickets: [1753870]
- title: "Make the history completion for the search and replace edit box case-sensitive."
tickets: [1752447]
- title: "PDF Output: When the input document contains multiple anchors with the same value, use the first anchor rather than the last. This follows browser behavior."
tickets: [1752825]
- title: "FB2 Input: Add <div> to <blockquote> content to silence the useless epubcheck"
tickets: [1752141]
improved recipes:
- WirtschaftsWoche Online
- Spektrum der Wissenschaft
new recipes:
- title: Granta
author: Gary Arnold
- version: 3.18.0
date: 2018-02-23
new features:
- title: "Browser viewer: Allow long tapping a word to look it up in a dictionary or search the internet for it."
tickets: [1738995]
bug fixes:
- title: "Conversion: Handle the deprecated type attribute on <ol> tags."
tickets: [1751148]
- title: "Fix metadata download from amazon stopped working because of a website change"
- title: "Fix re-ordering of columns causing split book splitter state not being restored on restart"
- title: "Fix errors when using strftime with unicode strings on non-utf-8 windows systems."
tickets: [1749219]
- title: "Split book view: Fix vertical scroll position of the two views getting out of sync after doing some searches."
tickets: [1748739]
- title: "Fix some edit widget appearing in the wrong place when editing in the right hand panel of the new split book list."
tickets: [1748713]
- title: "Portable build: Fix cache directory not always being auto-created"
tickets: [1747887]
- title: "Workaround for Qt 5.10 on Linux resetting the global font, preventing custom interface font settings from working"
improved recipes:
- New York Times
- The Economist
- Gosc
- Various Uruguayan recipes
- version: 3.17.0
date: 2018-02-09
new features:
- title: "Allow splitting the book list, by right clicking on the column headers and choosing 'Split the book list'"
type: major
description: "This is useful to 'lock' one or more columns in place so that they are always visible even when scrolling through other columns. Also, the split list has a separate right click menu which you can configure via Preferences->Toolbars and menus"
- title: "Store temporary files used by the editor and viewer in the cache directory to try to prevent errors caused by 'file cleaner' programs deleting temporary files still in use"
bug fixes:
- title: "EPUB3 Input: Fix HTML covers and titlepages that are marked using the deprecated <guide> element not being recognized."
tickets: [1746794]
- title: "Bulk metadata edit: Fix regression in 3.13 that made it impossible to use the Force numbering checkbox for custom series"
- title: "Conversion: Fix the valign attribute on <td> tags not being honored"
- title: "E-book viewer: Fix the 'Copy' keyboard shortcut/context menu action not working on some Windows systems"
tickets: [1477696]
- title: "E-book viewer: Make the semi-transparent background for viewing metadata a little more opaque."
tickets: [1745812]
improved recipes:
- New York Times
- Le Devoir
- New Statesman
- London Review of Books
- New York Post
- LWN Weekly
- Associated Press
new recipes:
- title: Computing
author: Darko Miletic
- version: 3.16.0
date: 2018-01-26
new features:
- title: "Content server: Allow adding and deleting of books using the web interface"
type: major
description: "Use the + icon in the top bar of the book list to add new books and the trash icon in the top bar of the book details page to a delete a book. Note that only authenticated users are allowed to perform these actions, so you have to setup user accounts for the server to use these features."
- title: "Allow removing the close button from tabs in the Virtual library tab bar. Right click the tab bar and choose 'Lock tabs' to do that."
- title: "calibredb export: Add --progress option"
- title: "Bulk metadata editing: Show progress bars to track progress of the operation"
- title: "Content server: When downloading books from the server send both the ASCII and full Unicode file names. Browsers that support RFC 6266 can make use of the unicode file name."
- title: "Content server: Show a warning popup on Apple devices when the user tries to search with an expression containing smart quotes, since Apple devices now automatically replace quotes with smart quotes when typing."
bug fixes:
- title: "DOCX Output: Fix links without anchors in the input document not being converted correctly."
tickets: [1741098]
- title: "calibredb: Fix a regression that broke reading of passwords from stdin"
- title: "Edit book: Fix an error when saving files with filenames that cannot be encoded using the system codepage on Windows"
- title: "Pasting metadata: Fix excluding title and authors not working"
improved recipes:
- The Galaxy's Edge
- Orange County Register
- Danas
new recipes:
- title: Revista Veintitres
author: Darko Miletic
- title: Cronica
author: Darko Miletic
- version: 3.15.0
date: 2018-01-05
new features:
- title: "Browser viewer: Allow customizing what information is displayed in the header and footer areas. Access Preferences from the viewer controls to change."
- title: "Add support for MTP devices on FreeBSD"
- title: "ToC editor: Add more case changing operations to the right click menu"
- title: "Content server: Redirect pre 2.x book URLs to new 3.x URLs via a JavaScript redirect"
- title: "Content server: Allow opening entries in the book list in a new tab via middle click/right click"
- title: "Add a tweak in Preferences->Tweaks to exclude some fields when using the Edit metadata->Copy/paste actions"
- title: "Linux: Allow using calibre-tray.png in the calibre resources folder to override the system tray icon."
tickets: [1738518]
bug fixes:
- title: "Browser viewer: Fix goto next/previous section actions not working when the sections are in different individual HTML files."
tickets: [1740333]
- title: "Edit book/Book polishing: When compressing images and the compressed image is larger thant he original, use the original image."
tickets: [1741063]
- title: "PDF input: Fix conversion of multi-level PDF Outline causing duplicate entries in the Table of Contents."
tickets: [1738385]
- title: "Edit book: Fix incorrect EPUB 3 declarations being added to the OPF file when adding covers to an EPUB 2 book"
- title: "Edit book: Fix backspace key un-indenting instead of deleting even when text is selected if the cursor is at the start of the line"
- title: "Tag browser: Fix position not being preserved when deleting books."
tickets: [1740387]
- title: "Edit Book: Use the cache directory rather than the temp directory to store working files. Hopefully prevents temp file cleaners from destroying books."
tickets: [1740460]
- title: "EPUB input: Handle books that erroneously set the mimetype for font files to text/plain"
- title: "AZW3 input: Do not fail to process files with invalid internal flow references."
tickets: [1740140]
- title: "When updating plugins, do not show the dialog asking which toolbar to put the plugin, even if the user has removed the plugin for all toolbars."
- title: "Content server: Fix using the Clear logs button preventing the server from restarting until calibre itself is restarted."
tickets: [1738433]
improved recipes:
- LA Times
- Popular Science
- Nikkei News
- version: 3.14.0
date: 2017-12-15
new features:
- title: "User manual: A new quick reference primer for regular expression syntax https://manual.calibre-ebook.com/regexp_quick_reference.html"
- title: "Content server: Allow viewing the book metadata while reading a book. In the viewer controls, tap Goto and then Metadata to see the metadata."
tickets: [1736312]
- title: "Kobo driver: Add support for new firmware"
- title: "Bulk metadata edit: Allow choosing the algorithm used for changing the case of titles"
- title: "Get books: The koobe.pl store plugin has now become the Swiat Ebookow store plugin"
- title: "Allow Copy/paste of book metadata from the main book list. Right click the Edit metadata button to access these actions."
- title: "Allow disabling the confirmation popup when opening the containing folder of many books at once."
tickets: [1735862]
bug fixes:
- title: "Nook driver: Fix books sent via calibre not appearing under My Files on the Glowlight 3 Plus"
- title: "Get Books: Update Mills & Boon, publio, empik, legimi, woblink and beam-ebooks.de plugins for website changes"
- title: "Book polishing: Do not scan book for font usage when subsetting if no embedded fonts are available."
tickets: [1737400]
- title: "Content server: Open links in the comments section from the book details page in new windows."
tickets: [1737644]
- title: "Choose English as the User interface language when a locale related environment variable is set to the C locale"
- title: "Linux installer: A nicer error message if the user tries to run the installer on an ARM machine"
improved recipes:
- Boston Globe
- The Times
- Economist
new recipes:
- title: El Cohete a la luna
author: Darko Miletic
- version: 3.13.0
date: 2017-12-01
new features:
- title: "Driver for the new Bq Cervantes 4"
- title: "Edit book: Auto-generate links to existing stylesheets when adding a new HTML file."
tickets: [1733845]
- title: "Add a button to easily clear server logs in Preferences->Sharing over the net->Show server logs."
tickets: [1730046]
- title: "Catalog generation: Store the list of fields to be used in generating CSV/XML catalogs per library."
tickets: [1730500]
- title: "Bulk metadata edit: Make the custom series controls similar to the builtin series ones, with the same set of features"
- title: "Edit book: Pre-select existing cover image (if any) in add cover dialog"
- title: "Make the Manage saved searches dialog a little easier for new users."
tickets: [1733163]
- title: "Add a tweak to control behavior of Enter on the book list"
- title: "Content server: Fix random book button on book details page multiplying."
tickets: [1732493]
- title: "Edit Book: Bulk file rename dialog: Remember last used prefix for renaming files"
bug fixes:
- title: "Tag browser: Fix use of the tweak to control order of items in the Tag browser causing unexpected expansion of items after editing metadata."
tickets: [1730245]
- title: "Content server: Improve rendering of tags/categories with long words on small screens."
tickets: [1734119]
- title: "Fix first added saved search not appearing in Tag browser until calibre restart."
tickets: [1733151]
- title: "When checking added books for duplicates, also check on the language field. So books with the same title/authors but different languages are not considered duplicates."
- title: "Edit Book: Spell check should not fail if there are non-HTML files in the spine"
- title: "Conversion: Fix an error when using the embed_all_fonts option with certain books"
- title: "Save to disk: Dont error out if the user deletes all formats to be saved."
- title: "Linux binary: Fix calibre not starting on systems where QT_QPA_PLATFORM is set to use wayland"
improved recipes:
- The Economist
- The Walrun Magazine
- China Daily
- Telepolis
new recipes:
- title: Various Russian news source
author: bugmen00t
- version: 3.12.0
date: 2017-11-09
new features:
- title: "Driver for the new Nook Glowlight 3"
tickets: [1731024]
- title: "Allow configuring the metadata fields displayed in the pop-up Book details window. To configure, simply click the 'Configure' link at the bottom of the window."
- title: "Wireless driver: Allow specifying extra file formats (unknown to calibre) to send"
bug fixes:
- title: "Fix a regression that caused clicking the clear button in the main search bar to not unapply the current search until enter is pressed."
- title: "Linux: Fix a regression causing calibre to fail to start on systems with no DBUS session bus"
- title: "Browser viewer: Fix body font being forced to sans-serif, overriding in book and user stylesheet settings"
- title: "Fix sending email failing of the computer's FQDN is set to a single period."
tickets: [1730166]
improved recipes:
- New Yorker
- Geopolityka
- version: 3.11.1
date: 2017-11-02
new features:
- title: "Kindle driver: Add support for the new Kindle Oasis"
- title: "Browser viewer: Allow the user to specify a CSS style sheet to control the look and feel of the text"
- title: "Edit book spell check: In the list of suggestions show the original word in italics."
tickets: [1727827]
- title: "Edit Book: When adding a new HTML file, add it after the file being currently edited instead of at the end."
tickets: [1728601]
- title: "Column coloring: Add a contains rule type."
tickets: [1728464]
- title: "Book details panel: Allow saving the displayed cover to disk via the right click context menu."
tickets: [1728251]
bug fixes:
- title: "Browser viewer: Fix font size and color scheme settings not being respected in the footnote popup"
- title: "DOCX Output: Fix comments/XML processing instructions in the middle of text causing text to be skipped."
tickets: [1727599]
- title: "Book details panel: Fix metadata field titles not being top aligned"
- title: "Linux: Fix long startup delay on systems that do not have a desktop notification service running"
- title: "3.11.1 fixes a couple of regression in 3.11.0 that broke configuring Get books and creating catalogs"
improved recipes:
- Financial Times
- computerworld.pl
- Tulsa World
- Science Daily
- El Mundo
- version: 3.10.0
date: 2017-10-20
new features:
- title: "Browser viewer: Show footnotes in a popup window. Similar to the popup footnote functionality in the calibre viewer."
type: major
- title: "Content server: Add an option to control the timeout for making AJAX queries to the server."
tickets: [1722016]
bug fixes:
- title: "Fix regression that broke Preferences->Conversion->Common options in version 3.9"
- title: "Server: Fix adding expressions to the search always using AND instead of respecting the setting to use OR or AND."
tickets: [1724405]
- title: "Browser viewer: Fix a regression that caused loading more than one book in the same session or using the back/forward browser buttons to require refreshing the browser."
- title: "Jobs list: Fix killing of job killing the wrong job if other jobs are completed while waiting for kill confirmation."
- title: "DOCX Output: Fix preserve cover aspect ratio option still distorting the aspect ratio slightly."
tickets: [1721864]
improved recipes:
- Lomza
- Go Comics
- Various Polish news sources
- version: 3.9.0
date: 2017-10-06
new features:
- title: "Remove the Connect to iTunes function since Apple has removed that functionality from iTunes"
description: "Now you have to use one of the wireless connection methods to connect to an iPad/iPhone, as described at: https://manual.calibre-ebook.com/faq.html#how-do-i-use-calibre-with-my-ipad-iphone-ipod-touch"
- title: "Kobo driver: Support for new firmware"
- title: "Allow changing the icons in yes/no columns via column icon rules."
tickets: [1721374]
- title: 'Quickview panel: Add a context menu with a "View" action to the book table.'
- title: "Make the elapsed time display in the jobs dialog more human friendly."
tickets: [1719059]
bug fixes:
- title: "EPUB Input: Fix styles in existing titlepage not being flattened when the titlepage is preserved during conversion."
tickets: [1720715]
- title: "Fix conversion of grayscale JPEG-XR images not working"
tickets: [1720638]
- title: "Update the douban metadata download plugin to match changes to the website"
- title: "DOCX Output: Fix the preserve cover aspect ratio option not visible"
tickets: [1719026]
improved recipes:
- Respekt Magazine
- Associated Press
- Heraldo de Aragon
- El Correo
- El Periodico de Aragon
- A List Apart
- version: 3.8.0
date: 2017-09-22
new features:
- title: "Bulk metadata edit dialog: Add an action to set metadata from e-book files."
tickets: [1717755]
- title: "Server: Add an option to control the number of books displayed per page in the browser (Preferences->Sharing over the net->Advanced)."
tickets: [1715283]
- title: "DOCX Output: Add an option to preserve the cover aspect ratio in the output document."
tickets: [1715800]
- title: "Book details panel: An option to control the layout of the panel in 'Narrow' mode (Preferences->Look & feel->Book details)"
tickets: [1714613]
- title: "If the --start-in-tray option is specified, create a tray icon even if the configuration option to enable tray icons is off."
bug fixes:
- title: "Possible fix for issue with pinning calibre to taskbar on windows. Note that as an unfortunate side-effect, you will have to unpin and re-pin calibre to the taskbar after updating."
- title: "DOCX Output: Fix text immediately after a hidden tag not being included."
tickets: [1717403]
- title: "Fix a regression that broke fetching of metadata from Douban"
- title: "Cover grid: Fix Shift+arrow keys to manipulate selection not working."
tickets: [1717828]
- title: "Editor snippets: Dont lose the last selected word when the user triggers a non-existent snippet."
tickets: [1713244]
- title: "Book details popup window: Show the cover size in the bottom right corner if the option to show cover size in the Book details panel is set."
tickets: [1716520]
- title: "Linux: Fix regression that broke using calibre on some older VNC servers"
- title: "Browser viewer: Do not fail if the book contains javascript that has errors."
tickets: [1715781]
- title: "Linux: Fix file open dialog on older KDE desktops not working correctly."
tickets: [1715648]
- title: "Update Ozon.ru metadata plugin for website changes."
tickets: [1715347]
- title: "LIT Input: Fix a buffer overflow caused by malformed LIT files."
tickets: [1713716]
- title: "Conversion: Expand -epub-writing-mode to -webkit-writing-mode and writing-mode properties for maximum compatibility."
tickets: [1713509]
- title: "Linux: Fix SONY PRS-650 not being detected"
improved recipes:
- The Hindu
- Le Monde
- Wired Monthly
- Cracked.com
- Carta
- FAZ.NET
- Newsweek
- Financial Times
new recipes:
- title: Dunya Halleri
author: Sukru Alatas
- version: 3.7.0
date: 2017-08-25
new features:
- title: "Allow searching for books in a virtual library using a new 'vl:' prefix"
- title: "Server: Show file sizes in the tooltips for the download buttons."
tickets: [1708762]
- title: "Server: Reduce the grid view minimum cover thumbnail size from 150px to 105px"
- title: "Narrow layout: Fix wasted space to the left of the comments in the Book details panel"
bug fixes:
- title: "Server: Fix downloading files via the list of formats not working when launching calibre from the home screen on iOS"
- title: "Browser viewer: Fix controls help overlay not being displayed the first time the viewer is used"
- title: "MOBI Output: Fix a regression causing a crash for some input documents that specify text-transform or font-variant CSS properties."
tickets: [1711776]
- title: "DOCX Input: Fix framed lists being rendered with the frame inside the bullets instead of outside it."
tickets: [1709569]
- title: "Fix a regression that could cause conversion to crash when using the first-letter CSS pseudo selector and outputting to MOBI or DOCX."
tickets: [1711224]
- title: "Conversion: Fix remove first image option not working for comic input with the disable comic processing option."
tickets: [1709150]
- title: "Server: Fix tooltip not working in the cover grid view."
tickets: [1708760]
- title: "Workaround for Qt bug that prevented using the shift and ctrl keys with the touchscreen"
- title: "Linux: fix native KDE file dialog not working on older systems"
- title: "Linux: Fix KDE dialogs not supporting multiple file name filter groups"
- title: "Fix libraries being sorted alphabetically by full path rather than just library name"
- title: "Server: Allow hyphens in user names"
- title: "calibredb.exe: Fix misleading error message when connecting to a server with incorrect username or password"
improved recipes:
- Asian review of Books
- Financial Times
- National Post
- Go Comics
new recipes:
- title: Paris Review and Public Domain Review by fenuks
author: fenuks
- title: IDPixel and The Insider
author: bugmen00t
- version: 3.6.0
date: 2017-08-04
new features:
- title: "Linux: Use native file dialogs via zenity or kdialog, if available"
- title: "Copy to library: Add an action to show a dialog that allows for easy selection of libraries for copy/move. Useful when there are a large number of libraries to choose from."
tickets: [1706198]
- title: 'Server: Allow deleting a downloaded book from the "Browse all downloaded books" screen'
bug fixes:
- title: "Hopefully fix an issue with the book list jumping around when using the mouse on some computers"
- title: "E-book viewer: Change the default fonts on windows to the Liberation font family. This matches the other platforms and avoids rendering issues with Times New Roman."
tickets: [1706491]
- title: "DOCX Output: Convert images placed by themselves inside block tags as block images rather than inline images."
tickets: [1707430]
- title: "Fix a typo that broke the download of a few news sources"
- title: "ebook-viewer.exe: Fix --continue-reading not working"
- title: "Fix non XML safe characters in feed descriptions causing news download to fail."
tickets: [1707545]
- title: "Browser viewer: Fix books that contain broken links with unicode characters in their paths not working."
tickets: [1704498]
- title: "Quickview: Fix regression in previous release that broke the 'Lock quickview' control"
improved recipes:
- Navy Times
new recipes:
- title: Various Sardinian news
author: tzium
- version: 3.5.0
date: 2017-07-28
new features:
- title: "Server: Add a new 'custom' mode for the book list, where you can specify exactly what metadata fields are displayed, via a template (see Preferences->Sharing over the net->Book list template)"
- title: "Speed up HTML parsing by an order of magnitude, by switching from html5lib to html5-parser"
- title: "Add support for touch screens to the main calibre book list. You can now flick to scroll, tap to select and double-tap to view books."
- title: "Server: Add an option to ban IP addresses if there are too many failed login attempts"
- title: "calibre-debug: Change the --explode-book action to only create the exploded directory and not rebuild the file. Add a new --implode-book action to rebuild the file, separately."
- title: "Book details panel: Add Manage authors/series/tags/etc. to the menu when right clicking on the item"
- title: "Kobo driver: Update for new firmware"
bug fixes:
- title: "PDF Output: Fix a regression in 2.82 that caused conversion of comics to PDF files to have successive images become smaller and smaller in some circumstances."
tickets: [1706814]
- title: "PDF Output: Fix a regression in 2.83 that caused occasional blank pages at the end of chapters when using headers/footers."
tickets: [1706484]
- title: "Get books: Update store plugins for ebook.nl and the various amazon websites"
- title: "Edit book: Hide editor toolbars if they are empty."
tickets: [1706343]
- title: "Server: Fix failed login attempts using digest auth not being logged to the main log"
- title: "Quickview: for non-text fields, sort on native values instead of text."
- title: "Fix hidden search bar state not being restored on calibre restart."
tickets: [1705916]
- title: "Fix option to not save cover separately when using Save to disk not working."
tickets: [1704925]
- title: "Server: Fix an error on browsers that do not support blob storage in IndexedDB."
tickets: [1704912]
- title: "Comic input: Fix a bug in the normalize image filter that caused a crash when converting comics that contain a page with only a single color."
tickets: [1704778]
- title: "Edit Book: Handle non-normalized unicode characters in file names better"
tickets: [1704225]
improved recipes:
- Mediapart
- New Yorker
- Boston Globe
- Private Eye
- version: 3.4.0
date: 2017-07-14
new features:
- title: "Edit book: Allow exporting all selected files to the computer from the 'File browser' by right clicking and choosing 'Export selected files'"
- title: "Server: When returning to the search page, remember the last used state of the Tag browser"
- title: "Template language: Allow the in_list() functions to return different values depending on what is found"
- title: "Add a configurable shortcut to move the focus from Quickview to the book list"
bug fixes:
- title: "Conversion: When inserting the publication year in the metadata jacket, do so in the local time zone, so it matches what is displayed in the main calibre program."
tickets: [1703439]
- title: "Server OPDS feeds: Fix incorrect counts in letter categories when there are lowercase names."
tickets: [1703251]
- title: "Edit book: Fix 'Show details' button not visible when doing 'Replace all' rather than 'Count all'"
- title: "Nook driver: Remove the % character from filenames sent to the Nook."
tickets: [1703284]
- title: "Fix calibre startup crash caused by Quickview when the applied virtual library is empty (has no books)."
improved recipes:
- FOX News
- Private Eye
- version: 3.3.0
date: 2017-07-07
new features:
- title: "Quickview panel: Allow opening and closing the panel via the Layout button in the bottom right corner."
details: "Also make various improvements to the panel's operation, see https://manual.calibre-ebook.com/gui.html#quickview"
tickets: [1701833]
- title: "Book details panel: Allow right clicking on author names to search for books by the author on Amazon."
tickets: [1702446]
- title: "Edit book: When doing a Replace/Count all with multiple searches add a 'Show details' button on the result dialog that shows the individual counts for each search."
- title: "Comments editor: Add a button to easily insert separators (i.e. <hr> tags) when editing comments"
bug fixes:
- title: "Browser viewer: Fix back/forward buttons not working correctly when clicking on links that lead to different internal files in the book."
tickets: [1700004]
- title: "Server: Fix using 'Show more books' button and then changing list mode setting causing resulting book list to be incomplete"
- title: "Server: Fix changing sort/search in the /mobile view only working with the default library."
tickets: [1701704]
- title: "DOCX Input: Fix alt and title attributes for some images not being preserved"
- title: "Amazon metadata download: Change the default source from Bing to Google as the Bing cache seems to be having trouble at the moment"
- title: "ISBNDB metadata download: Ignore SSL errors when contacting isbndb.com as they seem to have no intention of fixing their broken SSL certificate"
- title: "Conversion: Fix heuristics processing incorrectly removing some <br> tags."
tickets: [1205637]
- title: "Handle non-ASCII binary strings in the author_name_prefix/suffix tweaks."
tickets: [1701138]
improved recipes:
- Politico
- The Times
- The Sunday Times Magazine
- version: 3.2.1
date: 2017-06-29
new features:
- title: "Server: Allow logged in users to change their passwords by clicking the user icon in the top right corner of the home screen."
tickets: [1700631]
- title: "macOS: Add headless support: calibre command-line utilities can now run on macOS machines without a screen"
bug fixes:
- title: "3.2.1 has a fix for an issue that broke mouse wheel scrolling in the cover grid view"
- title: "Viewer: Fix incorrect display of pages in paged mode for books that override the box-sizing CSS property on the <body> element."
tickets: [1700109]
- title: "Server: Fix timeout errors when using SSL (particularly common when running the server on windows)"
- title: "Linux: Fix slow mouse wheel scrolling in Cover grid because of Qt bug"
- title: "Blacklist the iOS Reader applications and Marvin XD plugins as they were preventing calibre from starting up and they have not worked in a long time anyway, since Apple restricted USB access to their iOS devices"
- title: "Fix for in-program restart not working on some Windows 10 Home machines"
- title: "EPUB3 metadata: Fix handling of <dc:creator> elements with multiple roles."
tickets: [1699918]
- title: "Server: Disallow client initiated SSL renegotiation"
- title: "Windows: Try to prevent windows from showing the annoying 'no disk in drive' error messages at calibre startup if one of the calibre libraries is on a removable disk that is missing from the system"
tickets: [1701399]
improved recipes:
- The Australian
- Wired Daily
new recipes:
- title: Kitekinto
author: pofa
- version: 3.1.0
date: 2017-06-23
new features:
- title: "Edit metadata dialog: Allow right clicking the Paste ISBN button to instead paste an identifier with a different prefix."
tickets: [1698543]
- title: "Tag browser: Add an option to control the spacing between items"
- title: "Add an option in Preferences->Look & feel to show individual layout buttons in the status bar, as was the case in calibre 2.x"
- title: "Edit metadata dialog: Add buttons to easily set/clear Yes/no columns"
tickets: [1698331]
- title: "Support for RAR 5.0 format RAR and CBR files"
bug fixes:
- title: "Version 3.1.1 fixes a regression in 3.1.0 that prevented the standalone calibre-server.exe from working on Windows and macOS"
- title: "Content server: Fix various bugs in the SSL implementation causing aborted transfers when enabling SSL in the server"
- title: "Content server: Fix connections not being closed after errors/timeouts on the server side"
- title: "Fix an error during startup on Windows systems where the home directory is in a character encoding different from the system encoding"
tickets: [1699435]
- title: "Edit book: Fix escaping of text for regular expression searches unnecessarily escaping spaces"
- title: "Get Books: Search the entire catalog, including restricted books"
tickets: [1698943]
- title: "Fix regression in previous release that caused the Tag browser view to jump around when renaming items"
- title: "Splash screen: Fix text vertical overlap for some systems/font sizes"
- title: "Server: --daemonize option should not be present on Windows and macOS as it does not work on those platforms"
- title: "macOS: Fix some keyboard shortcuts not working in calibre 3.0"
tickets: [1698545]
- title: "Server interface: Fix error in the Browse all downloaded page when the book list mode is set to detailed list"
- title: "Get books: Update amazon.fr and ebooks.com plugins for website changes"
- title: "Content server: Fix for home screen being empty if the path to the calibre library has a trailing slash."
tickets: [1698489]
- title: "Content server: Fix the new server interface not working with the --url-prefix option when the trailing slash is omitted on the URL used in the browser."
tickets: [1698406]
- title: "Google images metadata download plugin: Fix for change in website causing no covers to be downloaded"
improved recipes:
- The Times
- Wall Street Journal
- New Yorker
- BBC News
- version: 3.0.0
date: 2017-06-16
new features:
- title: "For details on the major changes in calibre between 2.0 and 3.0, see https://calibre-ebook.com/new-in/twelve"
type: major
- title: "A completely re-written Content server with support for reading books in-browser on your phone/tablet. Also works in offline mode."
type: major
- title: "Support for high resolution (Retina screens)"
type: major
- title: "A new splash screen to celebrate the release of calibre 3"
- title: "Minor tweaking of the main user interface to emphasize the core features"
bug fixes:
- title: "Kobo driver: Fix for detection of some devices, with SD card not working on macOS"
- title: "Tag browser: Fix preservation of state when recounting and the visible categories have changed."
tickets: [1696596]
- title: "CHM Input: Handle CHM files that have missing or empty root files."
tickets: [1697764]
- title: "Fix Page flips options box in viewer preferences bot being laid out properly"
- title: "Fix initial down arrow in search box jumping two places"
- title: "Fix editing the authors via the book list not respecting the tweak to control author name splitting"
- title: "E-book viewer: Fix external links not working in the footnote popup panel"
- title: "Fix a regression that broke command line completion in bash"
improved recipes:
- Economist