Skip to content

Commit 76c418d

Browse files
committed
Release 1.0-RC3
1 parent 9543e71 commit 76c418d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
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.0-RC3
2+
3+
### February 13, 2025
24

35
* Fixed Batcher not working when installed in a folder with elevated privileges (e.g. the system `plug-ins` folder containing built-in GIMP plug-ins instead of the user-specific `plug-ins` folder).
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](https://www.gimp.org/).
1414
* Apply constraints to process only specific images/layers (matching a suffix, visible layers, ...)
1515

1616

17-
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.0-RC2) (1.0-RC2, February 10, 2025)
17+
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.0-RC3) (1.0-RC3, February 13, 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-RC2'
18-
c.PLUGIN_VERSION_RELEASE_DATE = 'February 10, 2025'
17+
c.PLUGIN_VERSION = '1.0-RC3'
18+
c.PLUGIN_VERSION_RELEASE_DATE = 'February 13, 2025'
1919
c.AUTHOR_NAME = 'Kamil Burda'
2020
c.COPYRIGHT_YEARS = '2023-2025'
2121
c.PAGE_URL = 'https://kamilburda.github.io/batcher'

batcher/locale/batcher.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: 'batcher' 1.0-RC2\n"
9+
"Project-Id-Version: 'batcher' 1.0-RC3\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-02-10 21:31+0100\n"
11+
"POT-Creation-Date: 2025-02-13 21:16+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)