diff --git a/CHANGELOG.md b/CHANGELOG.md index c7be305..83b5d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [1.8.0] - 2023-11-25 + +### Added +- New monochromatic color scheme option. Set `monochrome: true` in `params.yaml`. + +### Breaking Change + +- Please note the breaking change in `v1.7.0` if you're updating from an older version! + ## [1.7.0] - 2023-11-20 -- Breaking change: Module name changed! +### Breaking Change +- Module name changed! Name changed from `github.com/Chrede88/L1nkr` to `github.com/chrede88/L1nkr`. Update the module name in your site config: `./config/_default/hugo.yaml` and in `go.mod`. ## [1.6.0] - 2023-11-11 @@ -102,7 +112,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Emoji support for a fun design - More than 30 supported brand links -[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.7.0...HEAD +[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.8.0...HEAD +[1.8.0]: https://github.com/Chrede88/L1nkr/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/Chrede88/L1nkr/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/Chrede88/L1nkr/compare/v1.5.3...v1.6.0 [1.5.3]: https://github.com/Chrede88/L1nkr/compare/v1.5.2...v1.5.3 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 8b4db3b..37053dd 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.7.0| MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.8.0| MIT License | https://github.com/Chrede88/L1nkr */ /*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */ diff --git a/assets/css/main.css b/assets/css/main.css index 21e0388..0f30ef4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.7.0| MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.8.0| MIT License | https://github.com/Chrede88/L1nkr */ @tailwind base; @tailwind components; diff --git a/images/screenshot.png b/images/screenshot.png index 7ea785a..e83e32b 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 7ea785a..e83e32b 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/package.json b/package.json index 69e9e5d..bd8410b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "l1nkr", - "version": "1.7.0", + "version": "1.8.0", "description": "L1nkr theme for Hugo", "main": "index.js", "scripts": {