Skip to content

Releases: Cyber-Syntax/AutoTarCompress

v0.3.0-beta

13 Jan 10:13
792f6d6
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

What's Changed

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

v0.2.1-alpha

02 Jan 13:39
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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