From 52c7e86578aca7eb845838dd47f7861b818ea2ac Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 28 Jun 2015 01:24:09 +0200 Subject: v0.4 released. --- CHANGELOG.md | 17 ++++++++++++++++- mediawiki.lrdevplugin/Info.lua | 4 ++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac06e0..0139e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # LrMediaWiki changelog -## v0.3.1: Bugfix and beauty (2015-06-07) +## v0.4: Keywords, galleries, updates – and configuration (2015-06-28) + +This release adds a configuration section to the plugin settings dialog. In this +section, you can configure the creation of export snapshots (before: always on), +the creation of export keywords (new feature), an automatic update check on +Lightroom starts (new feature) and logging (before: manual activation in a +Lua file). Hopefully, the next version will be the first stable release v1.0! + +### Fixed issues + + - #24: Add gallery option (enhancement) + - #31: Add configuration section in the export dialog (enhancement) + - #34: Add custom tag when exporting (enhancement) + - #44: Check for new versions after start (enhancement) + +## v0.3.1: Bugfix and beauty (2015-06-27) Fixes some bugs introduced by the last release v0.3 and aligns the export dialog more properly. diff --git a/mediawiki.lrdevplugin/Info.lua b/mediawiki.lrdevplugin/Info.lua index 479385e..bdf1a0b 100755 --- a/mediawiki.lrdevplugin/Info.lua +++ b/mediawiki.lrdevplugin/Info.lua @@ -27,7 +27,7 @@ return { VERSION = { major = 0, - minor = 3, - revision = 1, + minor = 4, + revision = 0, }, } -- cgit v1.2.3