aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-10-08 08:41:30 +0200
committerArthurHoaro <arthur@hoa.ro>2020-10-08 08:41:30 +0200
commitb028f0869f31bbc50922ddabb046e2842664ce74 (patch)
tree7ce904b6f16aee12992ec2935e7c217ea6fe5e66 /CHANGELOG.md
parent7f1bb5553b7427bd3a9e5b119f99c2ac3509c607 (diff)
downloadShaarli-b028f0869f31bbc50922ddabb046e2842664ce74.tar.gz
Shaarli-b028f0869f31bbc50922ddabb046e2842664ce74.tar.zst
Shaarli-b028f0869f31bbc50922ddabb046e2842664ce74.zip
CHANGELOG and AUTHORS for v0.12.0-beta-2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
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.
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.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