-- Features -- * Issue 4: Added a new option for the view command, '--7day' to provide a 7 day view of pending tasks.
-- Fixes -- * Issue 2: Fixed an issue in scoring where today tasks without tags and projects have lower scores than tasks due in the future.
-- Other -- * Issue 1: Correct pypi url in the README. * Issue 5: Added more clarity aroudn using the 'hidden' filter in the context of the default view command vs other commands.
-- Fixes -- * Behaviour of urlopen changed to always ask the user to confirm the url to be opened. * Added checks on if the database file is available and is a valid sqlite3 db file. * Fixed a bug for the trend views in stats command where numbers for Day -7 were not shown.
-- Other -- * Updated the screenshots in README and added a new screenshot for the stats command output. * Included security scan using bandit https://bandit.readthedocs.io/en/latest/start.html
-- Other -- * Changes required to upgrade package dependencies for sqlalchemy, click, mock, rich and python-dateutil * Switched to use pyproject.toml instead of setup.py for build and packaging
-- Bug Fixes -- * Fixed issue with reading http urls from notes for 'urlopen' command * Corrected the url for CHANGELOG in the 'version' command * Corrected the syntax errors and added installation instructions to README