aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md39
1 files changed, 35 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d42d6a75..21d5436c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,19 @@ 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 8## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - UNPUBLISHED
9
10### Added
11
12### Changed
13
14### Fixed
15
16
17## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12
18
19> Note: this version will create an automatic backup of your database if anything goes wrong.
20
9### Added 21### Added
10- Add CHANGELOG.md to track the whole project's history 22- Add CHANGELOG.md to track the whole project's history
11- Enable Composer cache for Travis builds 23- Enable Composer cache for Travis builds
@@ -13,20 +25,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13- Plugins: 25- Plugins:
14 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks 26 - 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 27 - Allow defining init functions, e.g. for performing checks and error processing
16 28 - Add a Piwik plugin for analytics.
17### Changed 29 - Markdown: add warning notice regarding HTML rendering
18- Cleanup `{loop}` declarations in templates 30- Meta tag to *not* send the referrer to external resources.
31
32### Changed
33- Link ID complete refactoring:
34 - Links now have a numeric ID instead of dates
35 - Short URLs are now created once and can't change over time (previous URL are kept)
36- Templates:
37 - Changed placeholder behaviour for: `buttons_toolbar`, `fields_toolbar` and `action_plugin`
38 - Cleanup `{loop}` declarations in templates
39 - Tools: hide Firefox Social button when not in HTTPS
40 - Firefox Social: show Shaarli's title when shaaring using Firefox Social
19- Release archives now have the same structure as GitHub-generated archives: 41- Release archives now have the same structure as GitHub-generated archives:
20 - archives contain a `Shaarli` directory, itself containing sources + dependencies 42 - archives contain a `Shaarli` directory, itself containing sources + dependencies
21 - the tarball is now gzipped 43 - the tarball is now gzipped
44- Plugins:
45 - Markdown: Parsedown library is now imported through Composer
22- Minor code cleanup: PHPDoc, spelling, unused variables, etc. 46- Minor code cleanup: PHPDoc, spelling, unused variables, etc.
47- Docker: explicitly set the maximum file upload size to 10 MiB
23 48
24### Fixed 49### Fixed
25- Fix the server `<self>` value in Atom/RSS feeds 50- Fix the server `<self>` value in Atom/RSS feeds
26- Plugins: 51- Plugins:
27 - Tools: only display parameter description when it exists 52 - Tools: only display parameter description when it exists
28 - archive.org: do not propose archival of private notes 53 - archive.org: do not propose archival of private notes
54 - Markdown:
55 - render links properly in code blocks
56 - bug regarding the `nomarkdown` tag
57 - W3C compliance
29- Use absolute URL for hashtags in RSS and ATOM feeds 58- Use absolute URL for hashtags in RSS and ATOM feeds
59- Docker: specify the location of the favicon
60- ATOM feed: remove new line between content tag and data
30 61
31### Security 62### Security
32- Allow whitelisting trusted IPs, else continue banning clients upon login failure 63- Allow whitelisting trusted IPs, else continue banning clients upon login failure