diff options
-rw-r--r-- | CHANGELOG.md | 53 |
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 | ||
371 | Initial release on GitHub. | ||