aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-12-12 03:26:56 +0100
committerArthurHoaro <arthur@hoa.ro>2016-12-12 03:26:56 +0100
commit6c1be5bcec2ba1ef1363b8a1144d6397a4a8f1cd (patch)
treee8fe62530e9b301e3c82e56c5d5d403fa449b9c4 /CHANGELOG.md
parent9cf93bcfc53c36e0dd59fcfc717ac483ee74b35a (diff)
downloadShaarli-6c1be5bcec2ba1ef1363b8a1144d6397a4a8f1cd.tar.gz
Shaarli-6c1be5bcec2ba1ef1363b8a1144d6397a4a8f1cd.tar.zst
Shaarli-6c1be5bcec2ba1ef1363b8a1144d6397a4a8f1cd.zip
changelog update
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffda8a1b..29575426 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,10 @@ 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.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1)
9
10> Note: this version will create an automatic backup of your database if anything goes wrong.
11
9### Added 12### Added
10- Add CHANGELOG.md to track the whole project's history 13- Add CHANGELOG.md to track the whole project's history
11- Enable Composer cache for Travis builds 14- Enable Composer cache for Travis builds
@@ -18,7 +21,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18- Meta tag to *not* send the referrer to external resources. 21- Meta tag to *not* send the referrer to external resources.
19 22
20### Changed 23### Changed
21- Cleanup `{loop}` declarations in templates 24- Link ID complete refactoring:
25 - Links now have a numeric ID instead of dates
26 - Short URLs are now created once and can't change over time (previous URL are kept)
27- Templates:
28 - Changed placeholder behaviour for: `buttons_toolbar`, `fields_toolbar` and `action_plugin`
29 - Cleanup `{loop}` declarations in templates
30 - Tools: hide Firefox Social button when not in HTTPS
31 - Firefox Social: show Shaarli's title when shaaring using Firefox Social
22- Release archives now have the same structure as GitHub-generated archives: 32- Release archives now have the same structure as GitHub-generated archives:
23 - archives contain a `Shaarli` directory, itself containing sources + dependencies 33 - archives contain a `Shaarli` directory, itself containing sources + dependencies
24 - the tarball is now gzipped 34 - the tarball is now gzipped
@@ -26,8 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
26 - Markdown: Parsedown library is now imported through Composer 36 - Markdown: Parsedown library is now imported through Composer
27- Minor code cleanup: PHPDoc, spelling, unused variables, etc. 37- Minor code cleanup: PHPDoc, spelling, unused variables, etc.
28- Docker: explicitly set the maximum file upload size to 10 MiB 38- 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
31 39
32### Fixed 40### Fixed
33- Fix the server `<self>` value in Atom/RSS feeds 41- Fix the server `<self>` value in Atom/RSS feeds
@@ -40,6 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
40 - W3C compliance 48 - W3C compliance
41- Use absolute URL for hashtags in RSS and ATOM feeds 49- Use absolute URL for hashtags in RSS and ATOM feeds
42- Docker: specify the location of the favicon 50- Docker: specify the location of the favicon
51- ATOM feed: remove new line between content tag and data
43 52
44### Security 53### Security
45- Allow whitelisting trusted IPs, else continue banning clients upon login failure 54- Allow whitelisting trusted IPs, else continue banning clients upon login failure