]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #988 from ArthurHoaro/changelog-0.9.2
authorArthurHoaro <arthur@hoa.ro>
Sat, 7 Oct 2017 10:12:34 +0000 (12:12 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2017 10:12:34 +0000 (12:12 +0200)
Changelog 0.9.2 + AUTHORS

.github/mailmap
AUTHORS
CHANGELOG.md

index 41d91e4758eda026135d1a8d330955558b6b6dd3..bbdb7908fe9f91cddb04ac090fbd1226a1b7cb95 100644 (file)
@@ -11,3 +11,5 @@ Timo Van Neerden <fire@lehollandaisvolant.net> lehollandaisvolant <levoltigeurho
 VirtualTam <virtualtam@flibidi.net> <tamisier.aurelien@gmail.com>
 VirtualTam <virtualtam@flibidi.net> <virtualtam+github@flibidi.net>
 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>
diff --git a/AUTHORS b/AUTHORS
index 2181ec9d9869282b33dc6a3d3dcdddb8993c850d..105561c1ef3c303a28063a68dc1bd82a2b95adec 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,11 +1,13 @@
-   518 ArthurHoaro <arthur@hoa.ro>
-   231 VirtualTam <virtualtam@flibidi.net>
-   147 nodiscc <nodiscc@gmail.com>
+   537 ArthurHoaro <arthur@hoa.ro>
+   252 VirtualTam <virtualtam@flibidi.net>
+   148 nodiscc <nodiscc@gmail.com>
     56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
     15 Florian Eula <eula.florian@gmail.com>
     13 Emilien Klein <emilien@klein.st>
     12 Nicolas Danelon <hi@nicolasmd.com.ar>
+     9 Willi Eggeling <thewilli@gmail.com>
      8 Christophe HENRY <christophe.henry@sbgodin.fr>
+     6 B. van Berkum <dev@dotmpe.com>
      5 Lucas Cimon <lucas.cimon@gmail.com>
      4 Alexandre Alapetite <alexandre@alapetite.fr>
      4 David Sferruzza <david.sferruzza@gmail.com>
@@ -37,6 +39,7 @@
      1 Kevin Canévet <kevin@streamroot.io>
      1 Knah Tsaeb <knah-tsaeb@knah-tsaeb.org>
      1 Lionel Martin <renarddesmers@gmail.com>
+     1 Mark Gerarts <mark.gerarts@gmail.com>
      1 Marsup <marsup@gmail.com>
      1 Sbgodin <Sbgodin@users.noreply.github.com>
      1 TsT <tst2005@gmail.com>
index 60262d564d3983084a96f823a241e64f49d80a8c..120c5d2250ed490ae2feb466a450b9b3ccc5499f 100644 (file)
@@ -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/)
 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
 
 The documentation has been migrated to ReadTheDocs: