-version 2.1 alpha - Guardian of Fire - (tba)
+version 2.1 alpha - Guardian of Fire - (2019-09-29)
 
        * cleanups
-       * edit area for a bookmark 
+       * edit area for a bookmark
        * documentation and sql setup cleanup
        * new design with bulma.css (https://bulma.io/)
        * added SEO information to "prevent" crawling and a robots.txt file
        * new option to restrict access via http basic auth.
        * very simple user authentication based on http basic auth.
                Needs improvement in further releases
+       * using mysql transactions
+       * working with new MySQL (5.7) version
+       * Image from parsed link info can now be stored
 
 version 2.0alpha - Bright Crucible - (2017-01-05)
 
 
 Insipid is a web-based bookmark manager similar to the Delicious service.
 
-https://www.bananas-playground.net/projekt/insipid/
\ No newline at end of file
+https://www.bananas-playground.net/projekt/insipid/
+
+Documentation can be found in the documentation folder of each release.
 
-2.1 alpha - Guardian of Fire - (tba)
+2.1 alpha - Guardian of Fire - (2019-09-29)
 
 Unpack the archive
 
 4.
-Modify webroot/config.default.php and rename it to webroot/config.php
+Modify webroot/config.default.php and copy it to webroot/config.php
 
 5.
 Copy and modify documentation/insipid-edit-me.sql and replace the placeholder.
 
 8.
 Copy the content of the webroot folder into your webserver folder.
+Make the localdata folder writable to the web process to store images from link parsing.
+LOCAL_STORAGE is the option in the config file.
 
 9.
 If you want to fully restrict your contents activate the user/password restriction in the config.
 
 Apache (2 and up) with PHP extension (+imap if you us the email importer)
-PHP (5 and up) with MySQL extension -> mysqli; curl enabled
-MySQL database 5.6.x and up
\ No newline at end of file
+PHP (7 and up) with MySQL extension -> mysqli; curl enabled
+MySQL database 5.6.x and up