Skip to content

Commit 734c73c

Browse files
committed
RN: release v1.4 added
1 parent 95e93be commit 734c73c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This is a high-level summary of the most important changes.
44

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)
14+
15+
**Bug fixes**:
16+
17+
- **BUGFIX:** Fixed "SyntaxError: f-string: unmatched (" issue in older Python versions
18+
- **BUGFIX:** Fixed "SyntaxError: f-string expression part cannot include a backslash" issue in older Python versions
19+
520
# Changes in 1.3 (23 May 2024)
621

722
**Features and Improvements**:

0 commit comments

Comments
 (0)