diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2016-10-19 20:03:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 20:03:47 +0200 |
commit | 918bd5b9122f929268e0979063c4844e85090858 (patch) | |
tree | 16185e53c257a00a84c113c7e0da6a0e98a06fa1 /CHANGELOG.md | |
parent | efd07738541ce350be2a7530a3fbaaf24298230c (diff) | |
parent | ca0ed5ca42fda5b1236fe22dbd596790e9291ab2 (diff) | |
download | Shaarli-918bd5b9122f929268e0979063c4844e85090858.tar.gz Shaarli-918bd5b9122f929268e0979063c4844e85090858.tar.zst Shaarli-918bd5b9122f929268e0979063c4844e85090858.zip |
Merge pull request #661 from virtualtam/release/archive
Update release archive generation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
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 | ||