Releases: bneijt/autotrash
Respect the environment: XDG_CONFIG_HOME
Read XDG_CONFIG_HOME environment variable instead of assuming ~/.config
.
What's Changed
- Updated Fedora install instructions by @SidRoberts in #69
- Dependency upgrades by @bneijt in #78
- fix(systemd): respect XDG_CONFIG_HOME by @MithicSpirit in #80
New Contributors
- @SidRoberts made their first contribution in #69
- @MithicSpirit made their first contribution in #80
Full Changelog: 0.4.6...0.4.7
Drop support for Python 3.7
What's Changed
- Upgrade dependencies by @bneijt in #59
- Bump cryptography from 40.0.1 to 41.0.3 by @dependabot in #62
- Upgrade poetry by @bneijt in #63
- OSV scan by @bneijt in #54
- Update install instructions by @bneijt in #64
- Remove reference to pkg_resources by @bneijt in #65
Full Changelog: 0.4.5...0.4.6
Bugfix: exit code on failed unit install
What's Changed
- Add mypy and actions cache by @bneijt in #42
- Ci by @bneijt in #44
- Update documentation by @bneijt in #45
- Add .gnomerc Example For Granular Cleanup by @JavaScriptDude in #46
- Return 0 as exit code if
autotrash --install
is successful by @Jackenmen in #49 - Upgrades by @bneijt in #53
New Contributors
- @JavaScriptDude made their first contribution in #46
- @Jackenmen made their first contribution in #49
Full Changelog: 0.4.4...0.4.5
Add systemd unit documentation reference
Tiny bit of love: change default template for systemd unit files to also contain a link to the project on github.
Update pypi package metadata
This release only fixes the license rendering on pypi, nothing else.
Drop arrow dependency
Closes issue #36
Now with package description
Release 0.4.1 but now with a package description in PyPi.
New --install feature to add systemctl timer
Easily install autotrash using a systemctl --user autotrash.timer
:
autotrash -d 30 --install
Back from the dead
A date parsing issue (#15) inspired me to revamp the distribution and packaging.
The package is no longer a single python script, but a full python package you will be able to install from PyPi shortly.
Downstream package maintainers will probably have to update their packaging approach.