diff --git a/WIP Changelog.txt b/WIP Changelog.txt index f94a939..cccc10f 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -2,5 +2,6 @@ New Features: - Added 'This Quarter' and 'Last Quarter' date quick select. Bug Fixes: -- Added automatic job refresh on new import for estimate detail screen. -- Fixed an issue where more jobs would not be fetched in the list view in certain scenarios. \ No newline at end of file +- Resolved an issue where launching a second instance of RPS would cause the program to freeze. +- Date filtering will now ensure only correct dates are reported on, regardless of time zone. +- Added negative RPS calculations on combined estimate lines like assemblies. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index 78f10ee..13c79da 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -26,7 +26,7 @@ }, "1.0.14": { "title": "Release Notes for 1.0.14", - "date": "TBD", - "notes": "" + "date": "12/18/2020", + "notes": "Bug Fixes: \n- Resolved an issue where launching a second instance of RPS would cause the program to freeze.\n- Date filtering will now ensure only correct dates are reported on, regardless of time zone.\n- Added negative RPS calculations on combined estimate lines like assemblies." } }