Skip to content

Commit b9b7751

Browse files
committed
Release 1.2.2
1 parent eea6a7a commit b9b7751

File tree

6 files changed

+254
-220
lines changed

6 files changed

+254
-220
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.2.2
2+
3+
### March 15, 2026
24

35
General changes:
46
* Updated Dutch translation (thanks to @DiGro).

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.2.1) (1.2.1, February 08, 2026)
17+
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.2.2) (1.2.2, March 15, 2026)
1818

1919

2020
## Installation and Usage

batcher/config/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def initialize_config(config):
1212
config.PLUGIN_NAME = 'batcher'
1313
config.DOMAIN_NAME = 'batcher'
1414
config.PLUGIN_TITLE = lambda: _('Batcher')
15-
config.PLUGIN_VERSION = '1.2.1'
16-
config.PLUGIN_VERSION_RELEASE_DATE = 'February 08, 2026'
15+
config.PLUGIN_VERSION = '1.2.2'
16+
config.PLUGIN_VERSION_RELEASE_DATE = 'March 15, 2026'
1717
config.AUTHOR_NAME = 'Kamil Burda'
1818
config.COPYRIGHT_YEARS = '2023-2025'
1919
config.PAGE_URL = 'https://kamilburda.github.io/batcher'

0 commit comments

Comments
 (0)