File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ BIMP. Batch Image Manipulation Plugin for GIMP.
4
4
Changelog
5
5
---------
6
6
7
+ 2.6
8
+ - Possibility to add multiple watermarks (issue #219 )
9
+ - Possibility to import DDS images (#235 )
10
+
7
11
2.5
8
12
- Fixed Color Curve not working if exported using GIMP 2.10 (issue #225 )
9
13
- Fixed Windows uninstaller not working in both normal and silent mode (issues #258 #240 #196 )
Original file line number Diff line number Diff line change 10
10
#define PLUG_IN_WEBSITE "http://www.alessandrofrancesconi.it/projects/bimp"
11
11
#define PLUG_IN_BINARY "bimp"
12
12
#define PLUG_IN_PROC "plug-in-bimp"
13
- #define PLUG_IN_VERSION "2.5 "
13
+ #define PLUG_IN_VERSION "2.6 "
14
14
15
15
#define BIMP_RESULT_OK 1
16
16
#define BIMP_RESULT_WARNING 0
You can’t perform that action at this time.
0 commit comments