File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
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.3
8
+ - Added Dutch translation (thanks to Just Vecht & Paul Matthijsse from Dutch Helpmij Magazine)
9
+ - Fixed zh-CN locale (thanks to @KrasnayaPloshchad )
10
+
7
11
2.2
8
12
- Added support to WEBP (issue #184 )
9
13
- Enabled HEIF in "Change Format and Compression" (issue #185 )
Original file line number Diff line number Diff line change 6
6
7
7
!define APPNAME " Batch Image Manipulation Plugin for GIMP"
8
8
!define APPID " gimp-plugin-bimp"
9
- !define APPVERSION " 2.0 "
9
+ !define APPVERSION " 2.3 "
10
10
11
11
Name " ${APPNAME}"
12
12
OutFile " gimp-plugin-bimp_win32.exe"
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.2 "
13
+ #define PLUG_IN_VERSION "2.3 "
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