From 3fc5125d88afb5c21daf13045a51af103ae48c93 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 18 Dec 2020 11:55:09 -0800 Subject: [PATCH] Added changelog and release notes for 1.0.14. --- WIP Changelog.txt | 5 +++-- electron/changelog.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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." } }