diff --git a/CHANGES b/CHANGES index 12640fb5..fb11ff6d 100644 --- a/CHANGES +++ b/CHANGES @@ -19,12 +19,21 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force - _Add your latest changes from PRs here_ -## v1.12.0 (2022-04-24) +## vcspull 1.12.1 (2022-05-02) + +### Bug fixes + +- Pin [click at + 8+](https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-0) + +## vcspull 1.12.0 (2022-04-24) + +Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x) ### Breaking changes - Config location uses `XDG_CONFIG_HOME` from [XDG Base Directory], - ({issue}`#367`). + ({issue}`367`). Old path: `~/.vcspull` @@ -32,12 +41,13 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force [xdg base directory]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html -- Override config directory via `VCSPULL_CONFIGDIR` ({issue}`#367`) -- Switch from `str` to `pathlib.Path` ({issue}`#364`) +- Override config directory via `VCSPULL_CONFIGDIR` ({issue}`367`) +- Switch from `str` to `pathlib.Path` ({issue}`364`) +- Requires click 8+ ### Compatibility -- Allow click 8.1.x ({issue}`#372`) +- Allow click 8.1.x ({issue}`372`) - vcspull learned `-h` for help (thanks HN 2022-04-11) - Python 3.7 and 3.8 dropped (#356) @@ -78,7 +88,7 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force ### Compatibility -- Allow click 8.1.x (backport of {issue}`#372`) +- Allow click 8.1.x (backport of {issue}`372`) ## vcspull 1.11.3 (2022-04-11) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index aefd33b4..3bf24f5e 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -1,25 +1,23 @@ h2 { - font-size: 2rem; margin-bottom: 1.25rem; margin-top: 1.25rem; scroll-margin-top: 0.5rem; } h3 { - font-size: 1.5rem; margin-bottom: 1.25rem; margin-top: 1.25rem; scroll-margin-top: 0.5rem; } h4 { - font-size: 1.25rem; margin-bottom: 1.25rem; scroll-margin-top: 0.5rem; } .sidebar-tree p.indented-block { - padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0 var(--sidebar-item-spacing-horizontal); + padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0 + var(--sidebar-item-spacing-horizontal); margin-bottom: 0; } @@ -28,13 +26,12 @@ h4 { display: block; } -.sidebar-tree p.indented-block > :not(.project-name) { - font-size: var(--toc-font-size); -} - .sidebar-tree p.indented-block .project-name { font-size: var(--sidebar-item-font-size); font-weight: bold; margin-right: calc(var(--sidebar-item-spacing-horizontal) / 2.5); } +.sidebar-tree .active { + font-weight: bold; +} diff --git a/docs/_templates/sidebar/projects.html b/docs/_templates/sidebar/projects.html index 7e9d6780..330d1593 100644 --- a/docs/_templates/sidebar/projects.html +++ b/docs/_templates/sidebar/projects.html @@ -1,4 +1,4 @@ -