From eb60e2028041b8e472e133d8ed305fa57e76f16e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Oct 2010 15:24:16 -0600 Subject: [PATCH 1/3] IGN:Tag release From 4ad2d1be8051fa7e904c9e192b69a1384204f199 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Oct 2010 15:28:38 -0600 Subject: [PATCH 2/3] ... --- Changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.yaml b/Changelog.yaml index cd825750a0..e030b688df 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -5,7 +5,7 @@ # Also, each release can have new and improved recipes. - version: 0.7.21 - date: 2010-10-1 + date: 2010-10-01 new features: - title: "Automatic backup of the calibre metadata database" From 8194487abb6273ac0023a1a2be50032660cf43a8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Oct 2010 15:31:17 -0600 Subject: [PATCH 3/3] ... --- Changelog.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index e030b688df..65b96b7bc6 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -10,27 +10,27 @@ new features: - title: "Automatic backup of the calibre metadata database" type: major - desc: > + description: > "calibre now automatically backups up the metadata for each book in the library into an individual OPF file in that books' folder. This means that if the calibre metadata database is corrupted, for example by a hard disk failure, you can reconstruct it from these OPF files, without losing any metadata. For the moment, only the backup is implemented, restore will be implemented in the future. The backup happens automatically in the background while calibre is running. The first time you start calibre, all the books will need to be backed up, so you may notice calibre running a little slower than usual." - title: "Virtual columns" type: major - desc: > + description: > "You can now add virtual columns to the calibre book list. These are built fro other columns using templates and can be used to, for example, create columns to show the books isbn and avaialbale formats. You can do this by right clicking on a column header and select 'Add your own columns'" - title: "calibre templates now much more powerful" type: major - desc: > + description: > "The templates used in calibre in send to device and save to disk have now beome much ore powerful. They can use conditinal text and functions to transforms the replacement text. Also they now have access t metadata in user defined columns. For details see the tutorials section of the User Manual." - title: "Metadata plugboards: Allow you to perform sophisticated transformations on the metadata of a book when exporting it from the calibre library." type: major - desc: > + description: > "For example, you can add the series informtion to the title when sendig books to a device. This functionality is accessed from Preferences->Import/Export->Metadata plugboards" - title: "User defined columns are now fully integrated into calibre" type: major - desc: > + description: > "User defined columns can nw be used everywhere. In the content server, Search and Replace, to create ondevice collections, and in the save to disk and send to device templates for creating filenames. In addition, user defined metadata is saved to an read back from EPUB/OPF files." - title: "Driver for the jetBook Mini"