Releases: tushuhei/sphinxcontrib-screenshot
Releases · tushuhei/sphinxcontrib-screenshot
v0.2.2
v0.2.1
v0.2.0
Breaking Change
- :width: and :height: are renamed :viewport_width: and :viewport_height:
- interactions must be passed to a :interactions: option
- the :caption: option has been removed, as the figure directive considers its content as the figure caption
What's Changed
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- run local WSGI applications by @azmeuk in #26
- Exclude tests/roots from mypy check by @tushuhei in #28
- Python 3.12 and 3.13 GHA by @azmeuk in #31
- pass import path instead of callable in 'screenshot_apps' by @azmeuk in #30
- Refactor tests for scalability by @tushuhei in #32
- pre-commit configuration by @azmeuk in #33
:color-scheme:
option by @azmeuk in #34- tox configuration by @azmeuk in #35
- consider the color scheme when building the image hash by @azmeuk in #36
- implement default size configuration parameters by @azmeuk in #37
- move from setup.cfg to pyproject.toml by @azmeuk in #39
- use the raw URL value to build the image hash by @azmeuk in #42
- add a
screenshot_default_color_scheme
parameter by @azmeuk in #43 - add
:full-page:
option by @azmeuk in #44 - add :browser: option by @azmeuk in #48
- Custom contexts by @azmeuk in #46
- documentation by @azmeuk in #49
- documentation fixes by @azmeuk in #50
- Custom request headers by @azmeuk in #45
- add missing license headers by @tushuhei in #54
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #19
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #20
- Add PDF option by @tushuhei in #22
- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #21
Full Changelog: v0.1.2...v0.1.3