Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 1.9.0 #235

Merged
merged 2 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,67 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.9.0]

- support Hexo 7

## [1.8.0]

- support Hexo 6

## [1.7.0]

- update sharp to 0.27.2
- fix rotation problem #136 (thanks @SeriesOfUnlikelyExplanations)

## [1.6.0]

- support Hexo 5
- update dependencies

## [1.5.0]

- support Hexo 4

## [1.4.3]

- replace minimatch with micromatch (thanks @curbengh)

## [1.4.2]

### Changed

- update dependencies
- fixed URLs in package.json

## [1.4.1]

### Changed

- configuration file follows the new sharp API
backward compatibility is preserved though
a compilation warning suggests steps to upgrade config file

## [1.4.0]

### Changed

- update sharp to 0.21
- update bluebird to 3.5.3

## [1.3.0]

### Added

- `quality` option

## [1.2.0]

### Added

- support for sharp API options
- crop
- embed
Expand All @@ -50,27 +71,39 @@ All notable changes to this project will be documented in this file.
- withoutEnlargement

## [1.1.0]

### Added

- `priority` configuration

## [1.0.4]

### Changed

- remove `console.log`

## [1.0.3]

### Added

- add specs
- support for root level assets

## [1.0.2]

### Changed

- decrease after_generate filter priority for better integration with other plugins

## [1.0.1]

### Changed

- renamed to `hexo-filter-responsive-images`
- optimized for `hexo server`

## [1.0.0]

### Added

- Initial version published as `hexo-responsive-images`
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "hexo-filter-responsive-images",
"version": "1.8.0",
"version": "1.9.0",
"description": "Generate multiple version of images for responsive Hexo blogs",
"main": "index.js",
"directories": {
Expand Down
Loading