|
diff --git a/NEWS b/NEWS index 61a115a..406be5e 100644 --- a/ NEWS+++ b/ NEWS |
|
@@ -1,24 +1,29 @@ |
| |
1 | 0.0.6 () |
| |
2 | - Added ability to edit future photo privacy settings before uploading |
| |
3 | - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). |
| |
4 | - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) |
| |
5 | - doubleclicking files in uploads tab |
1 | 0.0.5 (November 17th, 2006) |
6 | 0.0.5 (November 17th, 2006) |
2 | - Added toolbar button |
7 | - Added toolbar button |
3 | - Generating HTML for photos selection in sets browser |
8 | - Generating HTML for photos selection in sets browser |
4 | - Enter or double click on photo in set now opens photo in flickr |
9 | - Enter or double click on photo in set now opens photo in flickr |
5 | - Double click on photoset opens photoset in flickr |
10 | - Double click on photoset opens photoset in flickr |
6 | - Hiding completely photo properties in sets browser when no photo |
11 | - Hiding completely photo properties in sets browser when no photo |
7 | selected |
12 | selected |
8 | 0.0.4 (November 13th, 2006) |
13 | 0.0.4 (November 13th, 2006) |
9 | - Added button to remove linebreaks from generated HTML |
14 | - Added button to remove linebreaks from generated HTML |
10 | - Added the word 'sidebar' to the extension name so that you don't have to look hard for it |
15 | - Added the word 'sidebar' to the extension name so that you don't have to look hard for it |
11 | - UI polishing, including making it more boring |
16 | - UI polishing, including making it more boring |
12 | - code cosmetics |
17 | - code cosmetics |
13 | 0.0.3 (November 6th, 2006) |
18 | 0.0.3 (November 6th, 2006) |
14 | - Firefox 2.0 compatibility |
19 | - Firefox 2.0 compatibility |
15 | 0.0.2 (October 17th, 2006) |
20 | 0.0.2 (October 17th, 2006) |
16 | - Added brief help file |
21 | - Added brief help file |
17 | - Fixed HTML generation code |
22 | - Fixed HTML generation code |
18 | - Fixed a mistyped flickr url so that the 'Flickr' button works now |
23 | - Fixed a mistyped flickr url so that the 'Flickr' button works now |
19 | 0.0.1 (October 3rd, 2006) |
24 | 0.0.1 (October 3rd, 2006) |
20 | - Added ability to paginate through search results |
25 | - Added ability to paginate through search results |
21 | - Fixed packaging bug that omitted packaging license dialog |
26 | - Fixed packaging bug that omitted packaging license dialog |
22 | - A lot of code cleanup and UI polishing |
27 | - A lot of code cleanup and UI polishing |
23 | 0.0 (September 26th, 2006) |
28 | 0.0 (September 26th, 2006) |
24 | - Initial release |
29 | - Initial release |
|
|
diff --git a/NEWS.xml b/NEWS.xml index bb54e5c..02a89df 100644 --- a/ NEWS.xml+++ b/ NEWS.xml |
|
@@ -1,33 +1,39 @@ |
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.6"> |
| |
4 | <ni>Added ability to edit future photo privacy settings before uploading</ni> |
| |
5 | <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni> |
| |
6 | <ni>Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)</ni> |
| |
7 | <ni>doubleclicking files in uploads tab</ni> |
| |
8 | </version> |
3 | <version version="0.0.5" date="November 17th, 2006"> |
9 | <version version="0.0.5" date="November 17th, 2006"> |
4 | <ni>Added toolbar button</ni> |
10 | <ni>Added toolbar button</ni> |
5 | <ni>Generating HTML for photos selection in sets browser</ni> |
11 | <ni>Generating HTML for photos selection in sets browser</ni> |
6 | <ni>Enter or double click on photo in set now opens photo in flickr</ni> |
12 | <ni>Enter or double click on photo in set now opens photo in flickr</ni> |
7 | <ni>Double click on photoset opens photoset in flickr</ni> |
13 | <ni>Double click on photoset opens photoset in flickr</ni> |
8 | <ni>Hiding completely photo properties in sets browser when no photo |
14 | <ni>Hiding completely photo properties in sets browser when no photo |
9 | selected</ni> |
15 | selected</ni> |
10 | </version> |
16 | </version> |
11 | <version version="0.0.4" date="November 13th, 2006"> |
17 | <version version="0.0.4" date="November 13th, 2006"> |
12 | <ni>Added button to remove linebreaks from generated HTML</ni> |
18 | <ni>Added button to remove linebreaks from generated HTML</ni> |
13 | <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> |
19 | <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> |
14 | <ni>UI polishing, including making it more boring</ni> |
20 | <ni>UI polishing, including making it more boring</ni> |
15 | <ni>code cosmetics</ni> |
21 | <ni>code cosmetics</ni> |
16 | </version> |
22 | </version> |
17 | <version version="0.0.3" date="November 6th, 2006"> |
23 | <version version="0.0.3" date="November 6th, 2006"> |
18 | <ni>Firefox 2.0 compatibility</ni> |
24 | <ni>Firefox 2.0 compatibility</ni> |
19 | </version> |
25 | </version> |
20 | <version version="0.0.2" date="October 17th, 2006"> |
26 | <version version="0.0.2" date="October 17th, 2006"> |
21 | <ni>Added brief help file</ni> |
27 | <ni>Added brief help file</ni> |
22 | <ni>Fixed HTML generation code</ni> |
28 | <ni>Fixed HTML generation code</ni> |
23 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> |
29 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> |
24 | </version> |
30 | </version> |
25 | <version version="0.0.1" date="October 3rd, 2006"> |
31 | <version version="0.0.1" date="October 3rd, 2006"> |
26 | <ni>Added ability to paginate through search results</ni> |
32 | <ni>Added ability to paginate through search results</ni> |
27 | <ni>Fixed packaging bug that omitted packaging license dialog</ni> |
33 | <ni>Fixed packaging bug that omitted packaging license dialog</ni> |
28 | <ni>A lot of code cleanup and UI polishing</ni> |
34 | <ni>A lot of code cleanup and UI polishing</ni> |
29 | </version> |
35 | </version> |
30 | <version version="0.0" date="September 26th, 2006"> |
36 | <version version="0.0" date="September 26th, 2006"> |
31 | <ni>Initial release</ni> |
37 | <ni>Initial release</ni> |
32 | </version> |
38 | </version> |
33 | </news> |
39 | </news> |
|