aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23128b23..5bd16dcd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,23 +6,26 @@ and 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 8## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - UNPUBLISHED
9## Added 9### Added
10- Add CHANGELOG.md to track the whole project's history 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 11- Save the last edition date for shaares and use it in Atom/RSS feeds
12- Plugins: 12- Plugins:
13 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks 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 14 - Allow defining init functions, e.g. for performing checks and error processing
15 15
16## Changed 16### Changed
17- Cleanup `{loop}` declarations in templates 17- Cleanup `{loop}` declarations in templates
18- Release archives now have the same structure as GitHub-generated archives:
19 - archives contain a `Shaarli` directory, itself containing sources + dependencies
20 - the tarball is now gzipped
18 21
19## Fixed 22### Fixed
20- Fix the server `<self>` value in Atom/RSS feeds 23- Fix the server `<self>` value in Atom/RSS feeds
21- Plugins: 24- Plugins:
22 - Tools: only display parameter description when it exists 25 - Tools: only display parameter description when it exists
23 - archive.org: do not propose archival of private notes 26 - archive.org: do not propose archival of private notes
24 27
25## Security 28### Security
26- Allow whitelisting trusted IPs, else continue banning clients upon login failure 29- Allow whitelisting trusted IPs, else continue banning clients upon login failure
27 30
28 31