Skip to content

Commit

Permalink
Pushed to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofrancesconi committed Aug 3, 2021
1 parent 5d26fdc commit ead6e39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ BIMP. Batch Image Manipulation Plugin for GIMP.
Changelog
---------

2.6
- Possibility to add multiple watermarks (issue #219)
- Possibility to import DDS images (#235)

2.5
- Fixed Color Curve not working if exported using GIMP 2.10 (issue #225)
- Fixed Windows uninstaller not working in both normal and silent mode (issues #258 #240 #196)
Expand Down
2 changes: 1 addition & 1 deletion src/bimp.h
Expand Up @@ -10,7 +10,7 @@
#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 "2.5"
#define PLUG_IN_VERSION "2.6"

#define BIMP_RESULT_OK 1
#define BIMP_RESULT_WARNING 0
Expand Down

0 comments on commit ead6e39

Please sign in to comment.