From 594607080e85ad6095f286ae065083fc261be8f5 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Sun, 5 Jul 2015 16:43:44 +0800 Subject: [PATCH] Updated version and readme --- README.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1160f16..4a1d6ce 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Simply a fork with a small layer of abstraction on top of [electron-packager](ht I did this because I was tired of having to `⌘-tab or alt-tab` to my browser and then search through the numerous tabs open when I was using [Whatsapp Web](http://web.whatsapp.com) or [Facebook Messenger](http://messenger.com). +### Notes + +A back button is intentionally not provided because the tool is designed for single page apps. However, if desired, an executable can built for any url, and simply pressing the `backspace` key will take the user back to the previous page. + ## Installation ```bash @@ -69,4 +73,5 @@ $ nativefier Messenger --platform=darwin --arch=x64 --version=0.29.1 --target='h ## Todo -- Set the app icon from a url in the CLI \ No newline at end of file +- Set the app icon from a url in the CLI +- Set the app window dimensions from the CLI \ No newline at end of file diff --git a/package.json b/package.json index b8cb119..ccad3af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "1.0.6", + "version": "1.0.7", "description": "Wrap single-page web apps natively", "main": "index.js", "bin": {