Skip to content

Commit fc4b888

Browse files
committed
Release 1.0-RC3
1 parent 4e2fba3 commit fc4b888

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ paginate: 10
1313
paginate_path: "/news/:num/"
1414

1515
plugin_name: "batcher"
16-
plugin_version: "1.0-RC2"
17-
plugin_version_release_date: "February 10, 2025"
16+
plugin_version: "1.0-RC3"
17+
plugin_version_release_date: "February 13, 2025"
1818
download_zip_suffix: ".zip"
1919
sections_url: "/sections/"
2020
news_url: "/news/"

_posts/2025-02-13-1.0-RC3-released.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: "Batcher 1.0-RC3 Released"
4+
author: "Kamil Burda"
5+
category: news
6+
---
7+
8+
<!-- end of summary -->
9+
10+
* 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).
11+
12+
[Download at GitHub](https://github.com/kamilburda/batcher/releases/tag/1.0-RC3)

dev/_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ paginate: 10
1313
paginate_path: "/news/:num/"
1414

1515
plugin_name: "batcher"
16-
plugin_version: "1.0-RC2"
17-
plugin_version_release_date: "February 10, 2025"
16+
plugin_version: "1.0-RC3"
17+
plugin_version_release_date: "February 13, 2025"
1818
download_zip_suffix: ".zip"
1919
sections_url: "/sections/"
2020
news_url: "/news/"

sections/Installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ navbar_active_tab: Installation
1919

2020
## Linux
2121

22-
An easy way to install any Python plug-in is to use a GIMP installation bundled in Flatpak, which can be downloaded from the [official GIMP page](https://www.gimp.org/downloads/devel/), or an AppImage.
22+
An easy way to install any Python plug-in is to use a GIMP installation bundled as Flatpak or AppImage, which can be downloaded from the [official GIMP page](https://www.gimp.org/downloads/devel/).
2323

2424
1. Make sure you have Python 3.7 or later installed. If not, consult the [Python installation guide](https://wiki.python.org/moin/BeginnersGuide/Download).
2525
2. Locate the folder containing GIMP plug-ins - open GIMP and go to `Edit → Preferences → Folders → Plug-Ins`. If you cannot locate any of the folders on your system, you can add a custom folder.

0 commit comments

Comments
 (0)