Skip to content

Commit a37a8bf

Browse files
committed
Release 1.0.2
1 parent 7b2264d commit a37a8bf

File tree

4 files changed

+30
-16
lines changed

4 files changed

+30
-16
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
2+
3+
### April 01, 2025
24

35
* Added Dutch translation (thanks to @DiGro).
46
* Updated German translation (thanks to @ChrisLauinger77).

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.1) (1.0.1, March 29, 2025)
16+
## [Download latest release](https://github.com/kamilburda/batcher/releases/tag/1.0.2) (1.0.2, April 01, 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.1'
18-
c.PLUGIN_VERSION_RELEASE_DATE = 'March 29, 2025'
17+
c.PLUGIN_VERSION = '1.0.2'
18+
c.PLUGIN_VERSION_RELEASE_DATE = 'April 01, 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: 24 additions & 12 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.1\n"
9+
"Project-Id-Version: 'batcher' 1.0.2\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-29 17:01+0100\n"
11+
"POT-Creation-Date: 2025-04-01 20:58+0200\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"
@@ -944,44 +944,44 @@ msgstr ""
944944
msgid "Rename to \"{}\""
945945
msgstr ""
946946

947-
#: ../../batcher/src/gui/main/action_lists.py:504
947+
#: ../../batcher/src/gui/main/action_lists.py:505
948948
msgid "Export as {}"
949949
msgstr ""
950950

951-
#: ../../batcher/src/gui/main/action_lists.py:506
951+
#: ../../batcher/src/gui/main/action_lists.py:507
952952
msgid "Also export as {}"
953953
msgstr ""
954954

955-
#: ../../batcher/src/gui/main/action_lists.py:581
955+
#: ../../batcher/src/gui/main/action_lists.py:582
956956
msgid "Starting with \"{}\""
957957
msgstr ""
958958

959-
#: ../../batcher/src/gui/main/action_lists.py:583
959+
#: ../../batcher/src/gui/main/action_lists.py:584
960960
msgid "Starting with any text"
961961
msgstr ""
962962

963-
#: ../../batcher/src/gui/main/action_lists.py:586
963+
#: ../../batcher/src/gui/main/action_lists.py:587
964964
msgid "Containing \"{}\""
965965
msgstr ""
966966

967-
#: ../../batcher/src/gui/main/action_lists.py:588
967+
#: ../../batcher/src/gui/main/action_lists.py:589
968968
msgid "Containing any text"
969969
msgstr ""
970970

971-
#: ../../batcher/src/gui/main/action_lists.py:591
971+
#: ../../batcher/src/gui/main/action_lists.py:592
972972
msgid "Ending with \"{}\""
973973
msgstr ""
974974

975-
#: ../../batcher/src/gui/main/action_lists.py:593
975+
#: ../../batcher/src/gui/main/action_lists.py:594
976976
msgid "Ending with any text"
977977
msgstr ""
978978

979-
#: ../../batcher/src/gui/main/action_lists.py:595
979+
#: ../../batcher/src/gui/main/action_lists.py:596
980980
msgid "Matching pattern \"{}\""
981981
msgstr ""
982982

983983
#. FOR TRANSLATORS: Think of "case-insensitive matching" when translating this
984-
#: ../../batcher/src/gui/main/action_lists.py:600
984+
#: ../../batcher/src/gui/main/action_lists.py:601
985985
msgid " (case-insensitive)"
986986
msgstr ""
987987

@@ -1095,6 +1095,13 @@ msgid ""
10951095
"You are about to add more than {} files. Are you sure you want to continue?"
10961096
msgstr ""
10971097

1098+
#: ../../batcher/src/gui/main/previews.py:388
1099+
msgid ""
1100+
"<b>WARNING:</b> You are about to add more than {} files. To be on the safe "
1101+
"side, check if you added the files or folders you really wanted. Do you want "
1102+
"to continue?"
1103+
msgstr ""
1104+
10981105
#: ../../batcher/src/gui/main/previews.py:443
10991106
msgid "Yes"
11001107
msgstr ""
@@ -1156,6 +1163,11 @@ msgstr ""
11561163
msgid "Settings successfully saved."
11571164
msgstr ""
11581165

1166+
#: ../../batcher/src/gui/main/settings_manager.py:246
1167+
msgid ""
1168+
"Failed to load settings from file \"{}\". Settings must be reset completely."
1169+
msgstr ""
1170+
11591171
#: ../../batcher/src/gui/main/settings_manager.py:263
11601172
msgid "Load Settings from File"
11611173
msgstr ""

0 commit comments

Comments
 (0)