A new version of Pynorama
apparently got released.
This new version has mostly internal changes.
Nothing of exceptional was added.
Version 0.2.5 Changelog
Mouse functions can be bound to Ctrl, Alt and Shift keys
With this, different things can be achievement with the same mouse
button or wheel. For example, pynorama can be configured so that
the scroll wheel can be used for scrolling the contents of an image,
but when the Ctrl key is pressed it will zoom
to the mouse pointer instead.
Images can now be copied
Text can be pasted into the image viewer
Raw text, copied from text boxes and other applications,
can now be pasted into the image viewer.
The text will be interpreted as if it was a valid URI. If it's not a
valid URI, nothing will happen.
Improved memory performance for opaque images
Opaque images were wrongly stored with an alpha channel
which they didn't need. That has been fixed so, if my math is right,
opaque images now use 1/4 less memory.
Tooltips have been added to the statusbar
Minor bugs have been fixed
The Loading
text that was supposed to replace the
image dimensions in the statusbar when an image is loading now
actually replaces the image dimensions in the statusbar
when an image is loading.
A few focus detection and image positioning bugs have
been fixed on the image strip layout. And it still doesn't work.
But at least it no longer locks panning images if an huge image
is beside to a very small one.