New/improved Catalog Features in 0.6.38:
- Series information displayed for cataloged titles.
- Multiple sorting bugs resolved. Problems involving numbers in titles should be history.
- 'Titles' and 'Recently Added' Sections are now optional. 'Genres' Section may be excluded by using '.' (a single period, no quotes) in the 'exclude as genres' regex specified in the E-book options tab of the Catalog dialog. A minimal catalog now includes Descriptions and Authors, with Titles and Recently Added optional, and Genres optionally added depending upon the regex and the tags assigned to your books.
- Thumbnail rendering tweaked for EPUB catalogs.
- Simple markup now supported in comments field. You may markup comments with the following tags:
Code:
<b>Bold text</b>
<i>Italic text</i>
<br /> (line break)
<p>A paragraph, which may contain <b>,<i> and <br /> tags.</p>
Two consecutive line feeds will cause a new paragraph in the comments. For example:
Code:
This is a paragraph with some descriptive comments.
This is a second paragraph with some more descriptive comments.
will be rendered as two separate paragraphs in comments section of the Description page, just like it looks in the Edit Meta Information comments field.
G