From 00c23bd6efbda6b2029ce62bce35ccb11efda630 Mon Sep 17 00:00:00 2001 From: David Logie Date: Fri, 11 Nov 2011 17:56:00 +0000 Subject: [PATCH] Tidy up the README a little by moving changelog to it's own section. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f530643..ce70943 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,13 @@ This is a Firefox Add-on port of defunkt's Chrome extension \js\.` in Windows 7). - -New in v0.9: CSS support! Put site specific .css files in `~/.css` (`C:\Users\\css\.` in Windows 7). `default.css` loads in all sites. - GreaseMonkey user scripts are great, but you need to publish them somewhere and re-publish after making modifications. With dotjs, just add or edit files in `~/.js`. ## Example @@ -49,6 +43,15 @@ GreaseMonkey user scripts are great, but you need to publish them somewhere and - djl: - tdolsen: + +## Changelog + +v0.9: CSS support! Put site specific .css files in `~/.css` (`C:\Users\\css\.` in Windows 7). `default.css` loads in all sites. + +v0.8: Windows support! Put your scripts in a `js` folder under your home directory (`C:\Users\\js\.` in Windows 7). + +v0.7: CoffeeScript support! `~/.js/example.com.coffee` gets transpiled to JavaScript and executed. + ## Credits - defunkt: