aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-10-18 19:44:19 +0200
committerVirtualTam <virtualtam@flibidi.net>2016-10-18 22:37:52 +0200
commitc47d9723ce9a48b109e791ff7ebbae54ac057d22 (patch)
tree9114531a43119f4001af53408ce5f5c1bd4fdc38 /CHANGELOG.md
parent17c9ac7c35754b607dba2db74b4aa69d1cec335c (diff)
downloadShaarli-c47d9723ce9a48b109e791ff7ebbae54ac057d22.tar.gz
Shaarli-c47d9723ce9a48b109e791ff7ebbae54ac057d22.tar.zst
Shaarli-c47d9723ce9a48b109e791ff7ebbae54ac057d22.zip
CHANGELOG.md: add an UNPUBLISHED draft for v0.8.1
Relates to #663 See http://keepachangelog.com/en/0.3.0/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afcf1381..23128b23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,27 @@ The 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 7
8## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - UNPUBLISHED
9## Added
10- Add CHANGELOG.md to track the whole project's history
11- Save the last edition date for shaares and use it in Atom/RSS feeds
12- Plugins:
13 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks
14 - Allow defining init functions, e.g. for performing checks and error processing
15
16## Changed
17- Cleanup `{loop}` declarations in templates
18
19## Fixed
20- Fix the server `<self>` value in Atom/RSS feeds
21- Plugins:
22 - Tools: only display parameter description when it exists
23 - archive.org: do not propose archival of private notes
24
25## Security
26- Allow whitelisting trusted IPs, else continue banning clients upon login failure
27
28
8## [v0.8.0](https://github.com/shaarli/Shaarli/releases/tag/v0.8.0) - 2016-10-12 29## [v0.8.0](https://github.com/shaarli/Shaarli/releases/tag/v0.8.0) - 2016-10-12
9Shaarli now uses [Composer](https://getcomposer.org/) to handle its dependencies. 30Shaarli now uses [Composer](https://getcomposer.org/) to handle its dependencies.
10Please use our release archives, or follow the 31Please use our release archives, or follow the
@@ -816,7 +837,7 @@ Initial release on GitHub.
816 837
817## [v0.0.11beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) 838## [v0.0.11beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
818### Added 839### Added
819- Add a check and a warning for some hosts which still have `magic`_quotes activated 840- Add a check and a warning for some hosts which still have `magic_quotes` activated
820 841
821 842
822## [v0.0.10beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) 843## [v0.0.10beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)