aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md50
1 files changed, 49 insertions, 1 deletions
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.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and 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