Skip to content

Commit 6fdc719

Browse files
committed
Release 1.1
1 parent 4df4d92 commit 6fdc719

File tree

4 files changed

+920
-506
lines changed

4 files changed

+920
-506
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Upcoming
1+
## 1.1
2+
3+
### June 14, 2025
24

35
General changes:
46
* Added Japanese translation (thanks to @re-unknown).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Batcher is a batch image processing plug-in for [GIMP 3](https://www.gimp.org/).
1414
* Process only images/layers matching your criteria (ending with a suffix, visible layers, ...)
1515

1616

17-
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.0.2) (1.0.2, April 01, 2025)
17+
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.1) (1.1, June 14, 2025)
1818

1919

2020
## Installation and Usage

batcher/config/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
c.PLUGIN_NAME = 'batcher'
1515
c.DOMAIN_NAME = 'batcher'
1616
c.PLUGIN_TITLE = lambda: _('Batcher')
17-
c.PLUGIN_VERSION = '1.0.2'
18-
c.PLUGIN_VERSION_RELEASE_DATE = 'April 01, 2025'
17+
c.PLUGIN_VERSION = '1.1'
18+
c.PLUGIN_VERSION_RELEASE_DATE = 'June 14, 2025'
1919
c.AUTHOR_NAME = 'Kamil Burda'
2020
c.COPYRIGHT_YEARS = '2023-2025'
2121
c.PAGE_URL = 'https://kamilburda.github.io/batcher'

0 commit comments

Comments
 (0)