Skip to content

Commit

Permalink
chore: release 2024.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jun 1, 2024
1 parent 1fc3cca commit 2f7174f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Changelog

Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`.

2024.6.1
--------

- **New**: Allow customize social network with partial template.
- **New**: Add ``nav_links_align`` theme option.
- **Fix**: Improve sidebar style for mobile view.
- **Fix**: Use localStorage for theme mode state.
- **Fix**: Hide rtd injected widget on landing page.
- **Fix**: Lazy load logo to improve page speed.
- **Fix**: Improve admonition style.

2024.5.15
---------

Expand Down
2 changes: 1 addition & 1 deletion src/shibuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
WrapLineFormatter,
)

__version__ = "2024.5.15"
__version__ = "2024.6.1"

shibuya_version = __version__

Expand Down

0 comments on commit 2f7174f

Please sign in to comment.