Update feature request template and version number Made changes to the feature request title pattern in the issue template and updated the version number for hiddeneye_reborn. These modifications should improve project documentation practices and reflect the most accurate version of the project.
Refactor logging setup and update SDK version Refactored the logging configuration in `default_logging.py` to improve simplicity and readability. Removed the manual logging level check and implemented using a dictionary for cleaner code. Also, updated the Python SDK version from 3.10 to 3.11 in `.idea/misc.xml` and the version number in `__init__.py`.
Update feature request template and version number Made changes to the feature request title pattern in the issue template and updated the version number for hiddeneye_reborn. These modifications should improve project documentation practices and reflect the most accurate version of the project.
Remove network installation and verification tests Removed two testing files, test_network_installation.py and test_network_verification.py, to facilitate a complete codebase rewrite. This action was needed as the existing code was deemed obsolete and is being discarded to adapt new, efficient coding practices enhancing the overall project's functionality, performance, and maintainability.
Update README.md with revised content structure The README file has been significantly modified with a focus on improved content organization. This includes more detailed explanation, revised Introduction section, clarified Disclaimer, and added instructions for installation and usage. Also, FAQ section has been clarified with simpler language and focus on relevancy.
Update setup metadata and relax dependency versions The setup metadata in setup.py has been refactored into a dictionary to improve readability and maintainability. The requirements.txt no longer uses fixed versions for dependencies, instead indicating a minimum required version, to decrease potential conflicts. Additionally, the project versioning in __init__.py has been incremented.
Update setup metadata and relax dependency versions The setup metadata in setup.py has been refactored into a dictionary to improve readability and maintainability. The requirements.txt no longer uses fixed versions for dependencies, instead indicating a minimum required version, to decrease potential conflicts. Additionally, the project versioning in __init__.py has been incremented.