Skip to content

Commit 4bf89d0

Browse files
Pushed to 1.13
1 parent 70092b4 commit 4bf89d0

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ http://www.alessandrofrancesconi.it/projects/bimp
44

55
Changelog:
66

7+
1.13
8+
- Fixed calling errors for procedure 'gimp-image-convert-indexed'
9+
- Color correction not correctly readed from file
10+
- Spanish translation (thanks to Damián Blanco)
11+
- Updated French translation
12+
713
1.12
814
- New layout for add/remove files buttons
915
- "Add all opened images" feature (#57)

bin/win32/bimp.exe

0 Bytes
Binary file not shown.

src/bimp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define PLUG_IN_WEBSITE "http://www.alessandrofrancesconi.it/projects/bimp"
1010
#define PLUG_IN_BINARY "bimp"
1111
#define PLUG_IN_PROC "plug-in-bimp"
12-
#define PLUG_IN_VERSION "1.12"
12+
#define PLUG_IN_VERSION "1.13"
1313

1414
#define BIMP_RESULT_OK 1
1515
#define BIMP_RESULT_WARNING 0

src/images/Thumbs.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)