aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-10-07 12:12:34 +0200
committerGitHub <noreply@github.com>2017-10-07 12:12:34 +0200
commita01437f9e1e4fb5a098877b243828bf6f4936562 (patch)
treee4e5101a110eb33bc23c70197d44ca2d001698ca
parentbe9ddff2fb8706ce575e95e8cd64458411895dbe (diff)
parent6770135b0aca9ca3399c74afa6f2f9ce47fd6a05 (diff)
downloadShaarli-a01437f9e1e4fb5a098877b243828bf6f4936562.tar.gz
Shaarli-a01437f9e1e4fb5a098877b243828bf6f4936562.tar.zst
Shaarli-a01437f9e1e4fb5a098877b243828bf6f4936562.zip
Merge pull request #988 from ArthurHoaro/changelog-0.9.2
Changelog 0.9.2 + AUTHORS
-rw-r--r--.github/mailmap2
-rw-r--r--AUTHORS9
-rw-r--r--CHANGELOG.md38
3 files changed, 46 insertions, 3 deletions
diff --git a/.github/mailmap b/.github/mailmap
index 41d91e47..bbdb7908 100644
--- a/.github/mailmap
+++ b/.github/mailmap
@@ -11,3 +11,5 @@ Timo Van Neerden <fire@lehollandaisvolant.net> lehollandaisvolant <levoltigeurho
11VirtualTam <virtualtam@flibidi.net> <tamisier.aurelien@gmail.com> 11VirtualTam <virtualtam@flibidi.net> <tamisier.aurelien@gmail.com>
12VirtualTam <virtualtam@flibidi.net> <virtualtam+github@flibidi.net> 12VirtualTam <virtualtam@flibidi.net> <virtualtam+github@flibidi.net>
13VirtualTam <virtualtam@flibidi.net> <virtualtam@flibidi.org> 13VirtualTam <virtualtam@flibidi.net> <virtualtam@flibidi.org>
14Willi Eggeling <thewilli@gmail.com> <mail@wje-online.de>
15Willi Eggeling <thewilli@gmail.com> <thewilli@users.noreply.github.com>
diff --git a/AUTHORS b/AUTHORS
index 2181ec9d..105561c1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,11 +1,13 @@
1 518 ArthurHoaro <arthur@hoa.ro> 1 537 ArthurHoaro <arthur@hoa.ro>
2 231 VirtualTam <virtualtam@flibidi.net> 2 252 VirtualTam <virtualtam@flibidi.net>
3 147 nodiscc <nodiscc@gmail.com> 3 148 nodiscc <nodiscc@gmail.com>
4 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> 4 56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
5 15 Florian Eula <eula.florian@gmail.com> 5 15 Florian Eula <eula.florian@gmail.com>
6 13 Emilien Klein <emilien@klein.st> 6 13 Emilien Klein <emilien@klein.st>
7 12 Nicolas Danelon <hi@nicolasmd.com.ar> 7 12 Nicolas Danelon <hi@nicolasmd.com.ar>
8 9 Willi Eggeling <thewilli@gmail.com>
8 8 Christophe HENRY <christophe.henry@sbgodin.fr> 9 8 Christophe HENRY <christophe.henry@sbgodin.fr>
10 6 B. van Berkum <dev@dotmpe.com>
9 5 Lucas Cimon <lucas.cimon@gmail.com> 11 5 Lucas Cimon <lucas.cimon@gmail.com>
10 4 Alexandre Alapetite <alexandre@alapetite.fr> 12 4 Alexandre Alapetite <alexandre@alapetite.fr>
11 4 David Sferruzza <david.sferruzza@gmail.com> 13 4 David Sferruzza <david.sferruzza@gmail.com>
@@ -37,6 +39,7 @@
37 1 Kevin Canévet <kevin@streamroot.io> 39 1 Kevin Canévet <kevin@streamroot.io>
38 1 Knah Tsaeb <knah-tsaeb@knah-tsaeb.org> 40 1 Knah Tsaeb <knah-tsaeb@knah-tsaeb.org>
39 1 Lionel Martin <renarddesmers@gmail.com> 41 1 Lionel Martin <renarddesmers@gmail.com>
42 1 Mark Gerarts <mark.gerarts@gmail.com>
40 1 Marsup <marsup@gmail.com> 43 1 Marsup <marsup@gmail.com>
41 1 Sbgodin <Sbgodin@users.noreply.github.com> 44 1 Sbgodin <Sbgodin@users.noreply.github.com>
42 1 TsT <tst2005@gmail.com> 45 1 TsT <tst2005@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60262d56..120c5d22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,44 @@ 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.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07
8
9**Major security issue fixed. Please update.**
10
11### Added
12- Tag search now supports wildcards `*`
13- New setting `privacy.force_login` which can be used with `privacy.hide_public_links` to redirect anonymous users to the login page.
14- New setting `general.default_note_title` used to override default `Note:` title prefix for notes.
15- Add a version hash for asset loading to prevent browser's cache issue
16
17### Changed
18- The "Remember me" checkbox is unchecked by default
19- The default value of the "Remember me" checkbox can be configured under `data/config.json.php`
20
21### Removed
22- Remove obsolete PHP magic quote support
23
24### Fixed
25- Generates a permalink URL if the URL is set to blank
26- Replace links to the old GitHub wiki with ReadTheDocs URIs
27- Use single quotes in the note bookmarklet
28- Daily page if there is no link
29- Bulk link deletion with a single link
30- HTTPS detection behind a reverse proxy
31- Travis tests environment and localization
32- Improve template paths robustness (trailing slash)
33- Robustness: safer gzinflate/zlib usage
34- Description links parsing with parenthesis (without Markdown)
35- Templates:
36 - Sort the tag cloud alphabetically
37 - Firefox social title
38 - Improved visited link color
39 - Fix jumpy textarea with long content in post edit
40
41### Security
42
43- Vulnerability introduced in v0.9.1 fixed.
44
7## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23 45## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23
8 46
9The documentation has been migrated to ReadTheDocs: 47The documentation has been migrated to ReadTheDocs: