aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* CHANGELOG v0.12.1ArthurHoaro2020-11-121-1/+49
|
* CHANGELOG and AUTHORS for v0.12.0ArthurHoaro2020-10-131-5/+3
|
* CHANGELOG and AUTHORS for v0.12.0-beta-2ArthurHoaro2020-10-081-2/+6
|
* Update CHANGELOG and AUTHORArthurHoaro2020-09-301-5/+15
|
* Changelog for v0.12.0-betaArthurHoaro2020-08-271-0/+60
|
* Changelog v0.11.1ArthurHoaro2019-08-031-0/+12
|
* Changelog and authors for v0.11 releaseArthurHoaro2019-07-271-0/+45
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* Update README, CHANGELOG and AUTHORS for v0.10.4VirtualTam2019-04-161-0/+5
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Update badges, changelog and documentation for v0.10.3VirtualTam2019-02-241-2/+32
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* CHANGELOGArthurHoaro2018-08-111-0/+6
|
* CHANGELOGArthurHoaro2018-08-111-0/+20
|
* v0.10: changelog, authors and dependenciesArthurHoaro2018-07-281-1/+12
|
* Update AUTHORS and CHANGELOGVirtualTam2018-06-201-1/+62
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Documentation: release v0.9.6VirtualTam2018-03-251-0/+7
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* CHANGELOG + AUTHORSArthurHoaro2018-02-021-0/+5
|
* Update CHANGELOGArthurHoaro2018-01-301-1/+4
|
* Update CHANGELOG for the next v0.9.xVirtualTam2018-01-101-0/+27
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Reference CVE-2018-5249 in CHANGELOGVirtualTam2018-01-061-2/+4
| | | | | | Relates to https://github.com/shaarli/Shaarli/pull/1046 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Update CHANGELOG, README badges and installation instructionsVirtualTam2018-01-041-9/+23
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Changelog: link to CVE-2017-15215, give attributionnodiscc2017-10-231-1/+1
|
* Changelog v0.9.2ArthurHoaro2017-10-071-0/+38
|
* migrated Github wiki links to readthedocsWilli Eggeling2017-08-261-1/+1
|
* Update CHANGELOG.md for 0.9.1VirtualTam2017-08-231-0/+51
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Changelog updateArthurHoaro2017-05-071-1/+11
|
* Theme: display shaarli version in the footer when logged inArthurHoaro2017-03-121-0/+1
| | | | Fixes #778
* Update changelogArthurHoaro2017-03-121-0/+8
|
* Link imports are now logged in `data/` folder, and can be debug using ↵ArthurHoaro2017-03-101-0/+1
| | | | | | `dev.debug=true` setting related to #741 and #681
* Add v0.7.1 to CHANGELOG.mdVirtualTam2017-03-081-0/+4
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Update CHANGELOG.mdVirtualTam2017-03-041-7/+18
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Changelog v0.8.3ArthurHoaro2017-01-201-0/+6
|
* v0.8.2 ChangelogArthurHoaro2017-01-161-0/+5
|
* Update ChangelogVirtualTam2017-01-161-4/+36
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-051-1/+4
|
* REST API structure using Slim frameworkArthurHoaro2016-12-151-0/+2
| | | | | | * REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose.
* PHP requirement increased to PHP 5.5 - See #599ArthurHoaro2016-12-151-0/+2
|
* changelog: add release date for v0.8.1 and add section v0.9.0ArthurHoaro2016-12-121-1/+10
|
* changelog updateArthurHoaro2016-12-121-4/+13
|
* Add latest merged changes to the CHANGELOGArthurHoaro2016-12-031-0/+11
|
* Docker: increase maximum file upload size to 10 MiBVirtualTam2016-11-061-0/+2
| | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/681 Changed: - nginx+php-fpm: set maximum upload size to 10 MiB See: - https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size - https://secure.php.net/manual/en/ini.core.php#ini.post-max-size - https://secure.php.net/manual/en/ini.core.php#ini.upload-max-filesize Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Merge pull request #665 from ArthurHoaro/fix/feed-hashtagsVirtualTam2016-10-201-0/+1
|\ | | | | Fix hashtag links in Feeds
| * Fix hashtags links in FeedsArthurHoaro2016-10-201-0/+1
| | | | | | | | Make the hashtag link absolute in feeds to work properly in RSS syndication tools.
* | Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-0/+1
|/
* Travis: enable Composer cacheVirtualTam2016-10-201-0/+1
| | | | | | | | See: - https://docs.travis-ci.com/user/caching/ - https://blog.wyrihaximus.net/2015/07/composer-cache-on-travis/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Update release archive generationVirtualTam2016-10-191-4/+7
| | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/607 Relates to https://github.com/shaarli/Shaarli/pull/608 Modifications: - match the arborescence of the archives provided by GitHub - generate compressed tarballs Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* CHANGELOG.md: add an UNPUBLISHED draft for v0.8.1VirtualTam2016-10-181-1/+22
| | | | | | | Relates to #663 See http://keepachangelog.com/en/0.3.0/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* CHANGELOG.md: improve formatting, fix typosVirtualTam2016-10-181-148/+268
| | | | | | | | | | | | | | | Relates to #663 See http://keepachangelog.com/en/0.3.0/ See http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history Modifications: - keep 2 newlines between each release section - keep reasonable line lengths (< 90 characters) - remove extra final dots (only kept when there are several sentences) - fix typos - reword/rewrite/curate legacy changelog entries Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* CHANGELOG.md: add legacy Shaarli releasesVirtualTam2016-10-181-1/+356
| | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/663 See http://keepachangelog.com/en/0.3.0/ See http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history See http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history&do=revisions See http://sebsauvage.net/rhaa/index.php?q=shaarli These entries correspond to the original (legacy) Shaarli release notes by Sebsauvage. Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* CHANGELOG.md: add unpublished Shaarli Community releasesVirtualTam2016-10-181-0/+53
| | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/663 See http://keepachangelog.com/en/0.3.0/ These entries correspond to the first lightweight tags present on the Shaarli Community repository. As there are no corresponding release (notes), the changelog is based on relevant elements from the Git commit log. Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* CHANGELOG.md: add published Shaarli Community releasesVirtualTam2016-10-181-0/+318
Relates to https://github.com/shaarli/Shaarli/issues/663 See http://keepachangelog.com/en/0.3.0/ This file mirrors the content of the Shaarli release notes available at https://github.com/shaarli/Shaarli/releases Signed-off-by: VirtualTam <virtualtam@flibidi.net>