All checks were successful
Branch Build / build-test-deploy (push) Successful in 47s
67 lines
1.7 KiB
Markdown
67 lines
1.7 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- `FromNumber` and `ToNumber` properties to `CallMonitorEventArgs` to use when available
|
|
|
|
### Changed
|
|
|
|
- Removed support for .NET 6.0 (EOL: 2024-11-12)
|
|
|
|
|
|
## [v0.1.3] - 2026-01-12
|
|
|
|
### Changed
|
|
|
|
- Migrated main repository from Gitlab to Gitea (CI/CD)
|
|
- Updated to VS 2026
|
|
- Updated to .NET 10
|
|
|
|
|
|
## [v0.1.2] - 2025-11-08
|
|
|
|
### Changed
|
|
|
|
- Public elements are now `virtual` to allow mocking in unit tests
|
|
|
|
|
|
## [v0.1.1] - 2025-10-24
|
|
|
|
### Changed
|
|
|
|
- Property names of the event should be more descriptive:
|
|
- From `CallerNumber` to `ExternalNumber`
|
|
- From `CalleeNumber` to `InternalNumber`
|
|
|
|
|
|
## [v0.1.0] - 2025-08-28
|
|
|
|
_Inital release_
|
|
|
|
### Added
|
|
|
|
- `CallMonitorClient` as client to connect to the call monitor endpoint
|
|
- `CallMonitorEventArgs` are the custom arugments, when `OnEvent` is raised
|
|
- Notifying about
|
|
- `Ring`: An incoming call
|
|
- `Call`: An outgoing call
|
|
- `Connect`: The call is answered
|
|
- `Disconnect`: One party has hung up
|
|
- An unknown caller means, the `CallerNumber` is empty
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/AM-WD/FritzCallMonitor/compare/v0.1.3...HEAD
|
|
|
|
[v0.1.3]: https://github.com/AM-WD/FritzCallMonitor/compare/v0.1.2...v0.1.3
|
|
[v0.1.2]: https://github.com/AM-WD/FritzCallMonitor/compare/v0.1.1...v0.1.2
|
|
[v0.1.1]: https://github.com/AM-WD/FritzCallMonitor/compare/v0.1.0...v0.1.1
|
|
[v0.1.0]: https://github.com/AM-WD/FritzCallMonitor/commits/v0.1.0
|