Skip to content

Commit c48b612

Browse files
committed
Designate 0.5 release
1 parent 1fe0b29 commit c48b612

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
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+
167
# scientific-python-hugo-theme 0.4
268

369
We're happy to announce the release of scientific-python-hugo-theme 0.4!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scientific-python-hugo-theme"
3-
version = "0.5rc1.dev0"
3+
version = "0.5"
44

55
[tool.changelist]
66
# Profiles that are excluded from the contributor list.

0 commit comments

Comments
 (0)