Changelog for desktop-portal-0.8.0.2
0.8.0.2
Changed
- Support dbus 1.4.x
0.8.0.1
Changed
- Move from Github to Radicle.
0.8.0.0
Changed
- Move to os-string 2+ and filepath 1.5+
0.7.0.0
Changed
- Switch from data-default-class to data-default. This is recommended by https://github.com/mauke/data-default/blob/ba1596728252c8f640d21225e728f508f2f3233c/Changes.pod#user-content-pod0.8.0.0
0.6.0.2
Changed
- Allow Cabal 3.10.3.0.
0.6.0.1
Changed
- Allow network 3.2.x.
0.6.0.0
Changed
- Convert more APIs from
FilePath
toOsPath
.
0.5.0.0
Changed
- Switch from
FilePath
to the newOsPath
.
0.4.0.0
Removed
- Remove
Desktop.Portal.Directories
. Use the directory package instead.
0.3.2.0
Added
- Add Camera Portal support.
0.3.1.0
Added
- Add Secret Portal support.
0.3.0.0
Fixed
- The OpenURI portal now supports OpenFile and OpenDirectory correctly. This uses the file descriptor support added with the Documents portal support.
0.2.2.0
Added
- Add Documents portal support.
0.2.1.0
Added
- Add OpenURI portal support.
0.2.0.0
Changed
- Functions now return FilePath instead of Text, where the value is always a file URI.
0.1.1.0
Added
- Add Settings portal support.
0.1.0.0
Added
- Make client connections explicit so they can be shared across requests and signal handlers.
- Add Notification portal support.
0.0.1.0
Initial release.