Update readme, release 0.14.0

This commit is contained in:
Claude 2019-11-24 17:10:45 +01:00
parent 0d3efb00f9
commit 6d2313d3a2

View File

@ -41,7 +41,7 @@ Prerequisites
Installation 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 2. Create a user and database for Stikked
3. Copy application/config/stikked.php.dist to application/config/stikked.php 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 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 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: ### Version 0.13.0:
* Updated CodeIgniter to 3.1.9 * Updated CodeIgniter to 3.1.9