update news

This commit is contained in:
Hylke Bons 2012-10-19 21:45:27 +01:00
parent a348ff2d35
commit a6d88d451b
3 changed files with 14 additions and 4 deletions

View file

@ -1,4 +1,15 @@
0.9.3 for Linux, Mac and Windows (??? 2012)
0.9.4 for Linux, Mac and Windows (Fri Oct 19 2012)
Hylke:
- Remove Nautilus extension
- Restore previous revisions of files from the event log
- Fix Mac file system watcher not always triggering
- Add symbolic icon for GNOME 3 (by Lapo)
- New Bitbucket and default user icon
- For encrypted projects, use a different salt for each project
0.9.3 for Linux, Mac and Windows (Mon Oct 1 2012)
Hylke:
- Fix endless loop when adding empty folders

View file

@ -76,13 +76,13 @@ namespace SparkleShare {
this.syncing_idle_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-idle.png"));
this.syncing_up_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-up.png"));
this.syncing_down_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-down.png"));
this.syncing_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing.png"));
this.syncing_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing.png"));
this.syncing_error_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-error.png"));
this.syncing_idle_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-idle-active.png"));
this.syncing_up_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-up-active.png"));
this.syncing_down_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-down-active.png"));
this.syncing_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-active.png"));
this.syncing_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-active.png"));
this.syncing_error_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-error-active.png"));
this.status_item.Image = this.syncing_idle_image;

View file

@ -105,7 +105,6 @@ namespace SparkleShare {
this.web_browser.ObjectForScripting = new SparkleScriptingObject ();
spinner = new SparkleSpinner (22);
// Disable annoying IE clicking sound