Skip to content

Latest commit

 

History

History
175 lines (105 loc) · 8.38 KB

File metadata and controls

175 lines (105 loc) · 8.38 KB

Changelog

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

Added

  • Prettier config file. 7ed4bb4
  • Website watcher functionality. 9ecb100
  • GitHub stars and followers as website targets. 91ed004

Changed

  • Rename repositories.json to targets.json. 3f111c9

Documented

0.8.0 - 2025-02-20

Added

Changed

  • Add optional parameter for '_ExecuteCommand' function. 4b40517
  • Handle commit message as UTF8 string. 87cf0c0
  • Update .gitignore file. 4e3cee3

Documented

0.7.0 - 2025-01-24

Changed

  • 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

Documented

  • Add configuration section to README.md file. 1a4efa3
  • Project version bump. 7acc64b
  • Update output data by adding timespan of the commit message. 11d816b

Fixed

0.6.0 - 2025-01-17

Changed

  • Extend cURL request command by 'cache-control' header. 538dddd

Documented

0.5.0 - 2025-01-14

Added

  • LICENSE.md file. (MIT License). 03dc1a1
  • Progressbar to visualize processing. f8399b5

Changed

  • Add cURL option '--insecure' to ignore SSL cert verification. fb963e5

Documented

Removed

  • Unnecessary console write command. 282a384

0.4.0 - 2025-01-13

Changed

  • Set temp string for WebEx channel (old one was already just for the youtube livestream). 7d27efc

Documented

  • Note about jq usages to shorten separate jq calls. de091c1
  • Project version bump. 836b698
  • Update output data. f15ef48

Removed

  • Invalid executable (because of temp string WebEx channel). 09eb091

0.3.0 - 2025-01-12

Added

  • Added: CHANGELOG.md file. 577c9f2

Changed

  • Extend webex notification message by links. 05920b4
  • Project version bump. 9931ec4
  • Remove ignored output folder from .gitignore file. 90f0385

Refactored

  • Replace AutoIt StringReplace() usage by jq option '-j'. 873df94

0.2.0 - 2024-01-09

Changed

Refactored

  • Small variable scope adjustment. 52bcd71

Removed

  • Unnecessary main_stripped.au3 file. 06af9da

0.1.0 - 2025-01-09

Added

  • Initial commit (first running stable state). b3b0fb7

Legend - Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Documented for documentation only changes.
  • Fixed for any bug fixes.
  • Refactored for changes that neither fixes a bug nor adds a feature.
  • Removed for now removed features.
  • Security in case of vulnerabilities.
  • Styled for changes like whitespaces, formatting, missing semicolons etc.

To the top