You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
This is a high-level summary of the most important changes.
4
4
5
+
# Changes in 1.4 (17 Jun 2024)
6
+
7
+
**Features and Improvements**:
8
+
9
+
-**NEW:** Added new parameter (**-z** / **--send_test_email_notification**) which allows to send test email notification to verify SMTP settings defined in the script
10
+
-**IMPROVE:** Support for float type of timestamps added in date/time related functions
11
+
-**IMPROVE:** Function get_short_date_from_ts() rewritten to display year if show_year == True and current year is different, also can omit displaying hour and minutes if show_hours == False
12
+
-**IMPROVE:** Checking if correct version of Python (>=3.9) is installed
13
+
-**IMPROVE:** Possibility to define email sending timeout (default set to 15 secs)
0 commit comments