aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-10-17 18:36:12 +0200
committerVirtualTam <virtualtam@flibidi.net>2016-10-18 19:07:28 +0200
commit31081154b901580a01155fc5ca488e05f1d5a862 (patch)
treecb3fc93fc516d091bf0508effdb29b34b161e4ea /CHANGELOG.md
parent5eb724785209fd0ddf34784be8f872d83208eb54 (diff)
downloadShaarli-31081154b901580a01155fc5ca488e05f1d5a862.tar.gz
Shaarli-31081154b901580a01155fc5ca488e05f1d5a862.tar.zst
Shaarli-31081154b901580a01155fc5ca488e05f1d5a862.zip
CHANGELOG.md: add unpublished Shaarli Community releases
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>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3dd5153..845a42e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -316,3 +316,56 @@ This release has been YANKED as it points to a tag that does not follow our nami
316### Security 316### Security
317- Do not leak server's PHP version and Shaarli's full path on errors 317- Do not leak server's PHP version and Shaarli's full path on errors
318- Prevent Shaarli from sending a lot of duplicate cookies 318- Prevent Shaarli from sending a lot of duplicate cookies
319
320## [v0.0.42beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.42beta) - 2014-07-27
321### Added
322- Add QRCode Javascript library
323- Allow importing bookmarks with the same timestamp (hack)
324- Allow putting a description in the bookmarklet URL
325- Add `json_encode()` implementation for PHP<5.2
326- Highlight search results
327
328### Changed
329- Improve 'Stay signed in' behaviour
330- Improve `smallHash()`
331- Refactor QRCode generation
332- Update Javascript lazyloading
333- Update CSS
334
335### Removed
336- Remove jQuery from almost all pages
337
338### Fixed
339- Fix overlapping tags
340- Fix field foxus in the bookmarklet
341- Fix error message when `data/` is not writable
342- Fix HTML generation
343
344### Security
345- Fix XSS flaw
346
347## [v0.0.41beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.41beta) - 2013-03-08
348### Added
349- Add HTTPS to the allowed protocols
350- Add support for magnet links in link descriptions
351- Allow creating new links as private by default
352- Allow disabling jQuery
353- Check write permissions
354- Check session support before installation
355
356### Changed
357- Improve token security
358- RSS feed: allow inverting links/permalinks
359
360### Fixed
361- Fix display issues during installation
362- Fix popup redirection after login failure
363- Fix RSS formatting for Thunderbird
364- Fix thumbnail creation
365- Fix cache purge
366
367### Security
368- Fix login issue with WebKit browsers
369
370## [v0.0.40beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.40beta) - 2013-02-26
371Initial release on GitHub.