|
| 1 | +# scientific-python-hugo-theme 0.18 |
| 2 | + |
| 3 | +We're happy to announce the release of scientific-python-hugo-theme 0.18! |
| 4 | + |
| 5 | +## Enhancements |
| 6 | + |
| 7 | +- Add image support for dark and light themes ([#599](https://github.com/scientific-python/scientific-python-hugo-theme/pull/599)). |
| 8 | +- Refactor font loading ([#597](https://github.com/scientific-python/scientific-python-hugo-theme/pull/597)). |
| 9 | +- Implement columns for grid items ([#603](https://github.com/scientific-python/scientific-python-hugo-theme/pull/603)). |
| 10 | +- Add integrity check for font-awesome ([#610](https://github.com/scientific-python/scientific-python-hugo-theme/pull/610)). |
| 11 | + |
| 12 | +## Bug Fixes |
| 13 | + |
| 14 | +- Fix grid item ([#604](https://github.com/scientific-python/scientific-python-hugo-theme/pull/604)). |
| 15 | +- Fix breadcrumbs ([#605](https://github.com/scientific-python/scientific-python-hugo-theme/pull/605)). |
| 16 | + |
| 17 | +## Documentation |
| 18 | + |
| 19 | +- Organize into User Guide ([#595](https://github.com/scientific-python/scientific-python-hugo-theme/pull/595)). |
| 20 | +- Document how to add custom html header content ([#613](https://github.com/scientific-python/scientific-python-hugo-theme/pull/613)). |
| 21 | +- Correct link to SciPy's config.yaml file ([#621](https://github.com/scientific-python/scientific-python-hugo-theme/pull/621)). |
| 22 | + |
| 23 | +## Maintenance |
| 24 | + |
| 25 | +- Improve color handling ([#594](https://github.com/scientific-python/scientific-python-hugo-theme/pull/594)). |
| 26 | +- Update hugo ([#608](https://github.com/scientific-python/scientific-python-hugo-theme/pull/608)). |
| 27 | +- Update dart sass ([#609](https://github.com/scientific-python/scientific-python-hugo-theme/pull/609)). |
| 28 | +- Bump pre-commit from 3.7.0 to 3.7.1 ([#617](https://github.com/scientific-python/scientific-python-hugo-theme/pull/617)). |
| 29 | +- fix link in makefile ([#620](https://github.com/scientific-python/scientific-python-hugo-theme/pull/620)). |
| 30 | +- Update pre-commit repos ([#622](https://github.com/scientific-python/scientific-python-hugo-theme/pull/622)). |
| 31 | +- Handle hugo deprecation ([#624](https://github.com/scientific-python/scientific-python-hugo-theme/pull/624)). |
| 32 | +- Update hugo (0.126.2) ([#625](https://github.com/scientific-python/scientific-python-hugo-theme/pull/625)). |
| 33 | +- Update dart sass (1.77.5) ([#626](https://github.com/scientific-python/scientific-python-hugo-theme/pull/626)). |
| 34 | + |
| 35 | +## Contributors |
| 36 | + |
| 37 | +4 authors added to this release (alphabetically): |
| 38 | + |
| 39 | +- Jake Bowhay ([@j-bowhay](https://github.com/j-bowhay)) |
| 40 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 41 | +- Kai Striega ([@Kai-Striega](https://github.com/Kai-Striega)) |
| 42 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 43 | + |
| 44 | +2 reviewers added to this release (alphabetically): |
| 45 | + |
| 46 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 47 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 48 | + |
| 49 | +_These lists are automatically generated, and may not be complete or may contain duplicates._ |
| 50 | + |
1 | 51 | # scientific-python-hugo-theme 0.17
|
2 | 52 |
|
3 | 53 | We're happy to announce the release of scientific-python-hugo-theme 0.17!
|
|
0 commit comments