aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-12-03 09:17:14 +0100
committerArthurHoaro <arthur@hoa.ro>2016-12-03 09:17:14 +0100
commitb92287b698b69d638b4f4dc4abec2aa792f285d2 (patch)
tree19bd1cac6192520d0c1953e359cdc7edd007eb2d /CHANGELOG.md
parent19b3930ff39384fef890fb8949792a07e73151ae (diff)
downloadShaarli-b92287b698b69d638b4f4dc4abec2aa792f285d2.tar.gz
Shaarli-b92287b698b69d638b4f4dc4abec2aa792f285d2.tar.zst
Shaarli-b92287b698b69d638b4f4dc4abec2aa792f285d2.zip
Add latest merged changes to the CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5eeb521a..ffda8a1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,20 +13,31 @@ 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.
23- Docker: explicitly set the maximum file upload size to 10 MiB 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
24 31
25### Fixed 32### Fixed
26- Fix the server `<self>` value in Atom/RSS feeds 33- Fix the server `<self>` value in Atom/RSS feeds
27- Plugins: 34- Plugins:
28 - Tools: only display parameter description when it exists 35 - Tools: only display parameter description when it exists
29 - 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
30- Use absolute URL for hashtags in RSS and ATOM feeds 41- Use absolute URL for hashtags in RSS and ATOM feeds
31- Docker: specify the location of the favicon 42- Docker: specify the location of the favicon
32 43