1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
Overview of changes in snapd-glib 0.8
* Store auth data inside SnapdClient (API and ABI break)
* Return suggested currency in find request (API and ABI break)
* Only call progress callback if something changes
Overview of changes in snapd-glib 0.7
* Return error codes when icons fail to download
* Fix sync methods not working inside async callbacks
* Use GDateTime for date/time values returned by snapd
Overview of changes in snapd-glib 0.6
* Fix memory ownership for returned results from list/find
* Add missing docstrings
* Fix small memory leaks
Overview of changes in snapd-glib 0.5
* Add copyright headers
* Mark authentication parameters optional
Overview of changes in snapd-glib 0.4
* Limit poll rate to 100ms
* Implement progress callbacks
* Handle bad responses
Overview of changes in snapd-glib 0.3
* Fix some memory management
Overview of changes in snapd-glib 0.2
* Drop versioning from libraries
Overview of changes in snapd-glib 0.1
* Initial release
|