v0.9.184 #277
maforget
announced in
Announcements
v0.9.184
#277
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Community Edition Build 0.9.184:
ComicBook.xmlmetadata file that acts as a superset ofComicInfo.xml, containing all the same fields plus library exclusive data such as read progress, custom values, and color adjustments.ComicInfo.xmlso it doesn't interfere with it.ComicInfo.xmlalways takes precedence when both exist, ensuring compatibility with other applications.IgnoreEmbeddedComicBookXmlsetting inComicRack.inithat disables reading ofComicBook.xml.ComicBook.xmlon export.ComicBook.xmlto be written during a file update.ComicBookIsDirtyflag to tracks changes to ComicBook exclusive fields (See list in PR #261).MaximumUpdateThreadssetting inComicRack.inito configure the number of books that will update concurrently. Default is 2. (based on processor count and 32 as max)ComicRack.ini).ComicRack.inithat are used to return behavior to pre Community Edition (pre 0.9.180) to a new section called Legacy Behavior.UseLegacyZipConfigurationto true inComicRack.ini.UseLegacyZipConfigurationto true inComicRack.ini.BitmapToIcon(used to update the taskbar icon) so it uses proper Windows API instead of reflection to dispose of the icon handle.FastBilinear(Bilinear). You can change it back inComicRack.iniif you want to. The change toFastAndUgly(Nearest Neighbor) was to reduce access violation crashes caused by unsafe code, but it lowered image quality. Since these Fast resizing algorithm no longer uses pointers they should be safer and less crash prone. This is still an open issue, see Crash to Desktop #236 if it still occurs.If you are using the zip file, you should manually delete the old files before running the new version.
AllowCopyListFolderssetting (also added it to theComicRack.ini, since it was missing).All reactions