diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-11-12 13:00:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 13:00:45 +0100 |
commit | a6935feb22df8d9634189ee87d257da9f03eedbd (patch) | |
tree | b8b5241e0ea28a0fd9904b516fcb9f8cb28c1a66 | |
parent | 302662797cb5e8ac6579a99297ceae301f7927a6 (diff) | |
parent | 5a09b5fffd2038a7953197bc38a01060edfd192e (diff) | |
download | Shaarli-a6935feb22df8d9634189ee87d257da9f03eedbd.tar.gz Shaarli-a6935feb22df8d9634189ee87d257da9f03eedbd.tar.zst Shaarli-a6935feb22df8d9634189ee87d257da9f03eedbd.zip |
Merge pull request #1638 from ArthurHoaro/changelog/v0.12.1
CHANGELOG v0.12.1
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | CHANGELOG.md | 50 |
2 files changed, 53 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | 991 ArthurHoaro <arthur@hoa.ro> | 1 | 1097 ArthurHoaro <arthur@hoa.ro> |
2 | 402 VirtualTam <virtualtam@flibidi.net> | 2 | 402 VirtualTam <virtualtam@flibidi.net> |
3 | 294 nodiscc <nodiscc@gmail.com> | 3 | 294 nodiscc <nodiscc@gmail.com> |
4 | 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> | 4 | 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> |
@@ -25,6 +25,7 @@ | |||
25 | 2 Alexandre G.-Raymond <alex@ndre.gr> | 25 | 2 Alexandre G.-Raymond <alex@ndre.gr> |
26 | 2 Chris Kuethe <chris.kuethe@gmail.com> | 26 | 2 Chris Kuethe <chris.kuethe@gmail.com> |
27 | 2 Felix Bartels <felix@host-consultants.de> | 27 | 2 Felix Bartels <felix@host-consultants.de> |
28 | 2 Ganesh Kandu <kanduganesh@gmail.com> | ||
28 | 2 Guillaume Virlet <github@virlet.org> | 29 | 2 Guillaume Virlet <github@virlet.org> |
29 | 2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org> | 30 | 2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org> |
30 | 2 Mathieu Chabanon <git@matchab.fr> | 31 | 2 Mathieu Chabanon <git@matchab.fr> |
@@ -39,6 +40,7 @@ | |||
39 | 2 pips <pips@e5150.fr> | 40 | 2 pips <pips@e5150.fr> |
40 | 2 trailjeep <trailjeep@gmail.com> | 41 | 2 trailjeep <trailjeep@gmail.com> |
41 | 2 yude <yudesleepy@gmail.com> | 42 | 2 yude <yudesleepy@gmail.com> |
43 | 2 yudete <yu@yude.moe> | ||
42 | 1 Adrien Oliva <adrien.oliva@yapbreak.fr> | 44 | 1 Adrien Oliva <adrien.oliva@yapbreak.fr> |
43 | 1 Adrien le Maire <adrien@alemaire.be> | 45 | 1 Adrien le Maire <adrien@alemaire.be> |
44 | 1 Alexis J <alexis@effingo.be> | 46 | 1 Alexis J <alexis@effingo.be> |
@@ -65,6 +67,7 @@ | |||
65 | 1 Kevin Masson <kevin.masson@methodinthemadness.eu> | 67 | 1 Kevin Masson <kevin.masson@methodinthemadness.eu> |
66 | 1 Knah Tsaeb <knah-tsaeb@knah-tsaeb.org> | 68 | 1 Knah Tsaeb <knah-tsaeb@knah-tsaeb.org> |
67 | 1 Lionel Martin <renarddesmers@gmail.com> | 69 | 1 Lionel Martin <renarddesmers@gmail.com> |
70 | 1 Loïc Carr <zizou.xena@gmail.com> | ||
68 | 1 Mark Gerarts <mark.gerarts@gmail.com> | 71 | 1 Mark Gerarts <mark.gerarts@gmail.com> |
69 | 1 Marsup <marsup@gmail.com> | 72 | 1 Marsup <marsup@gmail.com> |
70 | 1 Paul van den Burg <github@paulvandenburg.nl> | 73 | 1 Paul van den Burg <github@paulvandenburg.nl> |
diff --git a/CHANGELOG.md b/CHANGELOG.md index f1686d67..18404049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,7 +4,55 @@ 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.12.1]() - UNRELEASED | 7 | ## [v0.12.2]() - UNRELEASED |
8 | |||
9 | ## [v0.12.1](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0) - 2020-11-12 | ||
10 | |||
11 | > nginx ([#1628](https://github.com/shaarli/Shaarli/pull/1628)) and Apache ([#1630](https://github.com/shaarli/Shaarli/pull/1630)) configurations have been reviewed. It is recommended that you | ||
12 | > update yours using [the documentation](https://shaarli.readthedocs.io/en/master/Server-configuration/). | ||
13 | > Users using official Docker image will receive updated configuration automatically. | ||
14 | |||
15 | ### Added | ||
16 | - Bulk creation of bookmarks | ||
17 | - Server administration tool page (and install page requirements) | ||
18 | - Support any tag separator, not just whitespaces | ||
19 | - Share a private bookmark using a URL with a token | ||
20 | - Add a setting to retrieve bookmark metadata asynchronously (enabled by default) | ||
21 | - Highlight fulltext search results | ||
22 | - Weekly and monthly view/RSS feed for daily page | ||
23 | - MarkdownExtra formatter | ||
24 | - Default formatter: add a setting to disable auto-linkification | ||
25 | - Add mutex on datastore I/O operations to prevent data loss | ||
26 | - PHP 8.0 support | ||
27 | - REST API: allow override of creation and update dates | ||
28 | - Add strict types for bookmarks management | ||
29 | |||
30 | ### Changed | ||
31 | - Improve regex and performances to extract HTML metadata (title, description, etc.) | ||
32 | - Support using Shaarli without URL rewriting (prefix URL with `/index.php/`) | ||
33 | - Improve the "Manage tags" tools page | ||
34 | - Use PSR-3 logger for login attempts | ||
35 | - Move utils classes to Shaarli\Helper namespace and folder | ||
36 | - Include php-simplexml in Docker image | ||
37 | - Raise 404 error instead of 500 if permalink access is denied | ||
38 | - Display error details even with dev.debug set to false | ||
39 | - Reviewed nginx configuration | ||
40 | - Reviewed Apache configuration | ||
41 | - Replace vimeo link in demo bookmarks due to IP ban on the demo instance | ||
42 | - Apply PSR-12 on code base, and add CI check using PHPCS | ||
43 | |||
44 | ### Fixed | ||
45 | - Compatiliby issue on login with PHP 7.1 | ||
46 | - Japanese translations update | ||
47 | - Redirect to referrer after bookmark deletion | ||
48 | - Inject ROOT_PATH in plugin instead of regenerating it everywhere | ||
49 | - Wallabag plugin: minor improvements | ||
50 | - REST API postLink: change relative path to absolute path | ||
51 | - Webpack: fix vintage theme images include | ||
52 | - Docker-compose: fix SSL certificate + add parameter for Docker tag | ||
53 | |||
54 | ### Removed | ||
55 | - `config.json.php` new lines in prefix/suffix to prevent issues with Windows PHP | ||
8 | 56 | ||
9 | ## [v0.12.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0) - 2020-10-13 | 57 | ## [v0.12.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0) - 2020-10-13 |
10 | 58 | ||