Skip to content

Releases: Cyber-Syntax/AutoTarCompress

Release v0.3.1-beta

13 Apr 11:41
98b63f2

Choose a tag to compare

Release v0.3.1-beta Pre-release
Pre-release

Changes

BREAKING CHANGES

Current config file location moved to ~/.config/autotarcompress/config.json. Please review example config file and update it for your needs.

  • feat!: Use XDG Base Directory specifications.
  • fix: endless backup command issue
  • refactor: make class for context manager
  • chore: format fix
  • chore: pytproject.toml and requirements.txt update
  • refactor!: add command design pattern

v0.3.0-beta

13 Jan 10:13
792f6d6

Choose a tag to compare

v0.3.0-beta Pre-release
Pre-release

BREAKING CHANGES:

  • To customize your backup settings, you can use a config.json file. This file allows you to specify:
    • Backup folder location, Directories to back up, Directories to ignore, Number of tar.xz and tar.xz.enc files to keep
    • Refer to README.md if you want to create it manually. Otherwise, the script will handle creating it for you.

What's Changed

  • refactor!: move backup and ignore paths to config.json by @Cyber-Syntax in #22

Full Changelog: v0.2.4-beta...v0.3.0-beta

v0.2.4-beta

12 Jan 09:29
d9edad1

Choose a tag to compare

v0.2.4-beta Pre-release
Pre-release

BREAKING CHANGES:

  • To make changes to your backup folder path, you'll need to use the config.json file. A script will be created for you when you first start with the new version; just follow the on-screen instructions. You can also check the config_files_example/config.json file to see what's been changed.

What's Changed

Full Changelog: v0.2.3-beta...v0.2.4-beta

v0.2.3-beta

04 Jan 10:41
5982f88

Choose a tag to compare

v0.2.3-beta Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.1-alpha...v0.2.3-beta

v0.2.1-alpha

02 Jan 13:39

Choose a tag to compare

v0.2.1-alpha Pre-release
Pre-release
  • security: use getpass for user password input

Full Changelog: v0.2.0-alpha...v0.2.1-alpha

v0.2.0-alpha

02 Jan 13:12

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release

Release Description

This release includes several improvements and refactorings:

Enhanced user prompt styles.
Breaking Change: Added functionality to delete old backup files.
Implemented backup size calculation.
Removed unnecessary .venv directory.
Applied PEP8 style fixes.
Updated README documentation.
Fixed issues with the logging library and improved the backup process.
Minor improvements and function tests to ensure stability.

For more details, you can view the commits in the dev branch.

Full Changelog: v0.1.0-beta...v0.2.0-alpha

v0.1.0-beta

02 Jan 13:07
ff349dc

Choose a tag to compare

v0.1.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/Cyber-Syntax/AutoTarCompress/commits/v0.1.0