Skip to content

Commit

Permalink
Merge branch 'support-v011'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Apr 8, 2020
2 parents 9c79e88 + 31b56d8 commit fbccc6f
Show file tree
Hide file tree
Showing 8 changed files with 594 additions and 313 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Removes some useless build files.
material/dist/*
!material/dist
#!material/dist

# Removes the user defined template.
material/extra.html
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [v0.11.0](https://github.com/kalvn/Shaarli-Material/releases/tag/v0.11.0) - 2020-04-08
### Added
- Batch mode: option to select all links on the page.
- Batch mode: visibility settings.
- NPM dependencies updated.


## [v0.10.4](https://github.com/kalvn/Shaarli-Material/releases/tag/v0.10.4) - 2019-04-16
### Added
- Support of `<del>` tag in Markdown.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Shaarli Material is a theme for [Shaarli](https://github.com/shaarli/Shaarli), t
## Compatibility
Shaarli Material follows the exact same versions numbers than Shaarli. It means that if you install Shaarli vX.Y.Z, you should use Shaarli Material vX.Y.Z.

Shaarli Material was tested and validated with **Shaarli 0.10.4**.
Shaarli Material was tested and validated with **Shaarli 0.11**.


## Download
Expand Down
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ gulp.task('css', gulp.series('sass', 'csslib', function(){
}))
.pipe(concat('styles.css'))
.pipe(autoprefixer({
browsers: ['last 5 versions', 'ie >= 8'],
cascade: false
}))
.pipe(minifyCSS())
Expand Down
Loading

0 comments on commit fbccc6f

Please sign in to comment.