Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Releases: SiKreuz/SZ2pdf

0.2.2 - Setuptools reconfiguration

20 Jan 17:29
31f9597
Compare
Choose a tag to compare

Setuptools was outdated and had vulnerabilities. So I needed to update this.

Changes

  • All python files moved to src/ directory
  • Replaced setup.py and requirements.txt with pyproject.toml and setup.cfg

0.2.1 - Bug fixes

18 Jan 22:27
5150fa4
Compare
Choose a tag to compare

This update only does some bug fixing and cleaning up.

  • Bugfix: Disable robots handling to avoid 403 error codes
  • Eliminated bad path joining with + operator and replaced with os.path.join()
  • Updated license year to 2023
  • Credits to @xorbital and xorbital/FR2pdf

0.2.0 - Edition selection and command line options

18 May 12:14
94ce7c2
Compare
Choose a tag to compare

Improvements

  • Added edition selection
  • Added command line options:
Usage: SZ2pdf [OPTIONS]

Options:
  -u, --username TEXT      Username for login
  -p, --password TEXT      Password for login
  -e, --edition TEXT       Specifies the edition
  -d, --download-dir PATH  Download directory
  -h, --help               Show this message and exit.

Bugfix

  • Always using the standard download path instead of the given one in the config

0.1.1 - Simplified usage

16 May 13:59
a4bd192
Compare
Choose a tag to compare

This release does simplify the usage by removing some options and adding more text output.

Changelog

  • Config handling moved to additional files
  • Removed unnecessary click dependency

0.1.0 - Main features

16 May 13:52
4283c81
Compare
Choose a tag to compare

This first release does offer to download the current newspaper from the Sueddeutsche Zeitung as pdf using your login credentials. For now it just downloads the "Stadtausgabe".