aboutsummaryrefslogtreecommitdiffhomepage
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
parent7f1bb5553b7427bd3a9e5b119f99c2ac3509c607 (diff)
downloadShaarli-b028f0869f31bbc50922ddabb046e2842664ce74.tar.gz
Shaarli-b028f0869f31bbc50922ddabb046e2842664ce74.tar.zst
Shaarli-b028f0869f31bbc50922ddabb046e2842664ce74.zip
CHANGELOG and AUTHORS for v0.12.0-beta-2
-rw-r--r--AUTHORS6
-rw-r--r--CHANGELOG.md8
2 files changed, 10 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index fe2aa882..7dd0e57d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
1 973 ArthurHoaro <arthur@hoa.ro> 1 989 ArthurHoaro <arthur@hoa.ro>
2 402 VirtualTam <virtualtam@flibidi.net> 2 402 VirtualTam <virtualtam@flibidi.net>
3 291 nodiscc <nodiscc@gmail.com> 3 294 nodiscc <nodiscc@gmail.com>
4 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> 4 56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
5 16 Luce Carević <lcarevic@access42.net> 5 16 Luce Carević <lcarevic@access42.net>
6 15 Florian Eula <eula.florian@gmail.com> 6 15 Florian Eula <eula.florian@gmail.com>
@@ -20,6 +20,7 @@
20 4 Alexandre Alapetite <alexandre@alapetite.fr> 20 4 Alexandre Alapetite <alexandre@alapetite.fr>
21 4 David Sferruzza <david.sferruzza@gmail.com> 21 4 David Sferruzza <david.sferruzza@gmail.com>
22 3 Agurato <mail.vmonot@gmail.com> 22 3 Agurato <mail.vmonot@gmail.com>
23 3 Christoph Stoettner <christoph.stoettner@stoeps.de>
23 3 Teromene <teromene@teromene.fr> 24 3 Teromene <teromene@teromene.fr>
24 2 Alexandre G.-Raymond <alex@ndre.gr> 25 2 Alexandre G.-Raymond <alex@ndre.gr>
25 2 Chris Kuethe <chris.kuethe@gmail.com> 26 2 Chris Kuethe <chris.kuethe@gmail.com>
@@ -78,3 +79,4 @@
78 1 lapineige <lapineige@users.noreply.github.com> 79 1 lapineige <lapineige@users.noreply.github.com>
79 1 owen bell <66233223+xfnw@users.noreply.github.com> 80 1 owen bell <66233223+xfnw@users.noreply.github.com>
80 1 rfolo9li <50079896+rfolo9li@users.noreply.github.com> 81 1 rfolo9li <50079896+rfolo9li@users.noreply.github.com>
82 1 sprak3000 <sprak3000+github@gmail.com>
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