diff --git a/.gitignore b/.gitignore index fccd67a..ae8f5df 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ material/extra.html node_modules # Removes the HTML version of README. -README.html \ No newline at end of file +README.html + +# Removes VS Code config that isn't useful for others. +.vscode/settings.json diff --git a/CHANGELOG.md b/CHANGELOG.md index ad128b4..3b11457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.12.2](https://github.com/kalvn/Shaarli-Material/releases/tag/v0.12.2) - 2024-12-23 +### Added +- Support for Shaarli v0.12.2. +- Support for new core plugin ReadItLater. + +### Removed +- Support for Internet Explorer. + + ## [v0.12.1](https://github.com/kalvn/Shaarli-Material/releases/tag/v0.12.1) - 2021-02-10 ### Added - Support for Shaarli v0.12.1.