-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
192 lines (139 loc) · 4.41 KB
/
NEWS
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
Changes in 48.alpha
=================
- Outsource external window management to libgxdp
- Fix the capabilities for the print dialog
- Fix memory leak in screencast widget
- Implement a signal handler to help with ASAN
- Use Adwaita widgets in the app chooser dialog
- Fix a memory management issue with the screencast widget
- Depend on xdg-desktop-portal >= 1.19.1
- Translation updates
Changes in 47.0
=================
- Translation updates
Changes in 47.rc
=================
- Fix restoring last used folder in the File Chooser portal
- Fix selecting multiple window on single selection
- Do not block xdg-desktop-portal-gnome when connecting to Nautilus
- Fix incorrectly set mimetype in the File Chooser portal
- Translation updates
Changes in 47.beta
=================
- Use GNOME Shell's private API for the Notification portal
- Use Nautilus for the File Chooser portal
- Translation updates
Changes in 47.alpha
=================
- Expose the new accent colors setting
- Various cleanups to the screencast widget
- Add support for the "supported_output_file_formats" option in the Print
portal
- Fix default layout mode of the ScreenCast/Remote Desktop portal
- Translation updates
Changes in 46.0
=================
- Translation updates
Changes in 46.rc
=================
- Translation updates
Changes in 46.beta
=================
- Depend on xdg-desktop-portal 1.18.2
- Use modern Adwaita widgets thoroughly
- Expose the org.gnome.desktop.calendar schema through the Settings portal
- Put all dialogs in separate window groups so they don't block each other
- Plug several memory leaks
- Redesign the screencast screen picker
- Translation updates
Changes in 45.0
=================
- Improve build system detection of libadwaita
- Translation updates
Changes in 45.rc
=================
- Advertise the version of the ScreenCast portal correctly
- Proxy the 'mapping_id' property to xdg-desktop-portal
- Translation updates
Changes in 45.beta
=================
- Implement the Input Capture portal
- Implement the Clipboard portal
- Implement restoration of remote desktop sessions
- Remote desktop: add the ability to communicate via an EIS socket
- Translation updates
Changes in 45.alpha
=================
- Support setting current folder in the file chooser's OpenFile method
- Ensure wallpaper is set with a valid URI
- Use provided accept label in Printer dialog
- Generate the gnome.portal file
- Translation updates
Changes in 44.1
=================
- Improve handling of non-existing files on the filechooser portal
- Minor debugging improvements to the backgrounds portal
- More precise initialization timing
- Fix duplicate monitor and window streams
- Translation updates
Changes in 44.0
=================
- Translation updates
Changes in 44.rc
=================
- Grant restore permission to transient mode by default
- Translation updates
Changes in 44.beta
=================
- Act as a service channel for portals for Mutter
- Translation updates
Changes in 44.alpha
=================
- Select files in read-write mode, add check box for read-only
- Advertise screencast support for virtual monitors
- Remove background permission dialog
- Translation updates
Changes in 43.0
=================
- Translation updates
Changes in 43.rc
=================
- Remember last app folder in the Filechooser portal
- Improve Closed signal emission in the RemoteDesktop/Screencast portal [#508]
- Translation updates
Changes in 43.beta
=================
- Don't show screenshot sharing dialog for non-interactive screenshots
- Fix restoring window screencast streams
- Translation updates
Changes in 43.alpha
=================
- Various fixes to the screencast dialog
- New Dynamic Launcher portal
- Plug various memory leaks
- Tweak wallpaper portal dialog
- Translation updates
Changes in 42.0.1
=================
- Adapt to xdg-desktop-portal screencast restore changes
- Don't send selection on remote desktop when nothing was selected
- Minor cleanups
Changes in 42.0
================
- Updated translations
Changes in 42.rc
================
- Support dark style preference
- Support virtual screen cast sources
- Redesign screencast portal window
- Implement screencast restoration
- Use libgnome-desktop-4 for wallpapers
- Implement Account portal
- Implement Print portal
Changes in 41.0
================
- Use the systemd pkg-config file to find the unit directory
Changes in 41.alpha
================
- Initial release
- Port to GTK4