Merge pull request #988 from ArthurHoaro/changelog-0.9.2
Changelog 0.9.2 + AUTHORS
This commit is contained in:
commit
a01437f9e1
3 changed files with 46 additions and 3 deletions
2
.github/mailmap
vendored
2
.github/mailmap
vendored
|
@ -11,3 +11,5 @@ Timo Van Neerden <fire@lehollandaisvolant.net> lehollandaisvolant <levoltigeurho
|
||||||
VirtualTam <virtualtam@flibidi.net> <tamisier.aurelien@gmail.com>
|
VirtualTam <virtualtam@flibidi.net> <tamisier.aurelien@gmail.com>
|
||||||
VirtualTam <virtualtam@flibidi.net> <virtualtam+github@flibidi.net>
|
VirtualTam <virtualtam@flibidi.net> <virtualtam+github@flibidi.net>
|
||||||
VirtualTam <virtualtam@flibidi.net> <virtualtam@flibidi.org>
|
VirtualTam <virtualtam@flibidi.net> <virtualtam@flibidi.org>
|
||||||
|
Willi Eggeling <thewilli@gmail.com> <mail@wje-online.de>
|
||||||
|
Willi Eggeling <thewilli@gmail.com> <thewilli@users.noreply.github.com>
|
||||||
|
|
9
AUTHORS
9
AUTHORS
|
@ -1,11 +1,13 @@
|
||||||
518 ArthurHoaro <arthur@hoa.ro>
|
537 ArthurHoaro <arthur@hoa.ro>
|
||||||
231 VirtualTam <virtualtam@flibidi.net>
|
252 VirtualTam <virtualtam@flibidi.net>
|
||||||
147 nodiscc <nodiscc@gmail.com>
|
148 nodiscc <nodiscc@gmail.com>
|
||||||
56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
|
56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
|
||||||
15 Florian Eula <eula.florian@gmail.com>
|
15 Florian Eula <eula.florian@gmail.com>
|
||||||
13 Emilien Klein <emilien@klein.st>
|
13 Emilien Klein <emilien@klein.st>
|
||||||
12 Nicolas Danelon <hi@nicolasmd.com.ar>
|
12 Nicolas Danelon <hi@nicolasmd.com.ar>
|
||||||
|
9 Willi Eggeling <thewilli@gmail.com>
|
||||||
8 Christophe HENRY <christophe.henry@sbgodin.fr>
|
8 Christophe HENRY <christophe.henry@sbgodin.fr>
|
||||||
|
6 B. van Berkum <dev@dotmpe.com>
|
||||||
5 Lucas Cimon <lucas.cimon@gmail.com>
|
5 Lucas Cimon <lucas.cimon@gmail.com>
|
||||||
4 Alexandre Alapetite <alexandre@alapetite.fr>
|
4 Alexandre Alapetite <alexandre@alapetite.fr>
|
||||||
4 David Sferruzza <david.sferruzza@gmail.com>
|
4 David Sferruzza <david.sferruzza@gmail.com>
|
||||||
|
@ -37,6 +39,7 @@
|
||||||
1 Kevin Canévet <kevin@streamroot.io>
|
1 Kevin Canévet <kevin@streamroot.io>
|
||||||
1 Knah Tsaeb <knah-tsaeb@knah-tsaeb.org>
|
1 Knah Tsaeb <knah-tsaeb@knah-tsaeb.org>
|
||||||
1 Lionel Martin <renarddesmers@gmail.com>
|
1 Lionel Martin <renarddesmers@gmail.com>
|
||||||
|
1 Mark Gerarts <mark.gerarts@gmail.com>
|
||||||
1 Marsup <marsup@gmail.com>
|
1 Marsup <marsup@gmail.com>
|
||||||
1 Sbgodin <Sbgodin@users.noreply.github.com>
|
1 Sbgodin <Sbgodin@users.noreply.github.com>
|
||||||
1 TsT <tst2005@gmail.com>
|
1 TsT <tst2005@gmail.com>
|
||||||
|
|
38
CHANGELOG.md
38
CHANGELOG.md
|
@ -4,6 +4,44 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07
|
||||||
|
|
||||||
|
**Major security issue fixed. Please update.**
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Tag search now supports wildcards `*`
|
||||||
|
- New setting `privacy.force_login` which can be used with `privacy.hide_public_links` to redirect anonymous users to the login page.
|
||||||
|
- New setting `general.default_note_title` used to override default `Note:` title prefix for notes.
|
||||||
|
- Add a version hash for asset loading to prevent browser's cache issue
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- The "Remember me" checkbox is unchecked by default
|
||||||
|
- The default value of the "Remember me" checkbox can be configured under `data/config.json.php`
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Remove obsolete PHP magic quote support
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Generates a permalink URL if the URL is set to blank
|
||||||
|
- Replace links to the old GitHub wiki with ReadTheDocs URIs
|
||||||
|
- Use single quotes in the note bookmarklet
|
||||||
|
- Daily page if there is no link
|
||||||
|
- Bulk link deletion with a single link
|
||||||
|
- HTTPS detection behind a reverse proxy
|
||||||
|
- Travis tests environment and localization
|
||||||
|
- Improve template paths robustness (trailing slash)
|
||||||
|
- Robustness: safer gzinflate/zlib usage
|
||||||
|
- Description links parsing with parenthesis (without Markdown)
|
||||||
|
- Templates:
|
||||||
|
- Sort the tag cloud alphabetically
|
||||||
|
- Firefox social title
|
||||||
|
- Improved visited link color
|
||||||
|
- Fix jumpy textarea with long content in post edit
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Vulnerability introduced in v0.9.1 fixed.
|
||||||
|
|
||||||
## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23
|
## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23
|
||||||
|
|
||||||
The documentation has been migrated to ReadTheDocs:
|
The documentation has been migrated to ReadTheDocs:
|
||||||
|
|
Loading…
Reference in a new issue