Releases: QuantEcon/quantecon-book-theme
Releases · QuantEcon/quantecon-book-theme
v0.7.6
v0.7.5
v0.7.4
What's Changed
- MAINT: upgrade to webpack5 by @agoose77 in #265
- FIX: minor fix for pre-commit by @mmcky in #267
- FIX: update new logo location for jb>=1.0 by @mmcky in #268
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 by @dependabot in #270
- ⬆️ Bump codecov/codecov-action from 4.6.0 to 5.0.2 by @dependabot in #271
- MAINT: fix to sphinx>=5,<6 by @mmcky in #273
New Contributors
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3 by @dependabot in #260
- ⬆️ Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #261
- MAINT: upgrade deps on sphinx-book-theme by @mmcky in #263
- RLS: setup a minor release for v0.7.3 by @mmcky in #264
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Adjust admonition title background specificity to allow proof override by @DrDrij in #248
- Create dependabot.yml by @mmcky in #250
- MAINT: pre-commit fix and master->main by @mmcky in #249
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.1.0 to 1.10.1 by @dependabot in #252
- ⬆️ Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #254
- ⬆️ Bump codecov/codecov-action from 3.1.4 to 4.5.0 by @dependabot in #251
- ⬆️ Bump actions/checkout from 2 to 4 by @dependabot in #253
- ⬆️ Bump actions/setup-python from 4 to 5 by @dependabot in #255
- ⬆️ Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #256
- ⬆️ Bump nwtgck/actions-netlify from 1.1 to 3.0 by @dependabot in #257
- update version for v0.7.2 by @mmcky in #258
New Contributors
- @dependabot made their first contribution in #252
Full Changelog: v0.7.1...v0.7.2
v0.7.1
This release improves the text colour to make improvements to the dark theme.
What's Changed
- [Dark Theme] Text Colours for Titles and SideBar by @AakashGfude in #241
- RELEASE: v0.7.1 by @mmcky in #242
Full Changelog: v0.7.0...v0.7.1
v0.7.0
This release introduces two new features:
- Styling and adding functionalities to the margin directive inherited from sphinx-book-theme, to make it useable in this theme.
- Adding the ability to add author names with hyperlinks to their bio using config variable, in the main toc page. And also the ability to control its font size with a config.
v0.6.2
This release gives the support to include a dark mode version of the logo. By storing it in the static folder, and specifying it using a config variable.
v0.6.1
This release included styles enhancements and changes for the dark theme.
v0.6.0
Refactoring of the project to use pyproject.toml instead of setup.py, and sphinx-theme-builder as the build backend.