From 73a674a0f983781e0adbee2b426d49e694dca4da Mon Sep 17 00:00:00 2001 From: Osvaldo Zonetti Date: Sat, 18 Oct 2014 14:38:55 -0300 Subject: [PATCH 1/3] Fixed a typo Fixes a little typo --- setup.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.js b/setup.js index 71ec9e570bb..bc0456afd33 100644 --- a/setup.js +++ b/setup.js @@ -4,11 +4,11 @@ var blessed = require('blessed'); var multiline = require('multiline'); if (os.platform() === 'win32') { - console.log('*************************************************************'); - console.log('Hackthon Starter Generator has been disabled on Windows until'); + console.log('**************************************************************'); + console.log('Hackathon Starter Generator has been disabled on Windows until'); console.log('https://github.com/chjj/blessed is fixed or until I find a'); console.log('better CLI module.'); - console.log('*************************************************************'); + console.log('**************************************************************'); process.exit(); } var screen = blessed.screen({ From 85cd49b020f3723b898fa855cbef76b791dbd50a Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 27 Oct 2014 20:04:42 -0700 Subject: [PATCH 2/3] v2.3.4 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae39b94e244..3b5c87fa8bd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Hackathon Starter [![Dependency Status](https://david-dm.org/sahat/hackathon-sta :octocat:  **Live Demo**: http://hackathonstarter.herokuapp.com -Jump to [What's new in 2.3.3?](#changelog) +Jump to [What's new in 2.3.4?](#changelog) A boilerplate for **Node.js** web applications. @@ -1196,6 +1196,14 @@ Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Se Changelog --------- +### 2.3.4 (October 27, 2014) +- Font Awesome 4.2.0 01e7bd5c09926911ca856fe4990e6067d9148694 +- Code cleanup in `app.js` and `controllers/api.js`. 8ce48f767c0146062296685cc101acf3d5d224d9 cdbb9d1888a96bbba92d4d14deec99a8acba2618 +- Updated Stripe API example. afef373cd57b6a44bf856eb093e8f2801fc2dbe2 +- Added 1-step deployment process with Heroku and MongoLab add-on. c5def7b7b3b98462e9a2e7896dc11aaec1a48b3f +- Updated Twitter apps dashboard url. e378fbbc24e269de69494d326bc20fcb641c0697 +- Fixed dead links in the README. 78fac5489c596e8bcef0ab11a96e654335573bb4 + ### 2.3.3 (September 1, 2014) - Use *https* (instead of http) profile image URL with Twitter authentication From 88e4326d3e5a63207cb0e203ea1384b489d450f1 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 27 Oct 2014 20:08:11 -0700 Subject: [PATCH 3/3] 2.3.4 (fixed SHA links) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b5c87fa8bd..36ae5b36486 100644 --- a/README.md +++ b/README.md @@ -1197,12 +1197,12 @@ Changelog --------- ### 2.3.4 (October 27, 2014) -- Font Awesome 4.2.0 01e7bd5c09926911ca856fe4990e6067d9148694 -- Code cleanup in `app.js` and `controllers/api.js`. 8ce48f767c0146062296685cc101acf3d5d224d9 cdbb9d1888a96bbba92d4d14deec99a8acba2618 -- Updated Stripe API example. afef373cd57b6a44bf856eb093e8f2801fc2dbe2 -- Added 1-step deployment process with Heroku and MongoLab add-on. c5def7b7b3b98462e9a2e7896dc11aaec1a48b3f -- Updated Twitter apps dashboard url. e378fbbc24e269de69494d326bc20fcb641c0697 -- Fixed dead links in the README. 78fac5489c596e8bcef0ab11a96e654335573bb4 +- Font Awesome 4.2.0 [01e7bd5c09926911ca856fe4990e6067d9148694](https://github.com/sahat/hackathon-starter/commit/01e7bd5c09926911ca856fe4990e6067d9148694) +- Code cleanup in `app.js` and `controllers/api.js`. [8ce48f767c0146062296685cc101acf3d5d224d9](https://github.com/sahat/hackathon-starter/commit/8ce48f767c0146062296685cc101acf3d5d224d9) [cdbb9d1888a96bbba92d4d14deec99a8acba2618](https://github.com/sahat/hackathon-starter/commit/cdbb9d1888a96bbba92d4d14deec99a8acba2618) +- Updated Stripe API example. [afef373cd57b6a44bf856eb093e8f2801fc2dbe2](https://github.com/sahat/hackathon-starter/commit/afef373cd57b6a44bf856eb093e8f2801fc2dbe2) +- Added 1-step deployment process with Heroku and MongoLab add-on. [c5def7b7b3b98462e9a2e7896dc11aaec1a48b3f](https://github.com/sahat/hackathon-starter/commit/c5def7b7b3b98462e9a2e7896dc11aaec1a48b3f) +- Updated Twitter apps dashboard url. [e378fbbc24e269de69494d326bc20fcb641c0697](https://github.com/sahat/hackathon-starter/commit/e378fbbc24e269de69494d326bc20fcb641c0697) +- Fixed dead links in the README. [78fac5489c596e8bcef0ab11a96e654335573bb4](https://github.com/sahat/hackathon-starter/commit/78fac5489c596e8bcef0ab11a96e654335573bb4) ### 2.3.3 (September 1, 2014) - Use *https* (instead of http) profile image URL with Twitter authentication