aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2015-06-28 01:24:09 +0200
committerRobin Krahl <me@robin-krahl.de>2015-06-28 01:24:09 +0200
commit52c7e86578aca7eb845838dd47f7861b818ea2ac (patch)
tree94fe3b827bc7a959e7bc2068dd6ee089d2571042 /CHANGELOG.md
parent9333c4d5cc0c810c3d15ae5494c4f46b4f083cf3 (diff)
downloadLrMediaWiki-52c7e86578aca7eb845838dd47f7861b818ea2ac.tar.gz
LrMediaWiki-52c7e86578aca7eb845838dd47f7861b818ea2ac.tar.bz2
v0.4 released.v0.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 16 insertions, 1 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.