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