aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2015-06-27 14:56:53 +0200
committerRobin Krahl <me@robin-krahl.de>2015-06-27 14:56:53 +0200
commit7789a74444ee778909d0e6ea1a766a121c55ff15 (patch)
tree1cb24df9ff3259ecce361213d03d31df9eda5ca6
parent621a3f63c150b79c3ca996b4ad96d7267bca7e42 (diff)
downloadLrMediaWiki-7789a74444ee778909d0e6ea1a766a121c55ff15.tar.gz
LrMediaWiki-7789a74444ee778909d0e6ea1a766a121c55ff15.tar.bz2
v0.3 released.
-rw-r--r--CHANGELOG.md27
-rwxr-xr-xLICENSE.txt2
-rwxr-xr-xREADME.md4
3 files changed, 29 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b12c153..5163182 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
# LrMediaWiki changelog
+## v0.3: Errors (2015-06-27)
+
+This release adds improved error handling or even avoids errors. For example,
+the error messages for a missing network connection and for API warnings are
+improved. And if the image title contains consecutive spaces or underscores, the
+upload will no longer fail without a proper error message (but succeed!).
+
+Furthermore, the file description template is moved in a dedicated text file
+making it possible to customize it. As some users requested that, the
+permission field is added to the export dialog and a development snapshot is
+created after the export.
+
+### Fixed issues
+
+ - #26: Add snapshot on export (enhancement)
+ - #27: Add permission field to export dialog (enhancement)
+ - #28: Check error message when there is no internet connection (enhancement)
+ - #29: Move file description template into a file and improve the string
+ formatting (enhancement)
+ - #30: Overwrite existing files without adding a description (enhancement)
+ - #36: Improve error messages for API errors (enhancement)
+ - #38: Ensure the image title does not contain consecutive spaces or
+ underscores (enhancement)
+ - #39: Date format (enhancement)
+
## v0.2.3: Bugfix (2014-10-06)
This release fixes a bug that caused all uploads to fail under certain
@@ -13,7 +38,7 @@ dialog.
## v0.2.2: Bundestag (2014-09-08)
This releases brings a few minor changes needed for uploads for the German
-Bundestag project.
+Bundestag project.
### Fixed issues
- #13: Add LrMediaWiki version to upload comments (enhancement)
diff --git a/LICENSE.txt b/LICENSE.txt
index 4d85da0..955762a 100755
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2014 by the LrMediaWiki team (see CREDITS.txt file in the
+Copyright (c) 2014, 2015 by the LrMediaWiki team (see CREDITS.txt file in the
project root directory or [0])
[0] <https://raw.githubusercontent.com/ireas/LrMediaWiki/master/CREDITS.txt>
diff --git a/README.md b/README.md
index 81af0b2..95a0c6b 100755
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ Wikimedia Commons.
## Developer information
LrMediaWiki is developed in Lua using the [Lightroom SDK][lrsdk]. It is
-released under the MIT/X11 license. LrMediaWiki should work with all
-Lightroom 5 installations both on Windows and on Mac OS.
+released under the MIT/X11 license. LrMediaWiki should work with all
+Lightroom 5 and 6 installations both on Windows and on Mac OS.
### Code structure