From f799f1d83489688265f413b24fe112fb0ca2e32f Mon Sep 17 00:00:00 2001 From: Roham Shirchi <151368929+rushakh@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:04:28 +0330 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3483072..d492280 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,19 @@ Edit: -Improved performance and stability + -Addressed memory leaks and removed unnecessary usage of IDisposable interface and many instances of forced collection of Garbage Collector that, due to their nature as stop-gaps, were slowing down the program + -Reworked and restructured the classes, and separated them from the main program + -Separated the UI functionalities and data processes even further + -Many of the functions now work asynchronously + -Retouched code formatting, removed unnecessary spaces, and improved readability + -Improved the Seek bar's functionality and improved it's performance and accuracy + -Some problems with the UI's resistibility were addressed ---