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.
- none
- Issue where script would not run
- Minor variable protections
- Dockerfile and related documentation
- shasum was missing in requirements check
- References to URL file removed
- Command to edit configuration file
- Repeat URL check N times and exit
- Per-URL configuration via JSON configuration file
- Run a custom command on change detection
- Configuration is now in JSON format
- Combined URL configuration with new JSON configuration format
- Intervals are now available in seconds, minutes, hours
- Dependencies now include timeout
- Desktop notification default is now false
- Reorganized code for maintainability and logic
- Support for bash based configuration files
- Separate URL file
- Console logging formatting errors
- All paths are now normalized
- Output the app name in message that the app is running interactively
- Configuration file failing to load
- Restart service command line option
- Updated single character command line options for consistency
- Documentation to reflect all changes in the latest release
- Failure to remove PID file on service stop
- URL validation failing
- Initialization of config uses old config for new settings file
- Not showing version info when displaying configuration
- Help adjusted for timeout option
- System name displayed in notifications using local host name
- System name configurable using
--system-name-n
- Cross platform CACHE_DIR path generation using system temporary path
- Cross platform CONFIG_FILE path generation using system configuration path
- Order of Pushover user key and api token
- Additional code reorganization
- Cross platform paths are normalization
- URL default location is empty
- Failing on --status and --stop
- Fatal error messages
- Test configuration files
- Feature roadmap to README.md
- Test script updated to latest version of application.
- Application hangs when no URLS provided.
- Initial release