From 6d2313d3a26269e4d49084bbd038855bd74a2309 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 24 Nov 2019 17:10:45 +0100 Subject: Update readme, release 0.14.0 --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89835a2..1dc49e6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Prerequisites Installation ------------ -1. Download stikked from https://github.com/claudehohl/Stikked/tags +1. Download Stikked from https://github.com/claudehohl/Stikked/releases 2. Create a user and database for Stikked 3. Copy application/config/stikked.php.dist to application/config/stikked.php 4. Edit configuration settings in application/config/stikked.php - everything is described there @@ -80,6 +80,21 @@ In the folder doc/, you will find: Changelog --------- +### Version 0.14.0: + +* Rewritten the Docker setup to be simple and clean: + * switch to nginx-alpine, php-fpm-alpine and mariadb + * docker-compose: autobuild php-image for stikked + * serve all files directly (htdocs is mounted instead of copied) + * stikked-configuration for docker resides in docker/stikked.php +* force private-flag when a previously encrypted paste gets pasted public +* Fixed a critical bug that allowed pasting despite captcha +* Various bugfixes and improvements + +#### Upgrade instructions + +Copy your htdocs/application/stikked.php config file away. Upload the new version. Copy it back. + ### Version 0.13.0: * Updated CodeIgniter to 3.1.9 -- cgit v1.2.3