Skip to content

Releases: imcf/auto-tx

AutoTx-v3.1.0.r1

25 Mar 13:49

Choose a tag to compare

AutoTx-v3.1.0.r1 Pre-release
Pre-release

Added

  • CHANGELOG.md file for tracking releases (this file).
  • GitHub Actions CI/CD automation.
    • Release build workflow (release-build.yml) for automated building and
      publishing.
    • Automatically create GitHub releases with version tags and release notes.
    • Package build artifacts as Zip files for distribution and append them to
      Github release.
    • Enable workflow triggering through GitHub UI.
  • Use Git LFS support for versioning binary dependencies.
    • RoboSharp.dll managed via Git LFS. This ensures reproducible builds with
      Github Actions.
    • .gitattributes configuration for proper handling of binary files.
  • Semantic versioning for releases.
    • Version tags follow semantic versioning format (e.g., v3.1.0).
    • Version information is embedded in builds.

AutoTx-v3.1.0.a2

12 Feb 12:38

Choose a tag to compare

AutoTx-v3.1.0.a2 Pre-release
Pre-release

Added

  • Built project with GitHub Actions.
  • Added CHANGELOG.md file.
  • Switched to semantic versioning.

AutoTx-3.0

14 Mar 22:55

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

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.