diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-10-08 08:54:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 08:54:19 +0200 |
commit | 3020310dd045b11bb55509050623a5a02c2637e2 (patch) | |
tree | 7ce904b6f16aee12992ec2935e7c217ea6fe5e66 | |
parent | 7f1bb5553b7427bd3a9e5b119f99c2ac3509c607 (diff) | |
parent | b028f0869f31bbc50922ddabb046e2842664ce74 (diff) | |
download | Shaarli-3020310dd045b11bb55509050623a5a02c2637e2.tar.gz Shaarli-3020310dd045b11bb55509050623a5a02c2637e2.tar.zst Shaarli-3020310dd045b11bb55509050623a5a02c2637e2.zip |
Merge pull request #1586 from ArthurHoaro/changelog/v0.12.0-beta-2
CHANGELOG and AUTHORS for v0.12.0-beta-2
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | CHANGELOG.md | 8 |
2 files changed, 10 insertions, 4 deletions
@@ -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. | |||
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 |