Skip to content

Commit ead6e39

Browse files
Pushed to 2.6
1 parent 5d26fdc commit ead6e39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ BIMP. Batch Image Manipulation Plugin for GIMP.
44
Changelog
55
---------
66

7+
2.6
8+
- Possibility to add multiple watermarks (issue #219)
9+
- Possibility to import DDS images (#235)
10+
711
2.5
812
- Fixed Color Curve not working if exported using GIMP 2.10 (issue #225)
913
- Fixed Windows uninstaller not working in both normal and silent mode (issues #258 #240 #196)

src/bimp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define PLUG_IN_WEBSITE "http://www.alessandrofrancesconi.it/projects/bimp"
1111
#define PLUG_IN_BINARY "bimp"
1212
#define PLUG_IN_PROC "plug-in-bimp"
13-
#define PLUG_IN_VERSION "2.5"
13+
#define PLUG_IN_VERSION "2.6"
1414

1515
#define BIMP_RESULT_OK 1
1616
#define BIMP_RESULT_WARNING 0

0 commit comments

Comments
 (0)