Release Notes
Version 1.0.2 (2023-03-24)
New Features
- Removed dependency on
croniterpackage and replaced it with a pure Python implementation. - Refactored code to use
clickinstead ofargparsefor command line argument parsing.
Enhancements
- Improved code readability with docstrings and comments throughout the codebase.
- Optimized code for better performance and maintainability.
Bug Fixes
- Fixed issues with package installation and missing dependencies.
Upgrade Notes
To upgrade to this version, please follow these steps:
- Uninstall the previous version of the package using
pip uninstall runat - Install the new version using
pip install runat --upgrade