Releases: e2jk/nautilus-image-manipulator
Releases · e2jk/nautilus-image-manipulator
v1.3
1.3 - 2013-04-19 (r240)
- We now have a logo!
- Add dl.free.fr as upload destination (LP #1098695)
- Filenames containing accents are now properly sent (LP #884275)
- Better error handling when the upload site could not be parsed successfully.
- Nicer errors when required information is missing (in-UI instead of
popup windows) - "Port" to GTK+ 3 (actually, just updated the UI file to be able to open
with Glade for GTK+ 3) - Added Slovak translation (thanks Prescott_SK)
- Added incomplete Russian translation (thanks Eugene Marshal)
- Added incomplete Turkish translation (thanks to zeugma)
v1.2
v1.1
v1.0
1.0 - 2012-04-17 (r165)
- Major change: completely redesigned user interface. Now the parameters
that determine how the images are to be resized are set via profiles.
A set of default profiles is provided, but the user can freely add or
remove profiles. The focus of this new UI is a very simplified and
streamlined user experience. We try to limit the technical jargon to
a minimum ;) (LP #936003) - Prevent Nautilus from freezing when Nautilus Image Manipulator is
launched (LP #931762) - Move the config file to ~/.config/nautilus-image-manipulator/config
(LP #935738) - Started writing "proper" documentation (LP #962443)
see http://nautilus-image-manipulator.readthedocs.org/ - Started writing unit tests with nose (LP #946610)
v0.8
v0.7
0.7 - 2012-02-14 (r132)
- N I M now depends on the pil and pyexiv2 packages, and not anymore on
ImageMagick:- Use the Python Imaging Library (PIL) instead of ImageMagick to resize
the images (merge branch from lp:~razerraz) - Update the image metadata (Exif) after resizing the images (merge
branch from lp:~razerraz)
- Use the Python Imaging Library (PIL) instead of ImageMagick to resize
- Take care of preserving aspect ratio (changeable via ui) (thanks again
lp:~razerraz) - Handle an exception when reading preferences when the preferences file
does not exist - Automate the updating of new translations
v0.6
v0.5
Release notes:
Fixed some edge-case exceptions and better handling of the zipfile creation.
Changelog:
0.5 - 2011-11-22 (r113)
- Make sure that only valid filenames are passed (LP #711508 and
LP#711509) - Better handling of zipfile creation
- Do not allow appendString to end in "/", because the image would be
called ".EXT", which is a hidden file in it's own folder - Various lower-level enhancements
- Gracefully handle when ImageMagick is not installed (LP #877738)
- Display an error message is DistUtilsExtra is not installed when
updating the translations
v0.4
Release notes:
No new functionality, port to GTK+ 3 and port from PyGTK to the GObject Introspection mechanism. Also change location of the Nautilus extension to adapt to new nautilus-python.
Changelog:
0.4 - 2011-10-22 (r100)
- No new functionality. Code changes to:
- Port to GTK+ 3
- Port from PyGTK to the GObject Introspection mechanism
- Change location of the Nautilus extension to adapt to new nautilus-python
- Improve logging a bit: more debug messages, no more
print