· Fixed error: Problem occurs when computing a tile by the owner [Bug 1827855].
· Fixed rendering of black and white images [Bug 1456026].
· Fixed various rendering issues in windowed mode by getting rid of the deprecated and buggy DisplayJAI and using code similar to full screen mode.
· Fixed resource leaks related to image drawing (Developer note: missing Graphics.dispose()).
· Improved performance of displaying certain JFIF/JPEG images that until now occupied the CPU for several seconds. (Developer note: This was caused by Graphics2D.drawRenderedImage() being awfully slow with a scale transformation and render settings using VALUE_INTERPOLATION_BILINEAR and has been fixed by internally enforcing all images to be 32-bit RBG without alpha channel.)
· Fixed "Can't find resouce for bundle" error when attempting to warn that aweb page could not be opened [Bug 1886584].
· Changed space bar and mouse navigation to automatically open previous/nextcomic when reaching the beginning/end of comic. Page up/down still behavethe old way and can be used to navigate without possible files being opened.
· Added rotation set with View Rotate right and View Rotate left to bepreserved over sessions.
· Added http://jomic.sourceforge.net/PAD_FILE.XML to make it simple forautomatic tools and interested web sites to check for updates of Jomic.
· Updated Quaqua to version 4.4.1.
· Added frequently asked question "Why are some images of a comic displayedin wrong order?"