All notable changes to "github-commit-watcher" will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Go to legend for further information about the types of changes.
0.9.0 - 2025-04-14
- Prettier config file. 7ed4bb4
- Website watcher functionality. 9ecb100
- GitHub stars and followers as website targets. 91ed004
- Rename repositories.json to targets.json. 3f111c9
0.8.0 - 2025-02-20
- New repository to watch. a0a7f3c
- Add optional parameter for '_ExecuteCommand' function. 4b40517
- Handle commit message as UTF8 string. 87cf0c0
- Update .gitignore file. 4e3cee3
0.7.0 - 2025-01-24
- Extent WebEx notification by the time and message of the commit. 350dc5f
- WebEx webhook URL defined in a config file instead of being hard coded. a48943c
- Add configuration section to README.md file. 1a4efa3
- Project version bump. 7acc64b
- Update output data by adding timespan of the commit message. 11d816b
- Wrong markdown syntax. 3874f95
0.6.0 - 2025-01-17
- Extend cURL request command by 'cache-control' header. 538dddd
0.5.0 - 2025-01-14
- Add cURL option '--insecure' to ignore SSL cert verification. fb963e5
- Unnecessary console write command. 282a384
0.4.0 - 2025-01-13
- Set temp string for WebEx channel (old one was already just for the youtube livestream). 7d27efc
- Note about jq usages to shorten separate jq calls. de091c1
- Project version bump. 836b698
- Update output data. f15ef48
- Invalid executable (because of temp string WebEx channel). 09eb091
0.3.0 - 2025-01-12
- Added: CHANGELOG.md file. 577c9f2
- Extend webex notification message by links. 05920b4
- Project version bump. 9931ec4
- Remove ignored output folder from .gitignore file. 90f0385
- Replace AutoIt StringReplace() usage by jq option '-j'. 873df94
0.2.0 - 2024-01-09
- Project version bump. cf76fce
- Small variable scope adjustment. 52bcd71
- Unnecessary main_stripped.au3 file. 06af9da
0.1.0 - 2025-01-09
- Initial commit (first running stable state). b3b0fb7
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Documentedfor documentation only changes.Fixedfor any bug fixes.Refactoredfor changes that neither fixes a bug nor adds a feature.Removedfor now removed features.Securityin case of vulnerabilities.Styledfor changes like whitespaces, formatting, missing semicolons etc.