Shaarli Material Versions Save

Shaarli Material is a theme for Shaarli, the famous personal, minimalist, super-fast, database free, bookmarking service.

v0.12.1

3 years ago

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.

v0.12.0

3 years ago

Added

  • Support for Shaarli v0.12.0.
  • Support for new page URLs.
  • lang attribute in <html> tag.

Changed

  • Jump from jQuery v1.12.4 to v3.4.1. It lowers browser support to IE9+.
  • Other NPM dependencies updated.

Fixed

  • An issue where the login form couldn't be displayed.
  • An issue where images where overflowing their container when markdown is enabled.

Removed

  • Firefox Social API support.

v0.11.0

4 years ago

Added

  • Batch mode: option to select all links on the page.
  • Batch mode: visibility settings.
  • NPM dependencies updated.

v0.10.4

5 years ago

Added

  • Support of <del> tag in Markdown.

Fixed

  • Unformatted date is now displayed instead of "Invalid date" in some cases when date format is not recognized.

Changed

  • Slight design refresh.
  • Improved search overlay usability.
  • Optimized fonts loading by making text readable while loading.

v0.10.3

5 years ago

Be careful, one important change comes with this release: the build folder is not anymore part of the code repository. So if you use to update the theme with git pull, you now need to do

$ git pull
$ npm install
$ gulp build

This will install build tools and process files. I'll now attach ready-to-use built theme to each release, similarly to what is done for Shaarli.

Known issue: the build process outputs scary errors due to new version of uncss not understanding properly some links containing RainTPL markup. This doesn't prevent it from working properly so you can ignore.

Changed

  • Processed JS and CSS files are not anymore in code repository.
  • Reorganisation of directories in order to keep /material directory clean.
  • Updated dependencies.
  • Updated Gulp to v4.

Removed

  • Bower. Front-end dependencies are now also retrieved with NPM.

v0.10.2-patch.3

5 years ago

Fixed

  • Laggy popup animation.
  • Missing feedback when deleting tag.
  • Error on permalink page due to inexistant variables with Shaarli v0.10.2.

Removed

  • Useless resources.

v0.10.2-patch.2

5 years ago

Fixed

  • HTML class was in the wrong place on picwall page.
  • RainTPL escaping on linklist page.
  • HTML tags are now stripped from Open Graph description.

v0.10.2

5 years ago

Supports Shaarli v0.10.2

Added

  • Thumbnail update page
  • Keyboard shortcut "S" displays search overlay

Fixed

  • Thumbnails on link list and daily pages
  • Daily previous link not disabled properly when on oldest day

v0.9.5

6 years ago

Supports Shaarli v0.9.5.

Changed

  • Optimizes bookmarklet popup size and enables scrollbars

Removed

  • Redirector setting as it was removed from Shaarli core

Fixed

  • Typo in the bottom link counter.

v0.9.3

6 years ago

Supports Shaarli v0.9.3 with an important security fix.

Added

  • New design for The Daily Shaarli

Fixed

  • Now properly applies MATERIAL_COLOR variable