From 002d5f2713b1ff43ca5b95d2913e3d7c3ecf8b94 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 18 Dec 2006 19:38:28 +0000 Subject: added "what's new?" link to help file and prepared for release git-svn-id: http://svn.klever.net/kin/fireflix/trunk@243 fe716a7a-6dde-0310-88d9-d003556173a8 --- diff --git a/NEWS b/NEWS index 406be5e..a8f2f1d 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ -0.0.6 () +0.0.6 (December 18th, 2006) - Added ability to edit future photo privacy settings before uploading - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) - doubleclicking files in uploads tab + - "What's new?" link in help 0.0.5 (November 17th, 2006) - Added toolbar button - Generating HTML for photos selection in sets browser diff --git a/NEWS.xml b/NEWS.xml index 02a89df..138e597 100644 --- a/NEWS.xml +++ b/NEWS.xml @@ -1,10 +1,11 @@ - + Added ability to edit future photo privacy settings before uploading Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) doubleclicking files in uploads tab + "What's new?" link in help Added toolbar button diff --git a/configure.ac b/configure.ac index bc400e7..98c8b1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fireflix], [0.0.5], [fireflix-bugs@klever.net]) +AC_INIT([fireflix], [0.0.6], [fireflix-bugs@klever.net]) AC_CONFIG_SRCDIR([install.rdf.in]) AM_INIT_AUTOMAKE([dist-bzip2]) AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) diff --git a/content/fireflix.css b/content/fireflix.css index 06ae28a..0164b4b 100644 --- a/content/fireflix.css +++ b/content/fireflix.css @@ -128,6 +128,27 @@ html div.copyright a { text-decoration: none; } +html p.whatsnew { + font-size: 80%; + margin: 0px 0px 0px 50%; + text-align: center; +} +html p.whatsnew a { + display: block; + padding: 1px; + border-style: solid; + border-width: 1px; + border-color: #c0c0c0 #808080 #808080 #c0c0c0; + background: white; color: black; + text-decoration: none; +} +html p.whatsnew a em { font-style: normal; font-weight: bold; } +html p.whatsnew a:hover { + border-color: #808080 #c0c0c0 #c0c0c0 #808080; + background: black; color: white; +} +html p.whatsnew a:hover em { color: red; } + button.lean { min-width: 1ex; } diff --git a/content/help.xml b/content/help.xml index ab4f4e2..11b5c26 100644 --- a/content/help.xml +++ b/content/help.xml @@ -1,4 +1,5 @@ + Fireflix @@ -7,6 +8,8 @@

This is a brief overview of things you can do with fireflix.

+ +

What's new in &autoconf.version;

First, you should proceed with authorization. If you haven't done it yet, it should happen automatically once you open fireflix sidebar. To clear -- cgit v0.9.0.2