Changelog:
- Checked for duplicate BalanceRequestCaches
- Fixed debug pane keyboard shortcut
- Specified timeout for the DiscoveryBooster
- Fixed profiler button issue in Debug Pane
- Added yappi as pip dependency
- Fixed low disk notifier bug
- Added core and gui cpu graph
- Added GUI memory plot in Debug Pane
- Added a separate GUI resource history
- Scrubbed values in Feedback Dialog
- Renamed _stacktrace_long by _stacktrace_extra
- Extracted events
- Stopped crash an application when GUI raise an exception
- Fixed memory leak in Downloads page
- Updated info about release cycle
- Fixed #5934 by avoiding storing all frames with locals inside a signal handler
- Fixed typo bug on sys exit
- Ignored all the information in a version, after '-'
- Added Pillow as hidden dependency
- Replaced "comments" by "what were you doing before" question.
- Ignored patch version in upgrade scenarios
- Improved Sentry Scrubber
- Checked on 'escape_pressed' attribute
- Checked that a row number in the correct range
- Changed some expressions to f-strings format
- Updated IPv8 pointer
- Applied pyupgrade to the whole codebase