diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 547b4e2..b9316a2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,18 @@ This is a high-level summary of the most important changes. +# Changes in 1.5 (07 Jun 2024) + +**Features and Improvements**: + +- **NEW:** Added new signal handler for SIGPIPE allowing to switch songs on loop email notifications +- **IMPROVE:** Better way of checking for error strings (without case sensitivity) + some additional ones added to the list +- **NEW:** Support for float type of timestamps added in date/time related functions + 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 + +**Bug fixes**: + +- **BUGFIX:** Escaping of exception error string fixed + some unbound vars corrected + # Changes in 1.4 (24 May 2024) **Features and Improvements**: