Skip to content

Commit 0ddc635

Browse files
committed
Release 1.0
1 parent c500e01 commit 0ddc635

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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
2+
3+
### March 19, 2025
24

35
User interface changes:
46
* Batch Convert: If a file is not found, an appropriate label will be displayed below the preview rather than a popup.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Batcher is a batch image processing plug-in for [GIMP 3](https://www.gimp.org/).
1313
* Apply constraints to process only specific images/layers (matching a suffix, visible layers, ...)
1414

1515

16-
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.0-RC4) (1.0-RC4, March 08, 2025)
16+
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.0) (1.0, March 19, 2025)
1717

1818

1919
## 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-RC4'
18-
c.PLUGIN_VERSION_RELEASE_DATE = 'March 08, 2025'
17+
c.PLUGIN_VERSION = '1.0'
18+
c.PLUGIN_VERSION_RELEASE_DATE = 'March 19, 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 'batcher' 1.0\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-16 12:06+0100\n"
11+
"POT-Creation-Date: 2025-03-19 19:06+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)