Skip to content

Releases: bneijt/autotrash

Respect the environment: XDG_CONFIG_HOME

11 May 19:38
Compare
Choose a tag to compare

Read XDG_CONFIG_HOME environment variable instead of assuming ~/.config.

What's Changed

New Contributors

Full Changelog: 0.4.6...0.4.7

Drop support for Python 3.7

08 Sep 20:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.4.6

Bugfix: exit code on failed unit install

02 Apr 12:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.4...0.4.5

Add systemd unit documentation reference

02 Aug 12:58
Compare
Choose a tag to compare

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

23 May 06:08
Compare
Choose a tag to compare

This release only fixes the license rendering on pypi, nothing else.

Drop arrow dependency

05 Feb 20:10
Compare
Choose a tag to compare

Closes issue #36

Now with package description

20 Dec 15:33
Compare
Choose a tag to compare

Release 0.4.1 but now with a package description in PyPi.

New --install feature to add systemctl timer

20 Dec 14:59
Compare
Choose a tag to compare

Easily install autotrash using a systemctl --user autotrash.timer:

autotrash -d 30 --install

Back from the dead

23 Nov 08:50
Compare
Choose a tag to compare

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.