-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
247 lines (207 loc) · 9.86 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
= 2017-04-16 chrome-gnome-shell 9 =
== Changes ==
* Shell extensions website is now opened on GNOME icon click.
* Show useful error message in Firefox instead of "Attempt to postMessage on
disconnected port" in case native connector is not installed.
* Improved error handling when GNOME Shell is not installed or not running.
* In case native connector not found show warning instead of error.
* Python-requests made optional dependency for native connector. In case it is
missed update check will not work.
* Implemented synchronization queue that will lower events overhead.
* Fixed synchronization issue that may disable all Shell extensions.
* Fixed compatibility issue with Firefox 54+.
* Fixed crash in native connector on older distros like Ubuntu Trusty.
* Fixed formating of error message in options page.
* Fixed gsettings GNOME Shell schema lookup in native connector.
* Removed deprecated and compatibility code. Firefox 52 is minimal supported
version now.
== Translations ==
* Czech (Marek Černocký)
* Danish (Alan Mortensen)
* Dutch (Hannie Dumoleyn)
* French (Alexandre Franke)
* Hungarian (Balázs Úr)
* Indonesian (Andika Triwidada, Kukuh Syafaat)
* Italian (Gianvito Cavasoli)
* Galician (Fran Dieguez)
* German (Florian Heiser, Mario Blättermann)
* Korean (Seong-ho Cho)
* Polish (Piotr Drąg)
* Portuguese (Brazil) (Rafael Fontenelle)
* Scottish Gaelic (GunChleoc)
* Swedish (Anders Jonsson)
== Known issues ==
* Native host connector is not working in Google Chrome and Opera when
installed via Debian Stretch or Sid repositories. To know "why?" look
here (https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/17),
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840804) and
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840235). For a
workaround look here
(https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting).
* Web extension is broken on FreeBSD because of bug 212925
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212925).
= 2017-03-02 chrome-gnome-shell 8.2 =
== Changes ==
* Fixed error that prevents update notification to appear (github#36).
* Fixed error that prevents extensions.gnome.org to be opened when update notification was clicked.
* Fixed crash in native host connector when GNOME Shell is not running (github#35).
== Translations ==
* Finnish (Jiri Grönroos)
* Serbian (Мирослав Николић)
== Known issues ==
* Native host connector is not working in Google Chrome and Opera when installed via Debian Stretch or Sid
repositories. To know "why?" look
here (https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/17),
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840804) and
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840235). For a workaround
look here
(https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting).
* Web extension is broken on FreeBSD because of bug 212925
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212925).
= 2017-02-12 chrome-gnome-shell 8.1 =
== Changes ==
* Added check to make sure that "enabled-extensions" GNOME Shell setting does not contains duplicated values
(GNOME Shell bug 777650).
* Fixed error that breaks update check if there was extension installed without "version" key in manifest.
* Fixed error that prevents error message to be shown when update check is failed.
* Fixed connector segfault on browser close.
* Fixed possible error in synchronization process that may delete some extensions.
* Switched Ubuntu PPA packages to use Python 3.
== Translations ==
* Danish (Alan Mortensen)
* German (Mario Blättermann)
* Slovak (Dušan Kazik)
== Known issues ==
* Native host connector is not working in Google Chrome and Opera when installed via Debian Stretch or Sid
repositories. To know "why?" look
here (https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/17),
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840804) and
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840235). For a workaround
look here
(https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting).
* Web extension is broken on FreeBSD because of bug 212925
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212925).
= 2017-01-04 chrome-gnome-shell 8 =
== Changes ==
* Added Mozilla Firefox support (https://addons.mozilla.org/ru/firefox/addon/gnome-shell-integration/).
Native host connector version 8 or newer required.
* Added support for asynchronous browser API to extensions.gnome.org and switched chrome-gnome-shell to using such API.
Review pages are works well now when browser extension is enabled.
* Moved update check code to native connector to be able to get verbose error messages when update check is failed.
Python Requests 2 required now.
* Implemented notifications support in native connector. This will unify notifications for all supported browsers.
As part of this change native connector rewritten as GApplication with DBus activation. DBus support is required now.
* Code cleanup.
== Translations ==
* Czech (Marek Černocký)
* Dutch (Hannie Dumoleyn)
* French (Alexandre Franke)
* Italian (Gianvito Cavasoli)
* Polish (Piotr Drąg)
* Portuguese (Brazil) (Rafael Fontenelle)
* Spanish (Daniel Mustieles)
* Swedish (Anders Jonsson, Josef Andersson)
* Turkish (Muhammet Kara)
== Known issues ==
* Native host connector is not working in Google Chrome and Opera when installed via Debian Stretch or Sid
repositories. To know "why?" look
here (https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/17),
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840804) and
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840235). For a workaround
look here
(https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting).
* Web extension is broken on FreeBSD because of bug 212925
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212925).
= 2016-11-19 chrome-gnome-shell 7.2 =
== Changes ==
* Fixed Ubuntu/Debian packaging.
* Prepared extension to extensions.gnome.org site update.
* Code cleanup.
== Translations ==
* Danish (Alan Mortensen)
* Occitan (Cédric Valmary)
== Known issues ==
* Native host connector is not working in Google Chrome when installed via Debian Sid repository
or Ubuntu 16.10 Universe repository. To know "why?" look
here (https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/17),
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840804) and
here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840235). For a workaround
look here
(https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting).
* Web extension is broken on FreeBSD because of bug 212925
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212925).
= 2016-09-24 chrome-gnome-shell 7.1 =
== Changes ==
* Fixed continuous error popups while checking extensions update if system
GNOME Shell extensions are installed or user extension metadata is broken
(thanks to yut23 from Github for finding this at bug #8
(https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/8)).
* Fixed possible wrong GNOME Shell signals subscription.
* Fixed possible asynchronous error on unsupported platforms.
* Fixed build on FreeBSD.
* Fixed Ubuntu/Debian package.
* Native messaging connector optimization.
== Translations ==
* Czech (Marek Černocký)
* Italian (Gianvito Cavasoli)
* Portuguese (Brazil) (Rafael Fontenelle)
== Known issues ==
Web extension is broken on FreeBSD because of bug 212925
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212925).
= 2016-09-05 chrome-gnome-shell 7 =
== Changes ==
* Opera browser support (https://addons.opera.com/ru/extensions/details/gnome-shell-integration/).
Native host connector version 7 or newer required.
* Implemented extensions synchronization via browser remote storage (not supported in Opera).
* Extension installation now forced via Chrome policies.
* Native host connector stability enchancements.
* Native host connector now installed with distutils.
* Added workaround for wrong FreeBSD Chromium patch.
== Translations ==
* Catalan (Jordi Mas i Hernàndez)
* Dutch (Hannie Dumoleyn)
* Finnish (Jiri Grönroos)
* French (Alexandre Franke)
* German (Mario Blättermann)
* Hungarian (Meskó Balázs)
* Polish (Piotr Drąg)
* Portuguese (Brazil) (Enrico Nicoletto)
* Scottish Gaelic (GunChleoc)
* Serbian (Мирослав Николић)
* Slovenian (Matej Urbančič)
* Spanish (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Turkish (Muhammet Kara)
= 2016-08-06 chrome-gnome-shell 6.2 =
== Changes ==
* Fixed a hang in native host connector.
* Fixed several errors that may break extension initialization.
* Added information message while extension starting up.
== Translations ==
* Catalan (Jordi Mas i Hernàndez)
* French (Alexandre Franke)
* German (Wolfgang Stoeggl)
* Hungarian(Balázs Meskó, Gabor Kelemen)
* Indonesian (Andika Triwidada)
* Polish (Piotr Drąg)
* Portuguese (Brazil) (Rafael Fontenelle)
* Portuguese (Portugal) (Tiago Santos)
* Spanish (Daniel Mustieles)
* Swedish (Anders Jonsson)
= 2016-06-07 chrome-gnome-shell 6.1 =
== Translations ==
* French (Alain Lojewski)
* German (Mario Blättermann)
* Spanish (Daniel Mustieles)
= 2016-05-14 chrome-gnome-shell 6 =
== Changes ==
* Python 3 support for native host connector
* It's possible now to show exact network error when it occurs. This feature
may be activated in options page and requires
webRequest (https://developer.chrome.com/extensions/webRequest) permission
(https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/2)
* Switched to gettext format for translations
== Translations ==
* Polish (Piotr Drąg)
* Portuguese (Brazil) (Rafael Fontenelle)
* Swedish (Anders Jonsson)