Skip to content

Commit aef1f5c

Browse files
committed
Designate 0.4 release
1 parent 8889e7b commit aef1f5c

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,78 @@
1+
# scientific-python-hugo-theme 0.4
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.4!
4+
5+
## Enhancements
6+
7+
- Use box-shadow feature boxes ([#344](https://github.com/scientific-python/scientific-python-hugo-theme/pull/344)).
8+
- Upstream blog formatting ([#348](https://github.com/scientific-python/scientific-python-hugo-theme/pull/348)).
9+
- Improve blog post metadata rendering ([#357](https://github.com/scientific-python/scientific-python-hugo-theme/pull/357)).
10+
- Use pst-color-text-muted (not colorSecondaryDark) ([#360](https://github.com/scientific-python/scientific-python-hugo-theme/pull/360)).
11+
- Remove navbar clone; instead render navbar using `position: sticky` ([#358](https://github.com/scientific-python/scientific-python-hugo-theme/pull/358)).
12+
- Reduce flashing on page load ([#359](https://github.com/scientific-python/scientific-python-hugo-theme/pull/359)).
13+
- Move shortcuts to top of container ([#362](https://github.com/scientific-python/scientific-python-hugo-theme/pull/362)).
14+
- Add blog CSS ([#367](https://github.com/scientific-python/scientific-python-hugo-theme/pull/367)).
15+
- Add details shortcode ([#370](https://github.com/scientific-python/scientific-python-hugo-theme/pull/370)).
16+
- Stick footer to bottom ([#369](https://github.com/scientific-python/scientific-python-hugo-theme/pull/369)).
17+
- Make button respond to hover and delete cruft ([#373](https://github.com/scientific-python/scientific-python-hugo-theme/pull/373)).
18+
- Use mathjax ([#366](https://github.com/scientific-python/scientific-python-hugo-theme/pull/366)).
19+
- Add tabs/tab shortcodes ([#380](https://github.com/scientific-python/scientific-python-hugo-theme/pull/380)).
20+
- Use PST lists styling ([#383](https://github.com/scientific-python/scientific-python-hugo-theme/pull/383)).
21+
- Simplify panel styling ([#381](https://github.com/scientific-python/scientific-python-hugo-theme/pull/381)).
22+
- Add: "More" links after post summaries ([#391](https://github.com/scientific-python/scientific-python-hugo-theme/pull/391)).
23+
- Tabs tidy and shortcuts ([#387](https://github.com/scientific-python/scientific-python-hugo-theme/pull/387)).
24+
25+
## Bug Fixes
26+
27+
- Move section shortcuts to LHS ([#346](https://github.com/scientific-python/scientific-python-hugo-theme/pull/346)).
28+
- Team gallery: use less general CSS class names ([#356](https://github.com/scientific-python/scientific-python-hugo-theme/pull/356)).
29+
- In footer, derive copyright from author name ([#374](https://github.com/scientific-python/scientific-python-hugo-theme/pull/374)).
30+
- Avoid narrow shrinking of posts on wide screens ([#375](https://github.com/scientific-python/scientific-python-hugo-theme/pull/375)).
31+
- Fix tabs' borders ([#386](https://github.com/scientific-python/scientific-python-hugo-theme/pull/386)).
32+
33+
## Documentation
34+
35+
- Document release process ([#342](https://github.com/scientific-python/scientific-python-hugo-theme/pull/342)).
36+
- Fix Scientific Python font in header; also illustrates using custom CSS ([#377](https://github.com/scientific-python/scientific-python-hugo-theme/pull/377)).
37+
38+
## Maintenance
39+
40+
- Ignore bot contributions ([#343](https://github.com/scientific-python/scientific-python-hugo-theme/pull/343)).
41+
- Remove bulma subheading styling ([#347](https://github.com/scientific-python/scientific-python-hugo-theme/pull/347)).
42+
- Update mermaid (10.6.0) ([#351](https://github.com/scientific-python/scientific-python-hugo-theme/pull/351)).
43+
- Update font-awesome ([#352](https://github.com/scientific-python/scientific-python-hugo-theme/pull/352)).
44+
- Cleanup CSS ([#350](https://github.com/scientific-python/scientific-python-hugo-theme/pull/350)).
45+
- Add back tag cloud removed by accident ([#364](https://github.com/scientific-python/scientific-python-hugo-theme/pull/364)).
46+
- Add back featuredImage that was removed by accident ([#363](https://github.com/scientific-python/scientific-python-hugo-theme/pull/363)).
47+
- Cleanup colors ([#371](https://github.com/scientific-python/scientific-python-hugo-theme/pull/371)).
48+
- Update theme gallery classes ([#372](https://github.com/scientific-python/scientific-python-hugo-theme/pull/372)).
49+
- Do label check after first review ([#376](https://github.com/scientific-python/scientific-python-hugo-theme/pull/376)).
50+
- Remove unused styles ([#379](https://github.com/scientific-python/scientific-python-hugo-theme/pull/379)).
51+
- Remove unused bulman is-light ([#384](https://github.com/scientific-python/scientific-python-hugo-theme/pull/384)).
52+
- [pre-commit.ci] pre-commit autoupdate ([#385](https://github.com/scientific-python/scientific-python-hugo-theme/pull/385)).
53+
- Change: (Makefile) Clone site repos shallowly ([#389](https://github.com/scientific-python/scientific-python-hugo-theme/pull/389)).
54+
55+
## Other
56+
57+
- Use standard font size for key features box ([#378](https://github.com/scientific-python/scientific-python-hugo-theme/pull/378)).
58+
- Fix tab styling and add user_guide stub ([#382](https://github.com/scientific-python/scientific-python-hugo-theme/pull/382)).
59+
60+
## Contributors
61+
62+
3 authors added to this release (alphabetically):
63+
64+
- Adam Porter ([@alphapapa](https://github.com/alphapapa))
65+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
66+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
67+
68+
2 reviewers added to this release (alphabetically):
69+
70+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
71+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
72+
73+
_These lists are automatically generated, and may not be complete or may contain
74+
duplicates._
75+
176
# scientific-python-hugo-theme 0.3
277

378
We're happy to announce the release of scientific-python-hugo-theme 0.3!

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.4.dev0"
3+
version = "0.4"
44

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

0 commit comments

Comments
 (0)