Skip to content

Commit

Permalink
Pushed to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofrancesconi committed Jul 12, 2016
1 parent 61381b5 commit 9347bfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ BIMP. Batch Image Manipulation Plugin for GIMP.
Changelog
---------

1.17
- Fixed error when parsing "Other GIMP procedure" parameters that contains only a "=" sign (like Despeckle plugin) (thanks Daniel B Shak)
- Disable "undo" during processing for better performances
- Fixed error when using "Fill with Padding" on an indexed image
- Korean translation (thank to Jun Park) and Chinese Traditional translation (thanks to @andy0130tw)

1.16 (aka "I'm expecting 100.000 donations for this")
- Changed layout and added "Fill with padding" option in Resize manipulation (issue #62, #85)
- Changed layout and added "Adaptive size" (issue #90) and "Distance to edge" options in Watermark manipulation
Expand Down
4 changes: 2 additions & 2 deletions src/bimp.h
Expand Up @@ -5,11 +5,11 @@

#define PLUG_IN_FULLNAME "Batch Image Manipulation Plugin"
#define PLUG_IN_DESCRIPTION "Applies GIMP manipulations on groups of images"
#define PLUG_IN_COPYRIGHT "(C) 2015 - Alessandro Francesconi"
#define PLUG_IN_COPYRIGHT "(C) 2016 - Alessandro Francesconi"
#define PLUG_IN_WEBSITE "http://www.alessandrofrancesconi.it/projects/bimp"
#define PLUG_IN_BINARY "bimp"
#define PLUG_IN_PROC "plug-in-bimp"
#define PLUG_IN_VERSION "1.16"
#define PLUG_IN_VERSION "1.17"

#define BIMP_RESULT_OK 1
#define BIMP_RESULT_WARNING 0
Expand Down

0 comments on commit 9347bfc

Please sign in to comment.