Skip to content

Commit

Permalink
release [minor]: 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed Apr 30, 2019
1 parent e025d0d commit ab38586
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,34 @@

## [Unreleased]

- ...
...

## [2.7.0] - 2019-05-01

### Added

- Spanish translation improvements
- KaTeX support
- Lastmod in entry footer (config option: `params.settings.showLastmod`)
- German translation improvements
- French translation improvements
- Isso comment system support
- Option to hide entry meta: `hideEntryMeta`
- Header widget area: `header`
- Breadcrumbs widget: `breadcrumbs`
- Vietnamese translation
- Task list styling

### Changed

- Removed forced capitalization (function: `title`)
- Tweak Staticman comment system

### Fixed

- Broken taxonomy term links (Issue #160)
- Search index generation scripts
- Checkbox & Radio input styling

## [2.6.0] - 2018-07-24

Expand Down Expand Up @@ -250,7 +277,8 @@

- Initial stable release

[Unreleased]: https://github.com/MunifTanjim/minimo/compare/2.6.0...HEAD
[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.7.0...HEAD
[2.7.0]: https://github.com/MunifTanjim/minimo/compare/2.6.0...v2.7.0
[2.6.0]: https://github.com/MunifTanjim/minimo/compare/2.5.0...2.6.0
[2.5.0]: https://github.com/MunifTanjim/minimo/compare/2.4.0...2.5.0
[2.4.0]: https://github.com/MunifTanjim/minimo/compare/v2.3.0...2.4.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minimo",
"description": "Minimalist theme for Hugo",
"version": "2.6.0",
"version": "2.7.0",
"author": {
"name": "Munif Tanjim",
"url": "https://muniftanjim.com"
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*****************
# Normalize
*****************/
@import '../../node_modules/normalize.css/normalize.css';
@import '~normalize.css/normalize.css';

/*****************
# Typography
Expand Down

0 comments on commit ab38586

Please sign in to comment.