aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d42d6a75..ffda8a1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,20 +13,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13- Plugins: 13- Plugins:
14 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks 14 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks
15 - Allow defining init functions, e.g. for performing checks and error processing 15 - Allow defining init functions, e.g. for performing checks and error processing
16 - Add a Piwik plugin for analytics.
17 - Markdown: add warning notice regarding HTML rendering
18- Meta tag to *not* send the referrer to external resources.
16 19
17### Changed 20### Changed
18- Cleanup `{loop}` declarations in templates 21- Cleanup `{loop}` declarations in templates
19- Release archives now have the same structure as GitHub-generated archives: 22- Release archives now have the same structure as GitHub-generated archives:
20 - archives contain a `Shaarli` directory, itself containing sources + dependencies 23 - archives contain a `Shaarli` directory, itself containing sources + dependencies
21 - the tarball is now gzipped 24 - the tarball is now gzipped
25- Plugins:
26 - Markdown: Parsedown library is now imported through Composer
22- Minor code cleanup: PHPDoc, spelling, unused variables, etc. 27- Minor code cleanup: PHPDoc, spelling, unused variables, etc.
28- Docker: explicitly set the maximum file upload size to 10 MiB
29- Tools: hide Firefox Social button when not in HTTPS
30- Firefox Social: show Shaarli's title when shaaring using Firefox Social
23 31
24### Fixed 32### Fixed
25- Fix the server `<self>` value in Atom/RSS feeds 33- Fix the server `<self>` value in Atom/RSS feeds
26- Plugins: 34- Plugins:
27 - Tools: only display parameter description when it exists 35 - Tools: only display parameter description when it exists
28 - archive.org: do not propose archival of private notes 36 - archive.org: do not propose archival of private notes
37 - Markdown:
38 - render links properly in code blocks
39 - bug regarding the `nomarkdown` tag
40 - W3C compliance
29- Use absolute URL for hashtags in RSS and ATOM feeds 41- Use absolute URL for hashtags in RSS and ATOM feeds
42- Docker: specify the location of the favicon
30 43
31### Security 44### Security
32- Allow whitelisting trusted IPs, else continue banning clients upon login failure 45- Allow whitelisting trusted IPs, else continue banning clients upon login failure