Releases: Cyber-Syntax/AutoTarCompress
Releases · Cyber-Syntax/AutoTarCompress
v0.3.0-beta
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
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 theconfig_files_example/config.json
file to see what's been changed.
What's Changed
- feat!: add extract backup files by @Cyber-Syntax in #17
- docs: update readme, add templates by @Cyber-Syntax in #19
- feat!: improve config file by @Cyber-Syntax in #20
Full Changelog: v0.2.3-beta...v0.2.4-beta
v0.2.3-beta
What's Changed
- Feat!: Old delete and size calculation by @Cyber-Syntax in #15
Full Changelog: v0.2.1-alpha...v0.2.3-beta
v0.2.1-alpha
- security: use getpass for user password input
Full Changelog: v0.2.0-alpha...v0.2.1-alpha
v0.2.0-alpha
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
What's Changed
- Ignore test files. by @Cyber-Syntax in #1
- Cyber-Syntax/issue2 by @Cyber-Syntax in #6
- Cyber-Syntax/issue4 by @Cyber-Syntax in #7
- Enhancement by @Cyber-Syntax in #8
- Fix logging library and improve backup process by @Cyber-Syntax in #9
New Contributors
- @Cyber-Syntax made their first contribution in #1
Full Changelog: https://github.com/Cyber-Syntax/AutoTarCompress/commits/v0.1.0