Releases: kalvn/Shaarli-Material
Releases · kalvn/Shaarli-Material
v0.9.5
v0.9.3
v0.9.2
Supports Shaarli v0.9.2.
Added
- Unique version hash appended to JS and CSS files to avoid cache issue after an update
- Remember me setting is taken into account
Changed
- Modified referrer policy to
cross-origin
instead oforigin-when-crossorigin
Fixed
- Links in footer
v0.9.1
This release may have major impact on your instance as it removes support for customized colors. Please refer to README and use user.css instead.
Added
- Tag list view
- Creation date when editing a link
- Filter in the toolbar to display only untagged links
- Batch link selection and deletion
- Icons from iconfont in toolbar, Tools page, floating add button, etc.
- 3rd party plugins and application on Tools page
- Icon for notes in link list
Changed
- Plugin error design is better integrated
Removed
- config.MATERIAL_COLOR, config.MATERIAL_COLOR_FOCUS and config.MATERIAL_COLOR_ACTIVE customization options. The first one is still present but only acts on a meta tag in
<head>
. They are replaced bydata/user.css
with an example inuser.example.css
.
Fixed
- Auto-complete plugin for search field is now only initialized once
v0.9.0
v0.8.3
v0.8.2
v0.7.0
v0.6.5
- Supports Shaarli v0.6.5
- Adds colored theme for Android.
- Design updates to be even more Material (modals, animations, configuration switches, etc.)
- Fixes a bug with the new mixed search (terms and tags)
v0.6.3
New features
- Supports Shaarli v0.6.3.
- New plugin admin page, reachable through the settings page
Small improvements
- Ripple effect added on the top left logo
- Pressing ESC key now close the search overlay
- Click on autocomplete fields close the popup (useful when buttons are hidden in search overlay)
- Removes the debug config option
Fixes
- Fixes display issues with the brand new markdown plugin of Shaarli v0.6.3