Skip to content

Releases: bkeiren/EasyImgur

0.2.5

14 Mar 22:53
Compare
Choose a tag to compare
.NET 4.0 upgrade, new metrics

- Upgraded to .NET framework version 4.0 (previous was 3.5)
- Added some additional metrics

0.2.4

14 Mar 13:57
Compare
Choose a tag to compare
  • 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

06 Jan 21:29
Compare
Choose a tag to compare

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

03 Jan 13:26
Compare
Choose a tag to compare
  • Implemented `portable' mode to allow EI to be placed and run from a USB drive while keeping history, logs, and settings in the same folder (see issue #12).
  • Included dependent DLL into the executable instead of providing it as a separate file.

0.2.1

31 Jul 18:10
Compare
Choose a tag to compare

Fix for crash implemented by Snoozbuster (Alex van Liew) when uploading through the context menu when there is no instance of EasyImgur running yet.

0.2.0

21 Jul 14:16
Compare
Choose a tag to compare
  • 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.

0.1.8

01 Jul 21:51
Compare
Choose a tag to compare

Adds functionality for batch-deletion, opening history links in a browsers, and contains more convenient clickable URL's in some of the application's texts.

0.1.7

19 Jan 22:29
Compare
Choose a tag to compare
Updated distribution binaries

0.1.6

16 Jan 18:37
Compare
Choose a tag to compare

Minor bugfixes

0.1.5

08 Jan 18:33
Compare
Choose a tag to compare

Bugfixes and feature implementations for #3 and #4.