85 lines
No EOL
1.7 KiB
Markdown
85 lines
No EOL
1.7 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project since will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [2.1.0] - 2023-01-19
|
|
|
|
### Added
|
|
|
|
- Add device auto-connect setter
|
|
|
|
### Fixed
|
|
|
|
- Connection settings route and address data types
|
|
|
|
## [2.0.0] - 2022-11-22
|
|
|
|
### Changes
|
|
|
|
- Update go-dbus to v5.1.0
|
|
- **BREAKING CHANGE** : Generic recursive settings map dbus variants decoding
|
|
|
|
## [0.5.0] - 2022-11-22
|
|
|
|
### Added
|
|
|
|
- Godoc standard comment prefix
|
|
- DnsManager
|
|
- Device: GetIp4Connectivity
|
|
- Constants for Nm80211APSec
|
|
- Add gitignore
|
|
|
|
### Fixed
|
|
|
|
- CheckpointCreate: fix devicePaths variable scope
|
|
|
|
## [0.4.0] - 2022-01-17
|
|
|
|
### Added
|
|
|
|
- AccessPoint: add LastSeen property
|
|
|
|
### Changed
|
|
|
|
- Examples: move examples to their own subfolders
|
|
|
|
### Fixed
|
|
|
|
- DeviceWireless: remove duplicated fields
|
|
- PrimaryConnection: use ActiveConnection type
|
|
- SubscribeState: add the path to the recieved chan type, catch connect event for ActiveConnection
|
|
|
|
## [0.3.0] - 2020-03-26
|
|
|
|
### Added
|
|
|
|
- SetPropertyManaged (@joseffilzmaier)
|
|
- GetConnectionByUUID (@paulburlumi)
|
|
- VpnConnection
|
|
- ActiveConnectionSignalStateChanged
|
|
- CheckpointRollback
|
|
- SetPropertyWirelessEnabled (@Raqbit)
|
|
- Settings.ReloadConnections (@appnostic-io)
|
|
|
|
Static connection example (@everactivemilligan)
|
|
|
|
### Fixed
|
|
|
|
- GetPropertyRouteData panic (@zhengdelun)
|
|
|
|
## [0.2.0] - 2020-03-06
|
|
|
|
### Fixed
|
|
|
|
- added missing flag for Reload
|
|
- added parameter specific_object for AddAndActivateConnection
|
|
- Fix CheckpointCreateand GetPropertyCheckpoints
|
|
|
|
### Added
|
|
|
|
- Add property setter helper
|
|
- Add Device.SetPropertyRefreshRateMs
|
|
- Add Device.Reapply |