Skip to content

Commit

Permalink
🔖 preparing release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Nov 25, 2023
1 parent e9d7e03 commit f553aaf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/css/compiled/main.css
Original file line number Diff line number Diff line change
@@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Binary file modified images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l1nkr",
"version": "1.7.0",
"version": "1.8.0",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f553aaf

Please sign in to comment.