File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file. Commits automatically generated by github actions.
33
4+ ## v0.6.3-beta
45## v0.6.2-beta
56## v0.6.1-beta
67## v0.6.0-beta
Original file line number Diff line number Diff line change @@ -153,12 +153,12 @@ def save(self) -> None:
153153 f .write (f"config_dir = { self .config_dir } \n \n " )
154154
155155 # keep_backup
156- f .write ("# Number of unencrypted backups to keep (0 = unlimited ).\n " )
156+ f .write ("# Number of unencrypted backups to keep (0 = disable backup ).\n " )
157157 f .write ("# Useful for retention policy and disk space management.\n " )
158158 f .write (f"keep_backup = { self .keep_backup } \n \n " )
159159
160160 # keep_enc_backup
161- f .write ("# Number of encrypted backups to keep (0 = unlimited ).\n " )
161+ f .write ("# Number of encrypted backups to keep (0 = disable backup ).\n " )
162162 f .write ("# Applies to encrypted backup retention.\n " )
163163 f .write (f"keep_enc_backup = { self .keep_enc_backup } \n \n " )
164164
Original file line number Diff line number Diff line change 11[project ]
22name = ' AutoTarCompress'
3- version = ' 0.6.2 -beta'
3+ version = ' 0.6.3 -beta'
44description = ' It downloads/updates appimages via GitHub API. It also validates the appimage with SHA256 and SHA512.'
55requires-python = " >= 3.8"
66dependencies = [
You can’t perform that action at this time.
0 commit comments