Releases: kalvn/Shaarli-Material
Releases · kalvn/Shaarli-Material
v0.14.0
v0.12.2
v0.12.1
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
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
v0.10.4
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
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
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
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.