Skip to content

Commit

Permalink
[DEV] Update README with Installer items.
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Jan 28, 2009
1 parent 63f40ee commit 50c7569
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,35 @@ Please [report bugs and request features](http://rentzsch.lighthouseapp.com/proj

* **1.1** [download](http://s3.amazonaws.com/rentzsch/ClickToFlash-1.1.zip)
* [NEW] Tasteful "Flash" icon now drawn on top of the gradient to make it more clear that it's blocked Flash content. ([Ricky Romero, Justin Williams](http://rentzsch.lighthouseapp.com/projects/24342/tickets/3-flash-boxes-are-not-always-obvious))

* [NEW] Contextual menu and simple whitelist editor. ([Dave Dribin](http://github.com/ddribin/clicktoflash))

* [NEW] Show the Flash box's source as a tooltip. ([Jason Foreman](http://github.com/threeve/clicktoflash/commit/a54c97c7be43e0adfbb0aad317c6020666d2a2e3))

* [NEW] Installer can update older versions. (rentzsch)

* [NEW] Rakefile to compile & upgrade the plugin by running 'rake' in the directory. ([Ale Muñoz](http://github.com/bomberstudios/clicktoflash/commit/2807f05aafe829e942f0c945ab914c0830652f73))

* [NEW] Localization support. ([Eric Czarny](http://github.com/eczarny/clicktoflash/commit/beefab38bdb881fd78ac6e844e1e1d53206b118c))

* [DEV] Clean-up. Nonatomic properties, remove unused methods, `unsigned` => `NSUInteger`. (Jim Correia)
* [DEV] Change CFBundleIdentifier from com.google.code.p.clicktoflash to com.github.rentzsch.clicktoflash.

* [DEV] Change CFBundleIdentifier from com.google.code.p.clicktoflash to com.github.rentzsch.clicktoflash. (rentzsch)

* [FIX] Installer now quits when canceling. (rentzsch)

* [FIX] Removed the container image from the installer. ([Eric Czarny](http://github.com/eczarny/clicktoflash/commit/d25675cd97e4709b9a794029c06794d87ac8c9af))

* *original Google code project deleted. This fork takes on official-ish mantle.*

* **1.0+rentzsch** [download](http://s3.amazonaws.com/rentzsch/ClickToFlash%2Brentzsch-1.0.zip)

* Forked from original Google code project (Jonathan 'Wolf' Rentzsch)

* [NEW] Site whitelisting by holding down option key when clicking a flash box. (Gus Mueller)

* [FIX] Use `-[NSEvent modifierFlags]` instead of Carbon's `GetCurrentKeyModifiers()`. (Chris Parker)

* [DEV] Store white-listed sites in an array instead of composite keys. ([Jean-Francois Roy](https://twitter.com/jfroy/status/1150564777))

* **1.0** original Google Code release

0 comments on commit 50c7569

Please sign in to comment.