Skip to content

Commit c529629

Browse files
committed
Release 1.0-RC4
1 parent d59da49 commit c529629

File tree

4 files changed

+301
-233
lines changed

4 files changed

+301
-233
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-RC4
2+
3+
### March 08, 2025
24

35
**New major feature: Export of images opened in GIMP**. You can perform image export via `File → Export Images...` or `File → Export Images (Quick)`. As with other plug-in procedures, you may make use of procedures and constraints (such as "only images with unsaved changes"). Note that this feature exports images to another file format, i.e. it does not mass-save XCF images in their original locations.
46

README.md

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

1717

18-
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.0-RC3) (1.0-RC3, February 13, 2025)
18+
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.0-RC4) (1.0-RC4, March 08, 2025)
1919

2020

2121
## 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-RC3'
18-
c.PLUGIN_VERSION_RELEASE_DATE = 'February 13, 2025'
17+
c.PLUGIN_VERSION = '1.0-RC4'
18+
c.PLUGIN_VERSION_RELEASE_DATE = 'March 08, 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)