Skip to content

Releases: engels74/mover-status

0.0.7

30 May 17:57
Compare
Choose a tag to compare

Changelog:

  • Made the version check into a function. It now checks for a new version at every new loop, instead of only at launch. Fixes #4.

Full Changelog: 0.0.6...0.0.7

0.0.6

28 May 20:36
Compare
Choose a tag to compare

Changelog:

  • Slight update to script's copyright notice, to include GitHub repository link. Fixes #3.

Full Changelog: 0.0.5...0.0.6

0.0.5

27 May 18:27
Compare
Choose a tag to compare

Changelog

Main Changes

  • Telegram Support: Added support for sending notifications to Telegram.
  • Persistent Loop Execution: The script now runs in a continuous loop instead of exiting after one run. This change makes it incompatible with cron scheduling in the User Scripts plugin. Refer to the README for more details.
  • Percentage-Based Notifications: Implemented notifications based on progress percentages using the NOTIFICATION_INCREMENT variable instead of time intervals.
  • Improved Calculation Accuracy: Enhanced the accuracy of the progress and remaining time calculations.
  • Updated README: Revised the README.md with new installation instructions and additional details.
  • License Change: Changed the license from GPLv3 to AGPLv3 and added a copyright notice in the script as required by the license.

Other things

  • Dry Run Option: Introduced a DRY_RUN mode for testing webhook configurations without monitoring.
  • Debug Logging: Added an ENABLE_DEBUG option for detailed debug logs, including the full webhook payload for troubleshooting.
  • Increased Logging: Enhanced logging throughout the script for better monitoring and troubleshooting.
  • Improved Error Handling: Added more robust error handling to cover various edge cases and failures.

Full Changelog: 0.0.4...0.0.5

0.0.4

09 May 17:46
Compare
Choose a tag to compare

Changelog:

  • Added a small amount of error handling. The script will check if the Discord Webhook is set properly, and if the webhook responds with a HTTP 200 (OK), else it'll log the error.
  • Edited the way the variables are set, so it should be easier to figure out
  • Made the EXCLUSION_PATH_XX empty by default

Full Changelog: 0.0.3...0.0.4

0.0.3

08 May 10:27
Compare
Choose a tag to compare

Changelog:

Now you can change the message it posts:

  • Added MOVING_MESSAGE and COMPLETION_MESSAGE variables

Full Changelog: 0.0.2...0.0.3

0.0.2

04 May 10:08
Compare
Choose a tag to compare

Changes:

  • Excluded folders weren't passed correctly. This should fix it.
  • Added version check
  • Changed colours a bit

Full Changelog: 0.0.1...0.0.2

0.0.1

04 May 09:57
Compare
Choose a tag to compare
new: `moverStatus.sh` script