Skip to content

Releases: pronovic/cedar-backup3

Release v3.6.3

06 Sep 01:33
Compare
Choose a tag to compare

Changes

  • Improve logged output for failed pre/post action hooks

Release v3.6.2

06 Sep 01:33
Compare
Choose a tag to compare

Changes

  • Standardize format of GPL license statement in CREDITS

Release v3.6.1

06 Sep 01:33
Compare
Choose a tag to compare

Changes

  • Make minor structural improvements to the build process
  • Publish coverage data to coveralls.io in GitHub workflow

Release v3.6.0

06 Sep 01:33
Compare
Choose a tag to compare

Changes

  • Always use '/' internally for paths, even on the Windows platform
  • Change the way archive filenames are generated to eliminate leading '-' characters
  • Use UTF-8 encoding for log files on disk to avoid problems with unusual filenames
  • Update build process to include security scans using Safety

Release v3.5.4

06 Sep 01:32
Compare
Choose a tag to compare

Changes

  • Fix a couple of links in docs/index.rst (cut-and-paste error)

Release v3.5.3

06 Sep 01:32
Compare
Choose a tag to compare

Changes

  • Move to newer build dependencies (Black, isort, etc.)
  • Make adjustments to code formatting to match new Black version
  • Force docs/requirements.txt to have UNIX line endings
  • Convert to PEP 440 convention for Git tags (i.e. "v3.5.3")
  • Standardize and improve badges in markdown, so they are all links
  • Simplify pylint configuration and use "-j 0" to speed it up

Release v3.5.2

06 Sep 01:32
Compare
Choose a tag to compare

Changes

  • Improve debug output for pre/post action hooks

Release v3.5.1

06 Sep 01:32
Compare
Choose a tag to compare

Changes

  • Adjust .gitattributes to force UNIX line endings, for compatibility

Release v3.5.0

06 Sep 01:32
Compare
Choose a tag to compare

Changes

  • Changes to support the Windows platform, for the first time since 3.0.1
  • Minor tweaks to the codebase to make the PyCharm code inspector happy

Release v3.4.1

06 Sep 01:32
Compare
Choose a tag to compare

Changes

  • Fix Python dependencies to work with Python 3.9.1 and not just 3.9.0