Skip to content

Commit 94f157a

Browse files
committed
Release 1.2
1 parent 22376ac commit 94f157a

File tree

8 files changed

+1621
-1124
lines changed

8 files changed

+1621
-1124
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+
3+
### January 25, 2026
24

35
This release includes quality-of-life improvements, particularly to the user interface, and resolves most issues reported since the previous version.
46

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.1.1) (1.1.1, June 15, 2025)
17+
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.2) (1.2, January 25, 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.1.1'
16-
config.PLUGIN_VERSION_RELEASE_DATE = 'June 15, 2025'
15+
config.PLUGIN_VERSION = '1.2'
16+
config.PLUGIN_VERSION_RELEASE_DATE = 'January 25, 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)