Releases: bkeiren/EasyImgur
Releases · bkeiren/EasyImgur
0.2.5
0.2.4
- Images in albums will now have individual titles and descriptions. These are still constructed from the title and description formats in the settings view, but there are now tokens available that will individually affect each string (see below).
- Added new formatting tokens:
%filename%
: The name of the file being uploaded if the source is a file.%filepath%
: The path of the file being uploaded if the source is a file.%albumindex%
: The position of the image in the album (0..n) if an album is being uploaded.
- Appear to have fixed an issue where an exception was being thrown because a memory stream disposed of an image before it should have.
0.2.3
The following changes have been implemented by Alex van Liew (snoozbuster) -- Thanks Alex!:
- Added /noinfo, /q flags. These function the same and keep info tooltips from being shown.
- Added /noerr, /qq flags. These function the same and keep info and error tooltips from being shown.
- Added /exit flag. This shuts down EasyImgur after uploading.
0.2.2
0.2.1
0.2.0
- Added list of contributors to about tab.
The following changes have been implemented by Alex van Liew (snoozbuster) -- Thanks Alex!:
- Implemented context menu options to the file context menu (right click on file menu):
- Upload to Imgur
- Upload to Imgur (anonymous)
- Implemented album uploading of multiple images
- Changed storage location of history and log files to
%AppData%//EasyImgur
- As a result of the above changes, implemented a set of commands that can be passed as command line parameters for EI to use to upload images this way.