|
| 1 | +# scientific-python-hugo-theme 0.5 |
| 2 | + |
| 3 | +We're happy to announce the release of scientific-python-hugo-theme 0.5! |
| 4 | + |
| 5 | +## Enhancements |
| 6 | + |
| 7 | +- Wrap tabs when screen shrinks ([#396](https://github.com/scientific-python/scientific-python-hugo-theme/pull/396)). |
| 8 | +- Reformat footer without unordered lists ([#399](https://github.com/scientific-python/scientific-python-hugo-theme/pull/399)). |
| 9 | +- Docs: Add tabs shortcode example ([#403](https://github.com/scientific-python/scientific-python-hugo-theme/pull/403)). |
| 10 | +- Docs: Add toctree shortcode docs and render option in the Python script ([#406](https://github.com/scientific-python/scientific-python-hugo-theme/pull/406)). |
| 11 | +- Use PST blockquote styling ([#415](https://github.com/scientific-python/scientific-python-hugo-theme/pull/415)). |
| 12 | +- Allow sites to use local Sass files ([#413](https://github.com/scientific-python/scientific-python-hugo-theme/pull/413)). |
| 13 | + |
| 14 | +## Bug Fixes |
| 15 | + |
| 16 | +- Fix footer column link's styling ([#394](https://github.com/scientific-python/scientific-python-hugo-theme/pull/394)). |
| 17 | +- Do not escape heading anchors unnecessarily ([#400](https://github.com/scientific-python/scientific-python-hugo-theme/pull/400)). |
| 18 | +- Docs: Add tabs shortcode example ([#403](https://github.com/scientific-python/scientific-python-hugo-theme/pull/403)). |
| 19 | +- Fix: (styles.css) .navbar-menu colors ([#407](https://github.com/scientific-python/scientific-python-hugo-theme/pull/407)). |
| 20 | +- Use correct color for tabs border ([#412](https://github.com/scientific-python/scientific-python-hugo-theme/pull/412)). |
| 21 | +- Use border-box sizing ([#417](https://github.com/scientific-python/scientific-python-hugo-theme/pull/417)). |
| 22 | +- Fix: (posts, shortcuts) Adjust width, padding for narrower screens ([#402](https://github.com/scientific-python/scientific-python-hugo-theme/pull/402)). |
| 23 | +- Fix color for footer links on hover ([#423](https://github.com/scientific-python/scientific-python-hugo-theme/pull/423)). |
| 24 | +- Fix bulma burger issues ([#425](https://github.com/scientific-python/scientific-python-hugo-theme/pull/425)). |
| 25 | +- Unify dropdown menu hover color with other links ([#426](https://github.com/scientific-python/scientific-python-hugo-theme/pull/426)). |
| 26 | +- Change/Fix: Include "theme-css/*.scss" files ([#429](https://github.com/scientific-python/scientific-python-hugo-theme/pull/429)). |
| 27 | + |
| 28 | +## Documentation |
| 29 | + |
| 30 | +- Docs: (getstarted.md) Update instructions ([#401](https://github.com/scientific-python/scientific-python-hugo-theme/pull/401)). |
| 31 | +- Docs: Add toctree shortcode docs and render option in the Python script ([#406](https://github.com/scientific-python/scientific-python-hugo-theme/pull/406)). |
| 32 | + |
| 33 | +## Maintenance |
| 34 | + |
| 35 | +- Remove unused keyframes and fadeIn* ([#404](https://github.com/scientific-python/scientific-python-hugo-theme/pull/404)). |
| 36 | +- Remove unused navbar-clone.html ([#408](https://github.com/scientific-python/scientific-python-hugo-theme/pull/408)). |
| 37 | +- Remove unused bulma table, tags, and progress ([#405](https://github.com/scientific-python/scientific-python-hugo-theme/pull/405)). |
| 38 | +- Remove unused team shortcodes ([#409](https://github.com/scientific-python/scientific-python-hugo-theme/pull/409)). |
| 39 | +- Cleanup old bulma css ([#395](https://github.com/scientific-python/scientific-python-hugo-theme/pull/395)). |
| 40 | +- Remove unneeded section styling ([#410](https://github.com/scientific-python/scientific-python-hugo-theme/pull/410)). |
| 41 | +- Remove bulma box-sizing ([#411](https://github.com/scientific-python/scientific-python-hugo-theme/pull/411)). |
| 42 | +- Meta: (.dir-locals.el) Set js-indent-level to 2 ([#419](https://github.com/scientific-python/scientific-python-hugo-theme/pull/419)). |
| 43 | +- Navbar clone cleanup ([#421](https://github.com/scientific-python/scientific-python-hugo-theme/pull/421)). |
| 44 | +- Remove style for unused bulma classes ([#422](https://github.com/scientific-python/scientific-python-hugo-theme/pull/422)). |
| 45 | +- Avoid duplicate css extension ([#424](https://github.com/scientific-python/scientific-python-hugo-theme/pull/424)). |
| 46 | +- Allow disabling dark mode in configuration ([#420](https://github.com/scientific-python/scientific-python-hugo-theme/pull/420)). |
| 47 | +- Use old style label-check action ([#427](https://github.com/scientific-python/scientific-python-hugo-theme/pull/427)). |
| 48 | +- Consolidate navbar CSS ([#428](https://github.com/scientific-python/scientific-python-hugo-theme/pull/428)). |
| 49 | +- Update hugo ([#430](https://github.com/scientific-python/scientific-python-hugo-theme/pull/430)). |
| 50 | + |
| 51 | +## Contributors |
| 52 | + |
| 53 | +3 authors added to this release (alphabetically): |
| 54 | + |
| 55 | +- Adam Porter ([@alphapapa](https://github.com/alphapapa)) |
| 56 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 57 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 58 | + |
| 59 | +3 reviewers added to this release (alphabetically): |
| 60 | + |
| 61 | +- Adam Porter ([@alphapapa](https://github.com/alphapapa)) |
| 62 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 63 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 64 | + |
| 65 | +_These lists are automatically generated, and may not be complete or may contain duplicates._ |
| 66 | + |
1 | 67 | # scientific-python-hugo-theme 0.4 |
2 | 68 |
|
3 | 69 | We're happy to announce the release of scientific-python-hugo-theme 0.4! |
|
0 commit comments