diff options
-rw-r--r-- | CHANGELOG.md | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index abf802ea..4bae5b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,66 @@ 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.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0-beta) - UNRELEASED [beta 2020-08-27] | ||
8 | |||
9 | **Save you `data/` folder before updating!** | ||
10 | |||
11 | This is a beta version containing major changes, including new URLs for Shaarli and datastore format update. | ||
12 | Be aware that by using a beta version you might encounter bugs, and that 3rd party themes or plugins might not be compatible. | ||
13 | |||
14 | ### Added | ||
15 | - Thumbnailer: add soundcloud.com to list of common media domains | ||
16 | - Markdown rendering is now integrated into Shaarli core | ||
17 | - Add autofocus on tag cloud filter input | ||
18 | - Japanese translations | ||
19 | - Support for local anchor URL (startting with `#`) | ||
20 | - LDAP authentication | ||
21 | - Encapsulated PageCacheManager | ||
22 | - Docs: | ||
23 | - add screenshots of all pages | ||
24 | - section about mkdocs | ||
25 | - Ulauncher extension | ||
26 | - CI: run against PHP 7.4 | ||
27 | |||
28 | ### Changed | ||
29 | - Introduce Bookmark object and Service layer | ||
30 | - Save bookmark as objects in the datastore | ||
31 | - Handle bookmark as objects across the whole codebase (except templates and plugins) | ||
32 | - Process all Shaarli page through Slim controller, with proper URL rewriting (see #1516) | ||
33 | - ATOM feed: use instance name as author name instead of URL | ||
34 | - Updated French translation | ||
35 | - Docs: | ||
36 | - Troubleshooting page rewritten | ||
37 | - Updated unit tests page | ||
38 | - Updated Server security page | ||
39 | |||
40 | ### Fixed | ||
41 | - Undefined index: thumbnail in daily page | ||
42 | - Undefined index: thumbnail on OpenGraph headers | ||
43 | - Undefined index: updated on linklist | ||
44 | - Make sure that bookmark sort is consistent, even with equal timestamps | ||
45 | - Code PHP version check as requirement bumped to PHP 7.1 | ||
46 | - Thumbnail images lazy loading | ||
47 | - Markdown plugin: fix RSS feed direct link reverse | ||
48 | - Fix RSS permalink included in Markdown bloc | ||
49 | - Demo plugin: multiple typos | ||
50 | - Makefile target for releases | ||
51 | - Makefile target for html documentation | ||
52 | - Session cookie setting being set while session is active | ||
53 | - Deprecated use of implode | ||
54 | - Division by zero in tag cloud | ||
55 | - CI: deprecated linux distribution and sudo directive | ||
56 | - Docker build: gcc is no longer included in python alpine image | ||
57 | - Docs: | ||
58 | - Outdated Docker documentation for stable branch | ||
59 | - Outdated links | ||
60 | - Plugin description in meta files | ||
61 | |||
62 | ### Removed | ||
63 | - Markdown plugin | ||
64 | - Docs: | ||
65 | - emojione & twemoji removed | ||
66 | |||
7 | ## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03 | 67 | ## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03 |
8 | 68 | ||
9 | Release to fix broken Docker build on the latest version. | 69 | Release to fix broken Docker build on the latest version. |