My favorites | Sign in
Logo
                
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
Author: Jan Odvarko, odvarko@gmail.com, http://www.softwareishard.com/
Home page: http://www.janodvarko.cz/firecookie
Addon page: https://addons.mozilla.org/en-US/firefox/addon/6683
Issue list: http://code.google.com/p/firecookie/issues/list
Localization: http://www.babelzilla.org/forum/index.php?showtopic=4494

Release Notes for Firecookie 0.8
--------------------------------

== Enhancements ==
* Each entry in the Net panel contains additional info about received and sent
cookies (issue 27)
* It is possible to export all cookie (or cookies for the current site only) into
a cookies.txt file (using the standard format of this file)

== Bug Fixes ==
* Issue 18: Unescape cookie values
* Issue 21: Text in the console-tab is not localized
* Issue 24: System pages & local files
* Issue 25: Changing expire time to Session deletes cookie
* Issue 27: Cookies info-tab for network request
* Issue 28: export cookies to cookies.txt

Release Notes for Firecookie 0.7
--------------------------------

== Enhancements ==
* Cookies panel now supports activation just like Console, Script and Net
panels in Firebug. So, it's possible to disable the panel entirely or for
specific hosts (issue 15).
* The console cookie event displays a source URL (as a tooltip for the domain
link on the right side), which causes the cookie modification. Of course,
"Cookies->Options->Show logs in console" option must be on to see it (issue 5)
* The "Remove for site" toolbar button has been renamed to "Remove Cookies".
This action always removes only cookies currently displayed in the list (Issue 10).
Notice that the list can be filtered using:
(a) The Filter toolbar button.
(b) The Firebug's search box (located on the right side of the FB tab bar).
* Support for HttpOnly cookies. There is a new column indicating whether a cookie
is HttpOnly or not and the Edit Cookie dialog makes possible to change this flag.
Also clipboard has been updated to support it (issue 14).

=== Cookie Expire Time ===
* Expire time is now displayed using the local time zone and locale.
* The Edit Cookie dialog uses date and time pickers so, editing also
supports local time zone and current language. This is available
only for Firefox 3 and higher (issue 6).

== Localization ==
* pl-PL localization - contribution by Leszek(teo)Życzkowski
* de-De localization - contribution by CosmicForce
* pt-BR localization - contribution by Alberto Eidh
* tr-TR localization - contribution by Efecan Erdur
* cs-CS localization - contribution by Lukáš Kucharczyk
* fr-FR localization - contribution by delphine
* es-ES localization - contribution by Johnbo

== Bug Fixes ==
* Issue 2: Edit Cookie feature does not change the cookie value
* Issue 3: + doesnt change to -
* Issue 5: Allow display of cookie change source in console log (suggestion)
* Issue 6: Local time for 'Expires'
* Issue 8: Localization + tooltips
* Issue 10: Delete filtered cookies
* Issue 11: Default cookie value + extension description are not localized
* Issue 14: HttpOnly support
* Issue 15: Enable/Disable cookie panel
* Issue 16: Firecookie 0.7beta4 not compatable with Firebug 1.3.0a1
* Issue 17: Summary of cookie value is truncated in "value" column
* Issue 20: The value of a cookie isn't displayed if you click on the +
Show details Hide details

Change log

r104 by odvarko on Feb 14, 2009   Diff
Update release notes.
Go to: 
Project members, sign in to write a code review

Older revisions

r84 by odvarko on Dec 10, 2008   Diff
Tabs replaced with whitespaces,
unnecessary whitespaces removed.
r83 by odvarko on Dec 10, 2008   Diff
Convert file endings to Unix style.
r64 by odvarko on Sep 24, 2008   Diff
Update ReleaseNotes.txt
All revisions of this file

File info

Size: 3489 bytes, 70 lines
Hosted by Google Code