Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalim19 committed Jun 9, 2018
1 parent 51285ff commit f5bcf28
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
3.2.1
=====

* Added installers for Linux and macOS.
* Pressing the Help button now jumps to the Documentation subpage rather than
the main page of the plug-in.
* Fixed updates to previews not working and info/error messages not disappearing
automatically for GIMP 2.10 on Windows.
* Fixed GIMP version checks causing incorrect behavior of progress bars and
prevented displaying several file extensions available on certain GIMP
versions.

3.2
===

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Features
See the [documentation](https://khalim19.github.io/gimp-plugin-export-layers/sections)
for information about installation, usage and known issues.

[**Download latest release**](https://github.com/khalim19/gimp-plugin-export-layers/releases/tag/3.2) (3.2)
[**Download latest release**](https://github.com/khalim19/gimp-plugin-export-layers/releases/tag/3.2.1) (3.2.1)


Support
Expand Down
3 changes: 2 additions & 1 deletion export_layers/config.py
Expand Up @@ -47,7 +47,8 @@ def init():
pygimplib.config.LOG_MODE = pygimplib.pgconstants.LOG_EXCEPTIONS_ONLY

pygimplib.config.PLUGIN_TITLE = lambda: _("Export Layers")
pygimplib.config.PLUGIN_VERSION = "3.2"
pygimplib.config.PLUGIN_VERSION = "3.2.1"
pygimplib.config.LATEST_PLUGIN_VERSION_RELEASE_DATE = "June 9, 2018"
pygimplib.config.AUTHOR_NAME = "khalim19"
pygimplib.config.AUTHOR_CONTACT = "khalim19@gmail.com"
pygimplib.config.PAGE_URL = "https://khalim19.github.io/gimp-plugin-export-layers"
Expand Down

0 comments on commit f5bcf28

Please sign in to comment.