diff --git a/LICENSE b/LICENSE index e63bcb0..eff102d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2022, Matthias Geier +Copyright (c) 2020-2023, Matthias Geier Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/NEWS.rst b/NEWS.rst index 4e34ddf..c351ddd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +Version 0.4.1 -- 2023-01-17 -- docs__ -- PyPI__ -- diff__ + * Close search field with "Escape" key + * CSS: rounded scrollbar thumbs on Webkit + * CSS: fine-tuning of the readthedocs.org version selector + * more CSS fixes: footnote/citation targets, prev/next links, ... + +__ https://insipid-sphinx-theme.readthedocs.io/en/0.4.1/ +__ https://pypi.org/project/insipid-sphinx-theme/0.4.1/ +__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.4.0...0.4.1 + Version 0.4.0 -- 2022-12-29 -- docs__ -- PyPI__ -- diff__ * Include readthedocs.org version selector in scrollable sidebar diff --git a/src/insipid_sphinx_theme/__init__.py b/src/insipid_sphinx_theme/__init__.py index 351b35e..0b68f75 100644 --- a/src/insipid_sphinx_theme/__init__.py +++ b/src/insipid_sphinx_theme/__init__.py @@ -1,7 +1,7 @@ """An insipid Sphinx theme.""" from pathlib import Path -__version__ = '0.4.0' +__version__ = '0.4.1' def setup(app):