diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bae5b48..e2fb480b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,7 +4,7 @@ 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] | 7 | ## [v0.12.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0-beta) - UNRELEASED [beta 2020-08-27 - beta-1 2020-09-30] |
8 | 8 | ||
9 | **Save you `data/` folder before updating!** | 9 | **Save you `data/` folder before updating!** |
10 | 10 | ||
@@ -16,6 +16,8 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par | |||
16 | - Markdown rendering is now integrated into Shaarli core | 16 | - Markdown rendering is now integrated into Shaarli core |
17 | - Add autofocus on tag cloud filter input | 17 | - Add autofocus on tag cloud filter input |
18 | - Japanese translations | 18 | - Japanese translations |
19 | - Japanese translation: add language to admin configuration page | ||
20 | - Support for PHP 8.0 | ||
19 | - Support for local anchor URL (startting with `#`) | 21 | - Support for local anchor URL (startting with `#`) |
20 | - LDAP authentication | 22 | - LDAP authentication |
21 | - Encapsulated PageCacheManager | 23 | - Encapsulated PageCacheManager |
@@ -24,18 +26,22 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par | |||
24 | - section about mkdocs | 26 | - section about mkdocs |
25 | - Ulauncher extension | 27 | - Ulauncher extension |
26 | - CI: run against PHP 7.4 | 28 | - CI: run against PHP 7.4 |
29 | - Added $links_per_page variable to template and display on default | ||
30 | - Inject BookmarkServiceInterface in plugins data | ||
31 | - Add manual configuration for root URL | ||
32 | - Added PATCH to the allowed Apache request methods. | ||
27 | 33 | ||
28 | ### Changed | 34 | ### Changed |
29 | - Introduce Bookmark object and Service layer | 35 | - Introduce Bookmark object and Service layer |
30 | - Save bookmark as objects in the datastore | 36 | - Save bookmark as objects in the datastore |
31 | - Handle bookmark as objects across the whole codebase (except templates and plugins) | 37 | - 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) | 38 | - Process all Shaarli page through Slim controller, with proper URL rewriting (see #1516) |
39 | - Docs: the entire documentation has been reviewed, updated and improved, thanks to @nodiscc! | ||
33 | - ATOM feed: use instance name as author name instead of URL | 40 | - ATOM feed: use instance name as author name instead of URL |
34 | - Updated French translation | 41 | - Updated French translation |
35 | - Docs: | 42 | - Default colors plugin: generate CSS file during initialization |
36 | - Troubleshooting page rewritten | 43 | - Improve default bookmarks after install |
37 | - Updated unit tests page | 44 | - Upgrade all front end dependencies and webpack build |
38 | - Updated Server security page | ||
39 | 45 | ||
40 | ### Fixed | 46 | ### Fixed |
41 | - Undefined index: thumbnail in daily page | 47 | - Undefined index: thumbnail in daily page |
@@ -54,6 +60,8 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par | |||
54 | - Division by zero in tag cloud | 60 | - Division by zero in tag cloud |
55 | - CI: deprecated linux distribution and sudo directive | 61 | - CI: deprecated linux distribution and sudo directive |
56 | - Docker build: gcc is no longer included in python alpine image | 62 | - Docker build: gcc is no longer included in python alpine image |
63 | - Default template: display pin button in mobile view | ||
64 | - Pinned bookmarks are not longer displayed first in ATOM/RSS feeds | ||
57 | - Docs: | 65 | - Docs: |
58 | - Outdated Docker documentation for stable branch | 66 | - Outdated Docker documentation for stable branch |
59 | - Outdated links | 67 | - Outdated links |
@@ -63,6 +71,8 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par | |||
63 | - Markdown plugin | 71 | - Markdown plugin |
64 | - Docs: | 72 | - Docs: |
65 | - emojione & twemoji removed | 73 | - emojione & twemoji removed |
74 | - Makefile: remove static_analysis_summary from all: target | ||
75 | - doc/Makefile: remove references to composer update | ||
66 | 76 | ||
67 | ## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03 | 77 | ## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03 |
68 | 78 | ||