Skip to content

Releases: imcf/auto-tx

AutoTx-3.0

14 Mar 22:55
Compare
Choose a tag to compare

In memory of Stephen Hawking who passed away on Pi Day 2018, which happens to be the day of this release.

Release Notes

Features / Enhancements

  • The CPU load monitoring is now several magnitudes faster and is running in a separate thread, allowing for very short reaction time.
  • If the service is suspended for more than one reason, report all of them in notifications.
  • All files that the service is writing to while operating (status, log files, ...) are now placed in a var/ subdirectory.
  • Always include the friendly host name when sending emails.

Bugs fixed

  • If the full name for a user can't be looked up, use the username instead of an empty string in notifications.
  • Fix low-disk-space check not triggering correctly due to units confusion.

AutoTx-2.1

15 Mar 12:41
Compare
Choose a tag to compare

Binaries

  • no binaries available

Release Notes

New Features / Enhancements

  • Build-time version information, including git tags, commit IDs and branch name is now automatically included in the assembly information and available for notifications.
  • The exact log level is now adjustable in the configuration file.
  • Plenty of documentation updates regarding installation, updating, configuration, etc.
  • The updater now registers the tray app for autostart on user login.
  • Emails now showing the versions of AutoTx and Robosharp in their signature.
  • Logging / debugging the RoboSharp commands can now be enabled in the configuration file.
  • Failed transfers will be moved to an "error" location to prevent the service from subsequent attempts in transferring them again.
  • Directories in the "incoming" location that cannot be processed by the service (permissions, ...) will be ignored until the next service restart.
  • Empty directories (including nested) will not trigger a new transfer.

Bugs fixed

  • RoboCopy flags were fixed to make the service also work on Windows Server 2012 R2 / Windows 8.1.
  • Fixed the waiting time between two subsequent transfers.