~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/changelog

  • Committer: Yvon TANGUY
  • Date: 2014-04-09 19:37:40 UTC
  • Revision ID: vono@vono.zsh.jp-20140409193740-1cqp6j5bgei4g91n
Fix #1305252 : Regression: preference extensions.cookiekeeper.version not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
      · When a cookie change, sometimes the wrong cookie is updated in the view.
105
105
   - Some clean code... as usual ;-)
106
106
 
107
 
1.7.3 - 11/04/2014
 
107
1.7.3 - 08/04/2014
108
108
→ New:
109
 
   - #1301334: Cookies site permissions management (in the CookieKeeper preferences)
 
109
   - #1301334: Backport cookies site permissions management
110
110
→ Fixed:
111
 
   - #1297874: Many events problems in TreeView:
 
111
   - #1297874: Backport: Many events problems in TreeView
112
112
      · Possible to (un) protect an item with a double click on the tree view header.
113
 
      · The sort on columns should only be done with the left mouse button.
 
113
      · The sort on columns should only be done with the left mouse button (Same problem on the protected cookie list).
114
114
      · Right click on the header shouldn't show the context menu.
115
 
   - #1301223: The import of CookieCuller preferences is not working since 1.7.0.
116
 
   - #1301342: When closing the last browser window, all CK windows may not be closed.
117
 
   - #1301535: UI consistencies:
118
 
      · Protected cookies panel: Move the "Remove" button to the bottom (under the treeview).
119
 
      · Browsers panel: Better alignments for the "limit lifetime" option.
120
 
   - #1302499: Windows XP: Ugly drop-down icon in the import/export menu button.
121
 
   - #1303137: Preferences dialogue size problems:
122
 
      · On GNU/Linux Changing the preferences dialogue size, do not always change the content size.
123
 
      · On MacOSX the protected cookie list display only one item at a time (not tested, I don't have a Mac...).
124
 
   - #1305252: Technical regression: The preference "extensions.cookiekeeper.version" was not always set.
125
 
 
126
 
1.7.4 - 25/04/2014
127
 
→ Fixed:
128
 
   - #1306810: Cookie Editor have now a better look and consistency.
129
 
   - #1307426: Toolbar icon refinements:
130
 
      · Toolbar icon:
131
 
         * Support different size (small/large buttons) for OS/app which this is supported.
132
 
         * Change the icon size when place in the toolbox (depends also on the OS/app).
133
 
         * Note: Firefox before v19 do not support nsIStyleSheetService.AUTHOR_SHEET, so it do not work on theses version.
134
 
      · Australis minimal support (not an Australis menu, but at least make it looks right).
135
 
   - #1307550: MacOSX: Many small problems fixed.
136
 
      · Add fixed for the preferences window, when "browser.preferences.animateFadeIn" set to true (all OS).
137
 
      · Change the "Protected cookies" tab to "Protection", and update the icon (all OS).
138
 
      · Make the main cookie window, and the cookie editor window resizable.
139
 
      · Fix iradio looking (protection filter), when focus & hover.
140
 
      · Change the protected icon.
141
 
      · Browser icon in the preference panel has been resize to 32x32 pixels, like the others.
142
 
   - More robust import/export.
143
 
   - UI refinements:
144
 
      · SeaMonkey: Use the same icon for unprotected cookies than the Firefox one.
145
 
      · Select the tree after changing the global protection filter (show all cookies/protected/unprotected)
146
 
      · Preferences, list of protected cookies: Select the first cookie in the list when display the list for the first time.
147
 
      · Add missing english translations (when display only protected or unprotected cookies).
148
 
   - #1307142: Technical fix when the add-on shutdown: The string bundle service cache is now flushed.
149
 
     This change prevent bugs when new translations are added.
150
 
 
151
 
1.8.0 - 26/12/2014
 
115
   - #1301223: Migration of CookieCuller prefs not working since 1.7.0
 
116
   - #1301342: Backport: When closing the last browser window, all CK windows may not be closed
 
117
   - #1301535: Backport UI consistency
 
118
      · Protected cookies panel: Move the "Remove" button to the bottom (under the treeview)
 
119
      · Browsers panel: better alignments for some the limit lifetime.
 
120
   - #1302499: WinXP: Ugly dropdown icon for the import/export menu button
 
121
   - #1303137: Preferences dialog size problems:
 
122
      · On GNU/Linux the preferences dialog has a resize problem.
 
123
      · On MacOSX the protected cookie list display only one item at a time (not tested...).
 
124
   - #1305252: Regression: preference extensions.cookiekeeper.version not set
 
125
 
 
126
1.8.0 - 29/04/2014
152
127
→ New:
153
 
   - Experimental DOM storage support:
154
 
      · View
155
 
      · Edit
156
 
      · Protect
157
 
      · Delete unprotected at exit
158
 
   - Add Australis UI support (Firefox 29.0+)
159
 
   - Import/Export:
160
 
      · Support JSON file format
161
 
      · New exports: permissions & protections list.
162
 
      · Show a notification to confirm the import or export result.
163
 
   - The warning if the browser preferences can interfered with CookieKeeper is now display as a notification
164
 
   - Show a warning when a session cookie is protected (protected icon change, a notification is displayed)
165
 
   - Restore the "Delete and block" functionality.
166
 
   - Add a context menu to the Preferences/Permissions panel
167
 
   - Uninstall: Remove CookieKeeper references from localstore.rdf
168
 
   - Sort cookies by host: Ctrl+click on the host column header display the list has a flat view
 
128
   - #1297913: Experimental DOM Storage support
 
129
   - Add: Australis UI support (Firefox 29.0+)
169
130
   - Minor UI updates
170
 
   - Add Dutch locale (nl), thanks to markh van BabelZilla.org
171
 
   - Translations fixes
172
 
→ Fixed:
173
 
   - #1379937 Pale Moon 25.0.x errors
174
 
 
175
 
1.8.1 - 02/01/2015
176
 
→ New:
177
 
   - Add Chinese (Simplified) locale (zh-CN), thanks to YFdyh000 BabelZilla.org
178
 
→ Fixed:
179
 
   - Minor technical problems
180
 
 
181
 
1.8.2 - 19/01/2015
182
 
→ New:
183
 
   - #1411554: Fix the strippedHost for IP address (used for cookies domain folder)
184
 
   - #1412193: Use the "public suffix", see https://www.publicsuffix.org/ to avoid regroup site like ".co.uk" or ".co.jp"
185
 
→ Fixed:
186
 
   - #1411605: TypeError: items is undefined.
187
 
   - #1411246: Palemoon browser: The alert if palemoon pref delete all cookies is not display.
188
 
   - #1411232: PrivateBrowsingUtils.isWindowPrivate() is deprecated.
189
 
 
190
 
1.8.3 - 02/03/2015
191
 
→ Fixed:
192
 
   - #1412534: TypeError: this.parentNode.parentNode is null.
193
 
   - #1412603: Asks for coockieculler migration every time it's updated.
194
 
   - #1412783: Australis UI error when install.
195
 
 
196
 
1.8.4 - 04/03/2015
197
 
→ Fixed:
198
 
   - #1428270: CK causing Plugin Loop: chipkarte.santanderbank.de.
199
 
 
200
 
1.8.5 - 31/03/2015
201
 
→ Fixed:
202
 
   - #1436404: Main CK Window/Context menu: Copy a DOM HTML5 name do not work.
203
 
   - #1436416: Main CK Window/Context menu: Delete & Block do not work for DOM Storage.
204
 
   - #1435930: localstore.rdf is deprecated since Firefox 34.
205
 
 
206
 
1.9.0 - 05/04/2016
207
 
→ New:
208
 
   - Browser menu/Toolbar menu/Australis panel:
209
 
      · Allow to change website cookies permissions.
210
 
      · Allow to open the cookies window with the current tab website.
211
 
   - LSO (Flah cookies) management (list/delete/display content as a JSON).
212
 
   - Allow to clear HSTS "Super cookies".
213
 
   - Allow to protect cookies from bookmarked items.
214
 
   - CookieKeeper window:
215
 
      · Merge import/export, access to preferences, etc. into one menu.
216
 
      · Shift+click on the "Site" column, fold/unfold all domains.
217
 
   - Import/Export: Set the default format to JSON.
218
 
   - Preferences:
219
 
      · Add browser preference "Third-party cookies: Session only".
220
 
      · Add CK option: "Do not warn if protect a session cookie".
221
 
      · Allow to use the classical menu insteal of the Australis panel (Firefox only).
222
 
      · Optional new preferences window, using HTML instead of XUL. Displayed in a standard browser tab.
223
 
   - Translations:
224
 
      · Add Russian translation thanks to loki2603 (BabelZilla.org)
225
 
      · Add German translation thanks to Wawuschel (BabelZilla.org)
226
 
   - Minimal K-Meleon browser support
227
 
 
228
 
→ Fixed:
229
 
   - Fix compatibility:
230
 
      · Permissions API changed in Firefox.
231
 
      · Fetch DOM Storage in Firefox 47.
232
 
      · Remove browser preference "Ask me everytime" cookies option (see https://bugzilla.mozilla.org/show_bug.cgi?id=606655)
233
 
   - Lots of minor fixes.
234
 
 
235
 
1.9.1 - 07/04/2016
236
 
→ Fixed:
237
 
   - Can't delete flash cookies.
238
 
   - AMO validation: The "Console.jsm" location is changed in FFx 44+
239
 
 
240
 
1.9.2 - 15/04/2016
241
 
→ Fixed:
242
 
   - #1569423: Mozilla function nsICookie.remove() changed again
243
 
   - #1570139  K-Meleon: Add browser options privacy mode and sanitize cookies
244
 
   - Remove some ESLint warnings.
245
 
 
246
 
1.9.3 - 29/04/2016
247
 
→ Fixed:
248
 
   - #1569423: Mozilla function nsICookie.remove() changed again (Fix in the cookie editor).
249
 
   - #1571805: Fix import cookies from json. An error was displayed for protected cookies.
250
 
   - #1573145: Don't display / remove storage of WebExtensions.
251
 
   - #1573744: Dom storage editor: changes are not saved anymore.
252
 
   - #1575664: CK1.9.0: German translation update.