|
diff --git a/NEWS b/NEWS index 3d403f2..edf9251 100644 --- a/ NEWS+++ b/ NEWS |
|
@@ -1,17 +1,19 @@ |
| |
1 | 0.0.5 () |
| |
2 | - Added toolbar button |
1 | 0.0.4 (November 13th, 2006) |
3 | 0.0.4 (November 13th, 2006) |
2 | - Added button to remove linebreaks from generated HTML |
4 | - Added button to remove linebreaks from generated HTML |
3 | - Added the word 'sidebar' to the extension name so that you don't have to look hard for it |
5 | - Added the word 'sidebar' to the extension name so that you don't have to look hard for it |
4 | - UI polishing, including making it more boring |
6 | - UI polishing, including making it more boring |
5 | - code cosmetics |
7 | - code cosmetics |
6 | 0.0.3 (November 6th, 2006) |
8 | 0.0.3 (November 6th, 2006) |
7 | - Firefox 2.0 compatibility |
9 | - Firefox 2.0 compatibility |
8 | 0.0.2 (October 17th, 2006) |
10 | 0.0.2 (October 17th, 2006) |
9 | - Added brief help file |
11 | - Added brief help file |
10 | - Fixed HTML generation code |
12 | - Fixed HTML generation code |
11 | - Fixed a mistyped flickr url so that the 'Flickr' button works now |
13 | - Fixed a mistyped flickr url so that the 'Flickr' button works now |
12 | 0.0.1 (October 3rd, 2006) |
14 | 0.0.1 (October 3rd, 2006) |
13 | - Added ability to paginate through search results |
15 | - Added ability to paginate through search results |
14 | - Fixed packaging bug that omitted packaging license dialog |
16 | - Fixed packaging bug that omitted packaging license dialog |
15 | - A lot of code cleanup and UI polishing |
17 | - A lot of code cleanup and UI polishing |
16 | 0.0 (September 26th, 2006) |
18 | 0.0 (September 26th, 2006) |
17 | - Initial release |
19 | - Initial release |
|
|
diff --git a/NEWS.xml b/NEWS.xml index f91cd8e..c4de76b 100644 --- a/ NEWS.xml+++ b/ NEWS.xml |
|
@@ -1,25 +1,28 @@ |
1 | <?xml version="1.0" encoding="us-ascii"?> |
1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> |
2 | <news> |
| |
3 | <version version="0.0.5"> |
| |
4 | <ni>Added toolbar button</ni> |
| |
5 | </version> |
3 | <version version="0.0.4" date="November 13th, 2006"> |
6 | <version version="0.0.4" date="November 13th, 2006"> |
4 | <ni>Added button to remove linebreaks from generated HTML</ni> |
7 | <ni>Added button to remove linebreaks from generated HTML</ni> |
5 | <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> |
8 | <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> |
6 | <ni>UI polishing, including making it more boring</ni> |
9 | <ni>UI polishing, including making it more boring</ni> |
7 | <ni>code cosmetics</ni> |
10 | <ni>code cosmetics</ni> |
8 | </version> |
11 | </version> |
9 | <version version="0.0.3" date="November 6th, 2006"> |
12 | <version version="0.0.3" date="November 6th, 2006"> |
10 | <ni>Firefox 2.0 compatibility</ni> |
13 | <ni>Firefox 2.0 compatibility</ni> |
11 | </version> |
14 | </version> |
12 | <version version="0.0.2" date="October 17th, 2006"> |
15 | <version version="0.0.2" date="October 17th, 2006"> |
13 | <ni>Added brief help file</ni> |
16 | <ni>Added brief help file</ni> |
14 | <ni>Fixed HTML generation code</ni> |
17 | <ni>Fixed HTML generation code</ni> |
15 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> |
18 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> |
16 | </version> |
19 | </version> |
17 | <version version="0.0.1" date="October 3rd, 2006"> |
20 | <version version="0.0.1" date="October 3rd, 2006"> |
18 | <ni>Added ability to paginate through search results</ni> |
21 | <ni>Added ability to paginate through search results</ni> |
19 | <ni>Fixed packaging bug that omitted packaging license dialog</ni> |
22 | <ni>Fixed packaging bug that omitted packaging license dialog</ni> |
20 | <ni>A lot of code cleanup and UI polishing</ni> |
23 | <ni>A lot of code cleanup and UI polishing</ni> |
21 | </version> |
24 | </version> |
22 | <version version="0.0" date="September 26th, 2006"> |
25 | <version version="0.0" date="September 26th, 2006"> |
23 | <ni>Initial release</ni> |
26 | <ni>Initial release</ni> |
24 | </version> |
27 | </version> |
25 | </news> |
28 | </news> |
|