diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fb480b..95c7be80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,7 +4,8 @@ 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 - beta-1 2020-09-30] | 7 | ## [v0.12.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0-beta) - UNRELEASED |
8 | *[beta 2020-08-27 - beta-1 2020-09-30 - beta-2 2020-10-08]* | ||
8 | 9 | ||
9 | **Save you `data/` folder before updating!** | 10 | **Save you `data/` folder before updating!** |
10 | 11 | ||
@@ -18,7 +19,7 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par | |||
18 | - Japanese translations | 19 | - Japanese translations |
19 | - Japanese translation: add language to admin configuration page | 20 | - Japanese translation: add language to admin configuration page |
20 | - Support for PHP 8.0 | 21 | - Support for PHP 8.0 |
21 | - Support for local anchor URL (startting with `#`) | 22 | - Support for local anchor URL (starting with `#`) |
22 | - LDAP authentication | 23 | - LDAP authentication |
23 | - Encapsulated PageCacheManager | 24 | - Encapsulated PageCacheManager |
24 | - Docs: | 25 | - Docs: |
@@ -30,6 +31,7 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par | |||
30 | - Inject BookmarkServiceInterface in plugins data | 31 | - Inject BookmarkServiceInterface in plugins data |
31 | - Add manual configuration for root URL | 32 | - Add manual configuration for root URL |
32 | - Added PATCH to the allowed Apache request methods. | 33 | - Added PATCH to the allowed Apache request methods. |
34 | - REST API: compatibility with ionos Apache's headers | ||
33 | 35 | ||
34 | ### Changed | 36 | ### Changed |
35 | - Introduce Bookmark object and Service layer | 37 | - Introduce Bookmark object and Service layer |
@@ -42,6 +44,7 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par | |||
42 | - Default colors plugin: generate CSS file during initialization | 44 | - Default colors plugin: generate CSS file during initialization |
43 | - Improve default bookmarks after install | 45 | - Improve default bookmarks after install |
44 | - Upgrade all front end dependencies and webpack build | 46 | - Upgrade all front end dependencies and webpack build |
47 | - Default theme: Make tag cloud/list views buttons more obvious | ||
45 | 48 | ||
46 | ### Fixed | 49 | ### Fixed |
47 | - Undefined index: thumbnail in daily page | 50 | - Undefined index: thumbnail in daily page |
@@ -66,6 +69,7 @@ Be aware that by using a beta version you might encounter bugs, and that 3rd par | |||
66 | - Outdated Docker documentation for stable branch | 69 | - Outdated Docker documentation for stable branch |
67 | - Outdated links | 70 | - Outdated links |
68 | - Plugin description in meta files | 71 | - Plugin description in meta files |
72 | - docker-compose.yml: pin traefik image to 1.7-alpine | ||
69 | 73 | ||
70 | ### Removed | 74 | ### Removed |
71 | - Markdown plugin | 75 | - Markdown plugin |