v2.9.0
minVersion
The most important change is the theme updating it's minVersion
to Hugo 0.84.0 from Hugo 0.64.0.
This is never a light decision and the last time we did it was January of last year! But in order to maintain retro-compatibility, sometimes you do have to upgrade... (Read about the motivation here)
While this might not break your site yet (unless you're running 0.67.1
or lower), it's strongly encouraged to upgrade your project to Hugo 0.84.0
or newer.
Localization
Dates
If you're using Hugo 0.87.0 and above, the project's dates can be localized using Hugo's date formatting layouts as date_format
parameter
Language Direction
The theme now supports language direction with a layer of dedicated CSS. It also adds the dir
attribute on the HTML if languageDirection
is set.
Other
- Japanese localization has been added.
- The "By {author}" string is now localized. Except for language where it's not applicable, in which case it's absent.
- more localization fixes are listed below.
What's Changed
- Update about page ft img to match demo site by @tlindsay42 in #507
- Use theme repo for demo site by @regisphilibert in #515
- Change section name to section title in summary by @metbril in #520
- Translate for Japanese and add to i18n by @ssatosays in #529
- Remove Section mention from single/page by @regisphilibert in #531
- Localize "By" by @regisphilibert in #530
- Update sv.toml by @besynnerlig in #533
- Add missing French translation by @cbrunet in #538
- Upgrade "minVersion" of theme to 84 by @regisphilibert in #543
- use time.Format to format dates. It allows dates to be localized. by @cbrunet in #537
- Added support for Right-To-Left languages by @MeirKriheli in #532
New Contributors
- @metbril made their first contribution in #520
- @ssatosays made their first contribution in #529
- @besynnerlig made their first contribution in #533
- @cbrunet made their first contribution in #538
- @MeirKriheli made their first contribution in #532
Full Changelog: v2.8.1...v2.9.0