All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Better explanation of codes.
- This CHANGELOG file to hopefully help track this project's progress.
- An feature to update Sagemode.
- Spinner for rich's status.
- Made the Notify class as a helper class instead of inheriting from it.
- Methods of Notify class from instance methods to a static methods.
- Rely on rich library instead of the color() function from accessories module that has been removed.
- Error pretty printing the banner in windows command prompt.
- color() function in accessories module.
- User-Agents list in sites.py to avoid being blocked by the servers
- A way to output the status code in notify.not_found() method.
- More sites and more error checkings for false positives.
- Soft 404 errors (reduced false positive responses of sites)