Skip to content

v0.12.1

Latest
Compare
Choose a tag to compare
@kalvn kalvn released this 20 Jan 14:10

Added

  • Support for Shaarli v0.12.1.
  • Async metadata loading when adding a new link.
  • Working with URL rewriting disabled.
  • Highlight searched text in links and tags.
  • Server page which shows you details about your server config.
  • Weekly and Monthly Shaarli, in addition to the Daily.
  • Support for customized tag separator.
  • ESLint to ensure better JS code quality.

Changed

  • Replaced the QR Code JS library from qrcodejs to qrcode.
  • Improved overall localization.
  • Build system from Gulp to Rollup.
  • Redesign of error/warning/success notifications (after saving configuration for example).

Fixed

  • Page unique identification.

Removed

  • config.MATERIAL_DATE_FROMNOW option, in order to greatly reduce JS dependencies size.
  • moment.js JS dependency.
  • Dropped support for IE9 and IE10.