Releases: tigressine/viento
v0.6.0-beta
Final release, no longer being supported.
v0.5.0-beta
Check change log for details.
0.4.0-beta
(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
Renamed again. Fixing some issues with installation paths. Final preparations to add to AUR and PyPI.
v0.1.0-beta
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
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).