Releases: tcmetzger/sphinx-favicon
Release 1.0.1
This is a bugfix for Release 1.0 and contains only one change.
What's Changed
Full Changelog: v1.0...v1.0.1
Release 1.0
Release 1.0
1.0 is the first major release of Sphinx Favicon. It 1.0 brings one breaking change: To better conform with Python standards, the extension module name was changed from sphinx-favicon
to sphinx_favicon
.
If you have used previous version of this extension, you need to update your conf.py
file to use sphinx_favicon
(instead of the old name, sphinx-favicon
)
Otherwise, your existing configuration should work without any changes.
The 1.0 release contains lots of updates and new features, including automatic detection of favicon pixel dimensions, basic support for additional favicon formats, and a new, Sphinx-based documentation site at https://sphinx-favicon.readthedocs.io.
What's Changed
- change folder name by @12rambau in #13
- Use pre-commit to enforce linting by @12rambau in #14
- Update ci by @tcmetzger in #17
- Add sphinx docs by @tcmetzger in #18
- Update docs config by @tcmetzger in #19
- Mypy by @12rambau in #20
- authorize any parameter in the favicon dict by @12rambau in #24
- Delete .gitattributes by @12rambau in #29
- update documentation by @12rambau in #27
- refactor: Simplify favicon parsing by @12rambau in #30
- edit announcement link by @12rambau in #31
- Meta by @12rambau in #25
- compute size automatically if not set by @12rambau in #26
- resize mstile to 150x150 by @tcmetzger in #33
- use only pyproject.toml for build by @12rambau in #34
- refactor documentation by @12rambau in #35
- Fix typo by @tcmetzger in #36
- Update tests by @tcmetzger in #37
- fixed
documentation
andcontribution
broken links by @adityakode in #40 - Docs updates by @tcmetzger in #41
- fix: remove download url by @12rambau in #42
- Update docs for release by @tcmetzger in #43
- Update changelog for 1.0 release by @tcmetzger in #44
New Contributors
- @12rambau made their first contribution in #13
- @adityakode made their first contribution in #40
Full Changelog: v0.2...v1.0
Release 0.2
This is the second release. Mainly adds support for relative paths and also adds tests. See CHANGELOG for details!