diff options
author | Robin Krahl <me@robin-krahl.de> | 2015-06-28 01:24:09 +0200 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2015-06-28 01:24:09 +0200 |
commit | 52c7e86578aca7eb845838dd47f7861b818ea2ac (patch) | |
tree | 94fe3b827bc7a959e7bc2068dd6ee089d2571042 | |
parent | 9333c4d5cc0c810c3d15ae5494c4f46b4f083cf3 (diff) | |
download | LrMediaWiki-0.4.tar.gz LrMediaWiki-0.4.tar.bz2 |
v0.4 released.v0.4
-rw-r--r-- | CHANGELOG.md | 17 | ||||
-rwxr-xr-x | 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,
},
}
|