Skip to content

Releases: gethinode/hinode

v0.24.9

25 Jun 12:07
6ced457
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v0.24.8...v0.24.9

v0.24.8

22 Jun 17:00
23d051e
Compare
Choose a tag to compare

What's Changed

🎉 New Features

🐛 Bug Fixes

Full Changelog: v0.24.7...v0.24.8

v0.24.7

20 Jun 18:05
7c1a19f
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📦 Dependencies

Full Changelog: v0.24.6...v0.24.7

v0.24.6

19 Jun 06:42
f42722c
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v0.24.5...v0.24.6

v0.24.5

16 Jun 08:10
055614e
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v0.24.4...v0.24.5

v0.24.4

16 Jun 06:15
54f012f
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📦 Dependencies

Full Changelog: v0.24.3...v0.24.4

v0.24.3

12 Jun 06:07
bcf9b8a
Compare
Choose a tag to compare

What's Changed

🎉 New Features

Full Changelog: v0.24.2...v0.24.3

v0.24.2

10 Jun 05:20
e6586b5
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📦 Dependencies

Full Changelog: v0.24.1...v0.24.2

v0.24.1

04 Jun 07:12
deaf9f0
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📦 Dependencies

Full Changelog: v0.24.0...v0.24.1

v0.24.0

03 Jun 11:21
31cf9eb
Compare
Choose a tag to compare

Hinodes uses Hugo’s image processing to preprocess images on the server side. Hugo uses caching to reduce the build time. Despite the caching techniques, the image processing can take significant time, especially on larger sites. An alternative approach is to use a dedicated Digital Asset Manager. Most managers offer an API to transform images on the fly. This release introduces support for several Digital Asset Managers, including Cloudinary, ImageKit.io, and Imgix. The required adapters are configurable. See the docs for more details.

This release introduces several additional changes, such as a new element to switch the color mode. The configuration of Hinode modules has been refactored to ensure these modules are loosely coupled. You might see a deprecation warning when upgrading from a previous Hinode version. In most scenarios, you can simply remove the following values from your site's parameters: core, optional, excludeSCSS, and disableTemplate. See the docs for more information.

What's Changed

❗ Breaking Changes

🚀 Highlights

🎉 New Features

🐛 Bug Fixes

📦 Dependencies

Full Changelog: v0.23.21...v0.24.0