-
Notifications
You must be signed in to change notification settings - Fork 54
New Features
- See Dark Mode wiki page for details
- Added support for HEIC/HEIF & AVIF images. Read support for Jpeg2000 file (It is a bit slow, so I would use it to convert to another format).
- Support for RAR5 file archives. This as been the default for WinRAR for some time, and the old format isn't even available anymore in v7+ of WinRAR.
You can now create new fields by combining existing ones using the functionality of the Caption setting found in ComicRack.ini. These virtual tags can be used for sorting, grouping, stacking, and as smart lists.
- Example: Use
[{SeriesGroup} - ][{Series}]to sort/group by Series Group if it exists; otherwise, it will sort by Series. - Set a Virtual Tag and change the List Layouts to this new tag to modify the text below the thumbnail.
- Functions to manipulate fields, such as extracting substring, replacing text, using regex, and conditional statements.
- See Backup Manager wiki page for details
ComicRack can now open some files in external programs. For instance, set 7-Zip to view archives or configure your favorite reader to override ComicRack's internal viewer, using it instead when double-clicking. (the internal viewer can still be accessed via the context menu).
Important
No validation is done that the external program can open the specified file.
In the pages view, selecting two pages allows you to merge them via the context menu for spreads that aren’t joined.
- To change the page order for right-to-left reading, either sort pages by descending order or set the
Mangafield toYes (Right to Left). - This change is only in the cache, and the book must be exported to save the changes.
- Reversing this is easy by using Refresh on a page (the second page will need to be changed from
DeletedtoStory).
The default PDF engine is now Google's PDFium, allowing you to read complex PDFs without Ghostscript (If you still want to use GhostScript, you must explicitly enable it; even if it’s installed).
Settings (in ComicRack.ini) to customize your usage:
- The
PdfEngineToUsesetting replacesDisableGhostscript. Valid options arePdfium,Native(previous default), &Ghostscript. - Since
Pdfiumcan read complex PDFs, it will render them to a fixed size instead of extracting images likeNativedid.- You can change the rendered dimensions by editing
PdfiumImageSize.
- You can change the rendered dimensions by editing
- Support for .CBR & .RAR in RAR5 format.
- Tags are now saved in the
ComicInfo.xml. - The Published field didn't use Windows regional settings, so
Published (Regional)was added. - Added the Translator Tag as per the anansi-project/comicinfo.
- Added the
-localcommand line switch, to have the program load in portable mode. - Added the -hidden command line switch, to load the program always to the system tray and without splash screen, regardless of settings. Useful to have it start with Windows.
- New Smart List fields (will reset your database if used in an older version):
-
Is Missing,Web& also all the Virtual Tags.
-
- Contains Any & Contains All can now be separated by comma (,) & semicolon (;).
- You can use the Back & Forward mouse button to navigate the lists history.
- Support for reading the MetronInfo.xml metadata file, if it's the only one that exists.
- Backing up the database using SQL will now include the books stored in SQL. You can easily edit & restore to SQL or switch to using only XML.
- Force a refresh of the metadata from embedded
ComicInfo.xml(orMetronInfo.xml). Open the context menu, then hold CTRL and select Refresh. Metadata remains if no XML is embedded but may be removed if fields are empty. - There is now a
DisableNTFS(inComicRack.ini) to disable the embedding ofComicInfo.xmlin an NTFS alternate stream, that isn't always compatible with other filesystems. (or "-ntfs" command line switch) - The Preference & Info dialog is now resizable and is remembered by the Workspace system.
- You can now add icons for any fields. Just create an icon package with the name of the field (internal property) starting with an underscore
_. So you could have icons for writers by creating a zip package called_Writerjust like the Publishers icons. - Changed how the first item of a stack is determined to take into consideration the sorting inside the stack. See Changes to stack sorting.
- Added feature to generate thumbnails for all covers. Under File => Generate Cover Thumbnails.
- You can now export a folder and it will export all the lists inside it as regular reading lists.
- Exporting a smart list as a reading list (single entries) will now keep the sort order of the smart list.
- Added an option in Preferences to disable opening files via drag-and-drop.
- Added a new
List Ordersorting option for Devices, this will use the list current Sort order. (careful with yourConfig.xmlusing this setting is not backward compatible)
Complete Changelog here.
- Home
- Android
- New Features
- Frequently Asked Question
- References
- Plugin Development