This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
gonetworkmanager/CHANGELOG.md
Christian Müller 5cd4632c13 v2.1.0
2023-01-19 15:01:30 +01:00

1.7 KiB

Changelog

All notable changes to this project since will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[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