diff options
-rw-r--r-- | CHANGELOG.md | 33 | ||||
-rw-r--r-- | doc/md/Community-&-Related-software.md | 1 | ||||
-rw-r--r-- | doc/md/Server-requirements.md | 2 |
3 files changed, 33 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b823ba70..47a902f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,11 +4,39 @@ All notable changes to this project will be documented in this file. | |||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | 4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | 5 | and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | 6 | ||
7 | ## [v0.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - UNPUBLISHED | ||
8 | ### Added | ||
9 | - Enable translations: Shaarli is now also available in French. Other language translations are welcome! | ||
10 | - Add EditorConfig configuration | ||
11 | - Add favicons for mobile devices | ||
12 | - Add Alpine Linux arm32v7 Dockerfiles (master, latest) | ||
13 | |||
14 | ### Changed | ||
15 | - Do not write bookmark edition history during file imports (performance) | ||
16 | - Migrate Docker images (master, latest) to Alpine Linux | ||
17 | - Improve unitary tests and code coverage | ||
18 | - Improve thumbnail display | ||
19 | - Improve theme ergonomics | ||
20 | - Improve messages if there is no plugin or parameter available in the admin page | ||
21 | - Increase buffer size for cURL download | ||
22 | - Force HTTPS if the original port is 443 behind a reverse proxy (workaround) | ||
23 | |||
24 | ### Removed | ||
25 | - Remove redirector setting from Configure page | ||
26 | |||
27 | ### Fixed | ||
28 | - Fix broken links in the documentation | ||
29 | - Enable access to `data/user.css` (Apache 2.2 & 2.4) | ||
30 | - Don't URL encode description links if parameter `redirector.encode_url` is set to false | ||
31 | - Fix an issue preventing the Save button to appear for plugin parameters | ||
32 | |||
33 | |||
7 | ## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04 | 34 | ## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04 |
8 | **XSS vulnerability fixed. Please update.** | 35 | **XSS vulnerability fixed. Please update.** |
9 | 36 | ||
10 | ## Security | 37 | ## Security |
11 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` | 38 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` - |
39 | [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249) | ||
12 | 40 | ||
13 | 41 | ||
14 | ## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07 | 42 | ## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07 |
@@ -183,7 +211,8 @@ Theming: | |||
183 | **XSS vulnerability fixed. Please update.** | 211 | **XSS vulnerability fixed. Please update.** |
184 | 212 | ||
185 | ## Security | 213 | ## Security |
186 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` | 214 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` - |
215 | [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249) | ||
187 | 216 | ||
188 | ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04 | 217 | ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04 |
189 | ### Security | 218 | ### Security |
diff --git a/doc/md/Community-&-Related-software.md b/doc/md/Community-&-Related-software.md index 500e3358..207153b6 100644 --- a/doc/md/Community-&-Related-software.md +++ b/doc/md/Community-&-Related-software.md | |||
@@ -16,6 +16,7 @@ See [REST API](REST-API) for a list of official and community clients. | |||
16 | - [twemoji](https://github.com/NerosTie/twemoji) by [@NerosTie](https://github.com/NerosTie): Add colorful emojis to your Shaarli (Twemoji version) | 16 | - [twemoji](https://github.com/NerosTie/twemoji) by [@NerosTie](https://github.com/NerosTie): Add colorful emojis to your Shaarli (Twemoji version) |
17 | - [google analytics](https://github.com/ericjuden/Shaarli-Google-Analytics-Plugin) by [@ericjuden](http://github.com/ericjuden): Adds Google Analytics tracking support | 17 | - [google analytics](https://github.com/ericjuden/Shaarli-Google-Analytics-Plugin) by [@ericjuden](http://github.com/ericjuden): Adds Google Analytics tracking support |
18 | - [launch](https://github.com/ArthurHoaro/launch-plugin) - Launch Plugin is a plugin designed to enhance and customize Launch Theme for Shaarli. | 18 | - [launch](https://github.com/ArthurHoaro/launch-plugin) - Launch Plugin is a plugin designed to enhance and customize Launch Theme for Shaarli. |
19 | - [markdown-toolbar](https://github.com/immanuelfodor/shaarli-markdown-toolbar) by [@immanuelfodor](https://github.com/immanuelfodor) - Easily insert markdown syntax into the Description field when editing a link. | ||
19 | - [related](https://github.com/ilesinge/shaarli-related) by [@ilesinge](https://github.com/ilesinge) - Show related links based on the number of identical tags. | 20 | - [related](https://github.com/ilesinge/shaarli-related) by [@ilesinge](https://github.com/ilesinge) - Show related links based on the number of identical tags. |
20 | - [social](https://github.com/alexisju/social) by [@alexisju](https://github.com/alexisju): share links to social networks. | 21 | - [social](https://github.com/alexisju/social) by [@alexisju](https://github.com/alexisju): share links to social networks. |
21 | - [shaarli2twitter](https://github.com/ArthurHoaro/shaarli2twitter) by [@ArthurHoaro](https://github.com/ArthurHoaro) - Automatically tweet your shared links from Shaarli | 22 | - [shaarli2twitter](https://github.com/ArthurHoaro/shaarli2twitter) by [@ArthurHoaro](https://github.com/ArthurHoaro) - Automatically tweet your shared links from Shaarli |
diff --git a/doc/md/Server-requirements.md b/doc/md/Server-requirements.md index 400b85a9..2dc442df 100644 --- a/doc/md/Server-requirements.md +++ b/doc/md/Server-requirements.md | |||
@@ -35,7 +35,7 @@ Library | Required? | Usage | |||
35 | Extension | Required? | Usage | 35 | Extension | Required? | Usage |
36 | ---|:---:|--- | 36 | ---|:---:|--- |
37 | [`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS | 37 | [`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS |
38 | [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows | multibyte (Unicode) string support | 38 | [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support |
39 | [`php-gd`](http://php.net/manual/en/book.image.php) | optional | thumbnail resizing | 39 | [`php-gd`](http://php.net/manual/en/book.image.php) | optional | thumbnail resizing |
40 | [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`) | 40 | [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`) |
41 | [`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way | 41 | [`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way |