Skip to content

Commit

Permalink
Updates changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Mar 29, 2019
1 parent 334bc0a commit 7290c51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v?.?.?
## 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

```bash
Expand All @@ -27,6 +27,16 @@ This will install build tools and process files. I'll now attach ready-to-use bu
- Bower. Front-end dependencies are now also retrieved with NPM.


## [v0.10.2-patch.3](https://github.com/kalvn/Shaarli-Material/releases/tag/v0.10.2-patch.3) - 2019-01-12
### 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](https://github.com/kalvn/Shaarli-Material/releases/tag/v0.10.2-patch.2) - 2018-11-06
### Fixed
- HTML class added in the wrong place.
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.2**.
Shaarli Material was tested and validated with **Shaarli 0.10.3**.


## Download
Expand Down

0 comments on commit 7290c51

Please sign in to comment.