Fluid 0.7 Released with JS API for Dock and Growl

Fluid 0.7 is out with a JavaScript Console, a JavaScript API for dock badges and Growl notifications and some bug fixes.

I need to document this much better, but it’s late, so here’s what the JS API looks like:

  • window.fluid.setDockBadge(”10″);
  • window.fluid.showGrowlNotification({
    title: “title”,
    description: “description”,
    priority: 1,
    sticky: false
    });

Oh… and some slightly bad news… all of your previous preferences, browsing history, and download history for each SSB will be lost again with this upgrade… sorry, I needed to reorganize a few things… there’s a reason this is a beta.

Speaking of betas… as of version 0.7, Fluid is not longer set to expire in March. Fluid is now Free as in Beer but still closed source. For the foreseeable future, this is how Fluid will be licensed. I reserve the right to change this at any point in the future to another model… but this much is certain, 0.7 (at least) will forever be free beer.


About this entry