Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Releases: tigressine/viento

v0.6.0-beta

31 Aug 13:32
Compare
Choose a tag to compare
v0.6.0-beta Pre-release
Pre-release

Final release, no longer being supported.

v0.5.0-beta

01 Aug 23:20
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release

Check change log for details.

0.4.0-beta

21 Jul 19:20
Compare
Choose a tag to compare
0.4.0-beta Pre-release
Pre-release

(1)New command: force.
--Allows the user to select a link and force the transfer, regardless of the state of the daemon.

(2)Moved lots of functions that I was repeating across the three .py files into a new module, viento_utils.py
--The paths for all non-.py files are also included in viento_utils.py, so if the user wants to change where the program saves any of it's data, these variables can be easily and centrally changed.

(3)Bug fixes:
--Fixed bug where the transfers would behave oddly and occur at weird times. This was happening because the job.dat files were not being completely overwritten, but instead were being appended.
--Fixed some spelling issue bugs.

(4)Known bugs:
--Every time the user interacts with the program the links are reloaded and this is logged. This is because of how the modules are imported, and will be fixed in an upcoming release.
--I had a weird bug with the program not starting after install, and I'll be investigating further soon. I recommend you check the log files (by default at ~./viento/logs) the first few times to ensure the daemon is running, or just type 'viento status'.

v0.3.0-beta

18 Jul 17:13
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release

Renamed again. Fixing some issues with installation paths. Final preparations to add to AUR and PyPI.

v0.1.0-beta

13 Jul 23:24
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Beta release. Everything works, but manual installation is still required. Move 'autoclone', 'acdaemon.py', and 'acsetup.py' to '/usr/bin'. Move autoclone.service to '~/.config/systemd/user' (create it if it doesn't exist). Finally run the command 'autoclone setup' and you should see the setup utility. Requires python 3.6, rclone, and termcolor installed. You can get python 3.6 through Pacman (I'm building this on Arch Linux at the moment, so that's all I currently support. May expand later). rclone is located in the AUR. Install termcolor through PIP ('pip install termcolor'). If you don't have pip you'll have to install that too, and I believe it is available through Pacman. Setup rclone before setting up AutoClone (follow his documentation).

v0.0.1-alpha

13 Jul 21:47
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

The acdaemon.py script works, but I have not finished setting up the systemd daemon functionality. These are just the raw script files and not a truly finished product yet. I'm working hard to finish off the central features in a timely manner. I hope to have a functioning Arch Linux package by the end of the month (July).