forked from garethhunt/modifyheaders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releasenotes.txt
220 lines (146 loc) · 5.66 KB
/
releasenotes.txt
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
-- Release Notes --
Release 0.7.1.3, 21 March 2012
* If the Host header is being modified using a regex pattern, the channel (nsIHttpChannel) is replaced.
The replaced channel has a modified URL (nsIStandarURL).
This utilizes code from the https-everywhere addon (IOUtil.js).
See also: http://stackoverflow.com/a/5207141/905908
As an example, using the Header value "{www.domain.com}{192.168.254.65}"
Will make all the requests from a page to that domain go to the IP address.
So a linked CSS on the index page etc - www.domain.com/css/style.css would be requested
as 192.168.254.65/css/style.css
Use case example: A firewall was blocking access to www.domain.com but not to it's IP.
--
Release 0.7.1.2, 21 March 2012
* The Modify action now supports replacing a header based on a regex in the value field.
Any string in the value for a Modify action which matches the form /foo/bar/ triggers the code.
foo can be a regular expression and bar is the string which replaces the match.
Example:
Action: Modify
Name: Host
Value: {^w{0,3}\.?domain.com$}{192.168.254.65}
This will change www.domain.com and domain.com to 192.168.254.65 if found in the Host header.
(Updated 28th)
--
Release 0.7.1.1, 30 November 2011
* Fixed bug 24593: Addon toolbar is displayed every time a new window is opened
--
Release 0.7.1.0, 23 November 2011
* Added the Modify Headers icon
* Replaced 'Always On' preference with Start/Stop button
* Minimum Firefox version required: 4.0
* Fixed bug #23854:
* Enhancements #23473, #24112: Icon/menu available in addon toolbar
* Removed support for Seamonkey 2.0
--
Release 0.7.0.2, 10 March 2011
* Fixed bug 23754: Redirects to http://<number>/ when moving an item (drag&drop)
--
Release 0.7.0.1, 10 March 2011
* Fixed bug 23612: Cannot resize columns in header window
--
Release 0.7.0, 6 March 2011
* Headers organized by Drag and Drop
* Move to Top/Bottom buttons replace Move Up/Down
* Header name input has auto-complete with pre-defined list of headers
** Custom headers will be added to the list at runtime
* Fixed defect 13485: Adding Cookie-Header is not successful
* Enhancement 18885: Use Pulldown Menu for Possible Header Values
* Lots of small code optimizations
--
Release 0.6.12, 28 February 2011
* Fixed JSON compatibility with Firefox 3.0
--
Release 0.6.11, 20 February 2011
* Fixed a bug related to sorting headers
--
Release 0.6.10, 12 February 2011
* Added support for Seamonkey 2.0.
* Fixed defect 32612: Cannot resize columns in header window.
* Modified all XUL files to use entities in preparation for localization.
* Added icons to make UI more attractive.
--
Release 0.6.9, 12 January 2011
* Two problems introduce with version 0.6.8 have been fixed:
1. Unable to resize the Modify Headers window.
2. Unable to open Modify Headers in a new tab.
--
Release 0.6.8, 6 January 2011
* Added support for Firefox 4.0
* Improved header export/import
* Changed export format to JSON
--
Release 0.6.7, 12 October 2010
* Added support for Firefox 4.0b6
--
Release 0.6.6, 13 April 2009
* Fixed bug 20776 - Importing headers fails
--
Release 0.6.5, 4 April 2009
* Added comment attribute for each header
* Fixed bug 20755 - Menu item should bring window to front
--
Release 0.6.4, 24 February 2007
* Fixed bug 18687 - Modifyheaders does not work in Fx 3
* Added support for Firefox 3.0 beta 3
--
Release 0.6.3, 8 December 2007
* Fixed bug 17894 - Headers with blank name and value can now be imported
* Added support for Firefox 3.0 beta 1
--
Release 0.6.2, 11 September 2007
* Extended support for Flock 1.0
--
Release 0.6.1, 20 May 2007
* Experimental modifications to UI
* Removed tabs
* Help hosted externally to the Addon
* Configuration comes from a pop-out at the bottom of the page
--
Release 0.6.0, 29 April 2006
* Added Import/Export function
* Usability improvements
--
Release 0.5.4, 11 October 2006
* Fixed Edit feature so that the correct value of Add, Modify, Filter menulist is selected when the Edit button.
--
Release 0.5.3, 3 October 2006
* Added support for Firefox 2.0 (full release: 2.0.0.*)
--
Release 0.5.2, 24 September 2006
* Added support for Firefox 2 (beta 2), Flock, Nvu and Seamonkey
* Added debug preference - accessible through about:config
* Added list of contributors
* Other small code tweaks and improvements
--
Release 0.5.1, 12 December 2005:
* Bug fix release. The debug logging was accidentally left on. This has now been switched off
--
Release 0.5, 21 November 2005:
* Implemented Modify Headers service so that requests can be modified when the extension window is closed.
* Added 'Always On' preference to the configuration window.
* Updated help function to include release notes and roadmap
* Provided compatibility with Firefox v1.5 rc 1
--
Release 0.3.1, 12 July 2005:
* Small tweaks to make the extension suitable for update.mozilla.org.
--
Release 0.3, 4 May 2005:
* Added help function in separate tab, includes link to bugzilla
* Fixed bug 9910: scroll bar masks enable/disable indicators.
* Fixed bug 9911: enable all/disable all
--
Release 0.2, 1 March 2005:
* Add confirmation when deleting a header from the list.
* Implemented the Add/Modify/Filter behaviour. (previously was just Add).
* Fixed edit bug, where action column was not changed.
* Double click to Enable/Disable headers.
* Default status for newly added header is now Enabled.
* Added key for enabled/disabled.
* Moved enabled column to RHS.
* Hidden tree column picker.
--
Release 0.1:
* Fix image updating issue. When header is enabled/disabled, the tree image is not changed until the mouse moves over the tree control.
* Stretch the tree to fit
* Implement the move up/down buttons.
* Implement the form reset button.