From 87c816692b77bad2ee65ab16b9f0944aa52770b0 Mon Sep 17 00:00:00 2001 From: Antony Courtney Date: Mon, 17 Apr 2017 21:18:23 -0700 Subject: [PATCH] changes for 0.8.3 release --- app/main.js | 2 +- docs/index.html | 13 +++++++++++++ package.json | 2 +- src/doc/site/src/index.html | 13 +++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/app/main.js b/app/main.js index 0370d12..be1c90d 100644 --- a/app/main.js +++ b/app/main.js @@ -216,7 +216,7 @@ const usageInfo = [ content: [ '$ tad [[italic]{options}] [underline]{file}.csv', '$ tad [[italic]{options}] [underline]{file}.tad', - '$ tad [[italic]{options}] sqlite://[underline]{file}/[underline]{table}' + '$ tad [[italic]{options}] sqlite://[underline]{/path/to/sqlite-file}/[underline]{table}' ] }, { diff --git a/docs/index.html b/docs/index.html index 88d275d..2be4999 100755 --- a/docs/index.html +++ b/docs/index.html @@ -151,6 +151,19 @@

Contact

Release Notes

+
+

Tad 0.8.3 - April 17, 2017

+

+

New Features
+
    +
  • Tad can now be used to explore saved sqlite3 database files. For example, to explore table expenses in sqlite db file /data/accounts.sqlite: +
    +
    +$ tad sqlite:///data/accounts.sqlite/expenses
    +
    + (Note that there are 3 slashes following sqlite:) +
+

Tad 0.8.2 - April 12, 2017

diff --git a/package.json b/package.json index 9b50d18..9f02ac3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tad", "productName": "Tad", "description": "Tabular data viewer", - "version": "0.8.2", + "version": "0.8.3", "author": "Antony Courtney (http://www.antonycourtney.com)", "repository": "https://github.com/antonycourtney/tad", "dependencies": { diff --git a/src/doc/site/src/index.html b/src/doc/site/src/index.html index 88d275d..2be4999 100755 --- a/src/doc/site/src/index.html +++ b/src/doc/site/src/index.html @@ -151,6 +151,19 @@

Contact

Release Notes

+
+

Tad 0.8.3 - April 17, 2017

+

+

New Features
+
    +
  • Tad can now be used to explore saved sqlite3 database files. For example, to explore table expenses in sqlite db file /data/accounts.sqlite: +
    +
    +$ tad sqlite:///data/accounts.sqlite/expenses
    +
    + (Note that there are 3 slashes following sqlite:) +
+

Tad 0.8.2 - April 12, 2017