diff --git a/Changelog.yaml b/Changelog.yaml
index 3e5dbb06fc..12f1b570bc 100644
--- a/Changelog.yaml
+++ b/Changelog.yaml
@@ -4,6 +4,182 @@
# for important features/bug fixes.
# Also, each release can have new and improved recipes.
+- version: 0.7.33
+ date: 2010-12-10
+
+ new features:
+ - title: "Language sensitive sorting"
+ type: major
+ description: >
+ "calibre now sorts using language specific rules. The language used is the language of the calibre interface, which can be changed via Preferences->Look & Feel. There is also
+ a tweak that allows you to use a different language from the one used for the calibre interface. Powered by the ICU library."
+
+ - title: "Add an action to merge only formats and leave metadata alone (Shift+Alt+M)"
+ tickets: [7709]
+
+ - title: "Add a tweak to control which custom columns are displayed in the Book details panel."
+
+ - title: "Implement a more sophisticated 'functional programming' template language. See the User Manual for details."
+
+ - title: "Speed up deleting of large numbers of books and show progress while doing so"
+
+ - title: "Adding books: Dont refresh the Tag Browser while adding multiple books. Should speed up the adding of large numbers of books."
+
+ - title: "Edit metadata dialog: When trying to download metadata, if there are multiple matches indicate which matches have a cover and summary in the list. Also add an option to automatically download the cover of the selected match."
+
+ - title: "Drivers for the HTC Legend and Samsung Epic"
+
+ - title: "FB2 Output: Convert SVG images in the input document to raster images"
+
+ - title: "News download: Localize the navigation bars in the downloaded news to the language the user has selected for their calibre interface"
+
+ bug fixes:
+ - title: "Various fixes to the Title Case function"
+ tickets: [7846]
+
+ - title: "Content server: Fix --url-prefix being ignored for links at the Top level"
+
+ - title: "News download: When generating periodicals for the SONY use the local timezone in the SONY specific metadata"
+
+ - title: "Fix bug in cover cache that could cause it to keep a large number of covers in memory. Showed up when adding large numbers of books to calibre."
+ tickets: [7813]
+
+ - title: "Adding books: Run in the main thread to prevent unfortunate interactions with the metadata backup. Also fix regression that broke the Abort button."
+
+ - title: "Fix a crash on OS X if OK is clicked inthe edit metadata button while downloading a cover"
+ tickets: [7716]
+
+ - title: "E-book viewer: Fix a regression that prevented booksmarks from working with some EPUB files"
+ tickets: [7812]
+
+ - title: "Save to disk: Refactor to not open a database connection in the worker process. Also fix a bug that could lead to save failures not being reported."
+
+ - title: "Fix regression in 0.7.32 that broke opening formats in the ebook viewer from the edit metadata dialog"
+
+ - title: "FB2 Output: Generate output 100% compliant with the FB2 spec"
+
+ - title: "Fix Saved search dropdown box looses selected search"
+ tickets: [7787]
+
+ - title: "TXT Output: Fix an issue where the br to space conversion was not being handled properly."
+
+ improved recipes:
+ - Le Monde
+ - Ming Pao
+ - New Yorker
+
+ new recipes:
+ - title: "ToyoKeizai News and Nikkei Social News"
+ author: "Hiroshi Miura"
+
+ - title: "St. Louis Post Dispatch"
+ author: "cisaak"
+
+ - title: "Heise Open and Technology Review"
+ author: "Anton Gillert"
+
+
+- version: 0.7.32
+ date: 2010-12-03
+
+ new features:
+ - title: "All new linux binary build. With updated libraries and replacing cx_Freeze with my own C python launcher code."
+
+ - title: "Edit metadata dialog: Add Next and Previous buttons and show cover size in tooltip"
+ tickets: [7706, 7711]
+
+ - title: "A new custom column type: Enumeration. This column can take one of a user defined set of values."
+
+ - title: "PML Output: Add option to reduce image sizes/bit depth to allow PML Output to be used with DropBook"
+
+ - title: "TXT Output: Add option to generate Markdown output. Turn
tags into spaces."
+
+ - title: "Add a count function to the template language. Make author_sort searchable."
+
+ - title: "Various consistency and usability enhancements to the search box."
+ tickets: [7726]
+ description: >
+ "Always select first book in result set of a search. Similar books searches added to search history. Search history order is no longer randomized. When focussing the search box with a keyboard shortcut, select all text. If you press enter in the search box, the search is executed and the book list os automatically focussed."
+
+ - title: "Driver for samsung fascinate and PocketBook 902"
+
+ - title: "FB2 Output: Add option to create FB2 sections based on internal file structure of input file (useful for EPUB files that have been split on chapter boundaries). Also add options to mark h1/h2/h3 tags as section titles in the FB2 file."
+ tickets: [7738]
+
+ - title: "Metadata jacket: Add publisher information to jacket."
+
+ - title: "Catalog generation: Allow use of custom columns as well as tags to indicate read books. Note that your previously saved read books setting will be lost."
+
+ - title: "Bulk metadata edit dialog: Add an Apply button to allow you to perform multiple operations in sequence"
+
+ - title: "Allow drag and drop of books onto user categories. If you drag a book from a particular column (say authors) and drop it onto a user category, the column value will be added to the user category. So for authors, the authros will be added to the user category."
+
+ - title: "Check Library can now check and repair the has_cover cache"
+
+ - title: "Allow GUI plugins to be distributed in ZIP files. See http://www.mobileread.com/forums/showthread.php?t=108774"
+
+ - title: "Allow searching by the number of tags/authors/formats/etc. See User Manual for details."
+
+ - title: "Tiny speed up when loading large libraries and make various metadata editing tasks a little faster by reducing the number of times the Tag Browser is refreshed"
+
+ bug fixes:
+ - title: "E-book viewer: Fix broken backwards searching"
+
+ - title: "Fix custom ratings column values being displayed incorrectly in book details area"
+ tickets: [7740]
+
+ - title: "Fix book details dialog not using internal viewer to view ebooks"
+ tickets: [7424]
+
+ - title: "MOBI Output: When the input document does not explicitly specify a size for images, set the size to be the natural size of the image. This works around Amazon's *truly wonderful* MOBI renderer's tendency to expand images that do not have a width and height specified."
+
+ - title: "Conversion pipeline: Fix bug that caused height/width specified in %/em of screen size to be incorrectly calculated by a factor of 72./DPI"
+
+ - title: "Conversion pipeline: Respect max-width and max-height when calculating the effective size of an element"
+
+ - title: "Conversion pipeline: Do not override CSS for images with the value of the img width/height attributes, unless no CSS is specified for the image"
+
+ - title: "E-book viewer: Resize automatically to fit on smaller screens"
+
+ - title: "Use the same MIME database on all platforms that calibre runs on, works around python 2.7's crazy insistence on reading MIME data from the registry"
+
+ - title: "Kobo driver: Allow html, txt and rtf documents to be deleted"
+
+ - title: "Always overwrite title/author metadata when downloading metadata for books added by ISBN"
+
+ - title: "Nook Color profile: Reduce screen height to 900px"
+
+ - title: "Fix regression that broke RTF conversion on some linux systems"
+
+ - title: "Fix bug that could break searching after copying and deleting a book from the current library"
+ tickets: [7459]
+
+ improved recipes:
+ - NZZ
+ - Frankfurter Rundschau
+ - JiJi Press
+ - Revista Muy Intersante
+
+ new recipes:
+ - title: "Global Times"
+ author: "malfi"
+
+ - title: "The Philosopher's Magazine"
+ author: "Darko Miletic"
+
+ - title: "Poughkeepsie Journal"
+ author: "weebl"
+
+ - title: "Business Spectator and ABC Australia"
+ author: "Dean Cording"
+
+ - title: "La Rijoa and NacionRed"
+ author: "Arturo Martinez Nieves"
+
+ - title: "Animal Politico"
+ author: "leamsi"
+
+
- version: 0.7.31
date: 2010-11-27
diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py
index 692349283f..081112444a 100644
--- a/resources/default_tweaks.py
+++ b/resources/default_tweaks.py
@@ -181,19 +181,25 @@ max_content_server_tags_shown=5
# content_server_will_display is a list of custom fields to be displayed.
# content_server_wont_display is a list of custom fields not to be displayed.
# wont_display has priority over will_display.
-# The special value '*' means all custom fields.
+# The special value '*' means all custom fields. The value [] means no entries.
# Defaults:
# content_server_will_display = ['*']
-# content_server_wont_display = ['']
+# content_server_wont_display = []
# Examples:
# To display only the custom fields #mytags and #genre:
# content_server_will_display = ['#mytags', '#genre']
-# content_server_wont_display = ['']
+# content_server_wont_display = []
# To display all fields except #mycomments:
# content_server_will_display = ['*']
# content_server_wont_display['#mycomments']
content_server_will_display = ['*']
-content_server_wont_display = ['']
+content_server_wont_display = []
+
+# Same as above (content server) but for the book details pane. Same syntax.
+# As above, this tweak affects only display of custom fields. The standard
+# fields are not affected
+book_details_will_display = ['*']
+book_details_wont_display = []
# Set the maximum number of sort 'levels' that calibre will use to resort the
@@ -217,3 +223,15 @@ generate_cover_foot_font = None
# open_viewer, do_nothing, edit_cell. Default: open_viewer.
# Example: doubleclick_on_library_view = 'do_nothing'
doubleclick_on_library_view = 'open_viewer'
+
+
+# Language to use when sorting. Setting this tweak will force sorting to use the
+# collating order for the specified language. This might be useful if you run
+# calibre in English but want sorting to work in the language where you live.
+# Set the tweak to the desired ISO 639-1 language code, in lower case.
+# You can find the list of supported locales at
+# http://publib.boulder.ibm.com/infocenter/iseries/v5r3/topic/nls/rbagsicusortsequencetables.htm
+# Default: locale_for_sorting = '' -- use the language calibre displays in
+# Example: locale_for_sorting = 'fr' -- sort using French rules.
+# Example: locale_for_sorting = 'nb' -- sort using Norwegian rules.
+locale_for_sorting = ''
diff --git a/resources/images/news/novaya_gazeta.png b/resources/images/news/novaya_gazeta.png
new file mode 100644
index 0000000000..41886a64b9
Binary files /dev/null and b/resources/images/news/novaya_gazeta.png differ
diff --git a/resources/images/news/tpm_uk.png b/resources/images/news/tpm_uk.png
new file mode 100644
index 0000000000..d8c586a296
Binary files /dev/null and b/resources/images/news/tpm_uk.png differ
diff --git a/resources/images/news/vedomosti.png b/resources/images/news/vedomosti.png
new file mode 100644
index 0000000000..3187308f4e
Binary files /dev/null and b/resources/images/news/vedomosti.png differ
diff --git a/resources/jacket/stylesheet.css b/resources/jacket/stylesheet.css
index 5f4f012d01..c45f8fe977 100644
--- a/resources/jacket/stylesheet.css
+++ b/resources/jacket/stylesheet.css
@@ -36,22 +36,37 @@
/*
** Title
*/
-.cbj_title {
+table.cbj_header td.cbj_title {
font-size: x-large;
+ font-style: italic;
+ text-align: center;
+}
+
+/*
+** Series
+*/
+table.cbj_header td.cbj_series {
+ font-size: medium;
text-align: center;
}
/*
** Author
*/
-.cbj_author {
+table.cbj_header td.cbj_author {
font-size: medium;
text-align: center;
- margin-bottom: 1ex;
}
/*
-** Table containing Series, Publication Year, Rating and Tags
+** Publisher/published
+*/
+table.cbj_header td.cbj_pubdata {
+ text-align: center;
+}
+
+/*
+** Table containing Rating and Tags
*/
table.cbj_header {
width: 100%;
@@ -62,9 +77,8 @@ table.cbj_header {
*/
table.cbj_header td.cbj_label {
font-family: sans-serif;
- font-weight: bold;
text-align: right;
- width: 40%;
+ width: 33%;
}
/*
@@ -73,9 +87,23 @@ table.cbj_header td.cbj_label {
table.cbj_header td.cbj_content {
font-family: sans-serif;
text-align: left;
- width:60%;
+ width:67%;
}
+/*
+** Metadata divider
+*/
+hr.metadata_divider {
+ width:90%;
+ margin-left:5%;
+ border-top: solid white 0px;
+ border-right: solid white 0px;
+ border-bottom: solid black 1px;
+ border-left: solid white 0px;
+ }
+
+
+
/*
** To skip a banner item (Series|Published|Rating|Tags),
** edit the appropriate CSS rule below.
diff --git a/resources/jacket/template.xhtml b/resources/jacket/template.xhtml
index 8447b1d6b3..056ac0aad3 100644
--- a/resources/jacket/template.xhtml
+++ b/resources/jacket/template.xhtml
@@ -6,17 +6,24 @@