Skip to content

Releases: ppfeister/sylva

Sylva v0.1.2

10 Aug 05:06
v0.1.2
23b1fb4
Compare
Choose a tag to compare

What's changed...

  • More convenient developer API (now properly documented on MkDocs)
  • Properly embedded captcha-solving proxy service (using hotfix for Chromium 126 rather than 127)
  • Generally improved user experience and fault tolerances

Docker image is recommended : docker run -it sylva/sylva --help

For other installation options, reference the Sylva MkDocs.

[full changelog]

Sylva v0.1.1

04 Aug 07:19
v0.1.1
cc03fcb
Compare
Choose a tag to compare

Fatal error relating to string interpolation on systems running Python 3.10 discovered and fixed by @SpiritGun91 in #4.
This patch is being published to make this fix available on PyPI and to test new release workflows.

For installation options, reference the Sylva MkDocs.

[full changelog]


AAR: Workflows work! Automatic deployments to PyPI, DockerHub, and ghcr for all proper releases, and DockerHub and ghcr for previews.

Sylva v0.1.0

04 Aug 01:37
v0.1.0
5754a15
Compare
Choose a tag to compare

Sylva is now at it's first point of viability.

While not complete, and not yet a full major release (v1.0.0), all basic search-related functionality is fully operational. Search results are currently displayed to the user as the returned DataFrame.

For installation options, reference the Sylva MkDocs.

[full changelog]