Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

68 lines (40 loc) · 1.12 KB

Changelog

0.1.13

  • Add trash portal
  • Add ActionInvoked signal to notification portal.

0.1.12

  • Add XdgSettingsPortal.settingChanged stream.
  • Add some stub portals that just get the portal version for now.

0.1.11

  • Add Secret, Documents portals.
  • Don't send empty reason by default on accounts portal.
  • Remove accidental code added to accounts example.

0.1.10

  • Add Background portal.
  • Add Camera portal.
  • Expose request exceptions in the API.
  • Add getVersion() methods for each portal.
  • Fix requests not being closed after a response.

0.1.9

  • Add Account portal.

0.1.8

  • Add FileChooser portal.

0.1.7

  • Use a property for XdgNetworkMonitorPortal.status

0.1.6

  • Use a stream for network status.

0.1.5

  • Hide request and session API, use exceptions and streams instead.

0.1.4

  • Fix handling of requests and sessions.
  • Added NetworkMonitor portal.

0.1.3

  • Added location portal.
  • Add missing documentation.

0.1.2

  • Added proxy resolver, open URI and email portals.
  • Fix actions on notification portal.

0.1.1

  • Added notification portal.

0.1.0

  • Initial release.