Comparing version 0.1.2 to 0.1.3
@@ -7,2 +7,7 @@ # Changelog | ||
* **v0.1.3** (2015-06-01): | ||
* [fix] The -g and -G options again correctly do not activate Terminal.app when creating the desired tab. | ||
* [enhancement] Option parsing now accepts option-arguments directly attached to the option. | ||
* [dev] Tests added. | ||
* **v0.1.2** (2015-06-01): | ||
@@ -9,0 +14,0 @@ * [doc] Manual-installation link and instructions fixed; examples fixed. |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"os": [ | ||
@@ -8,0 +8,0 @@ "darwin" |
@@ -87,2 +87,7 @@ [![npm version](https://badge.fury.io/js/ttab.svg)](http://badge.fury.io/js/ttab) | ||
Important: Terminal must be allowed assisistive access in order for this utility | ||
to work, which requires one-time authorization with administrative privileges. | ||
If you get error messages instead of being prompted, authorize Terminal.app via | ||
System Preferences > Security & Privacy > Privacy > Accessibility. | ||
The new tab will run a login shell (i.e., load the user's shell profile) and by default | ||
@@ -160,2 +165,7 @@ inherit the working directory from the parent shell. | ||
* **v0.1.3** (2015-06-01): | ||
* [fix] The -g and -G options again correctly do not activate Terminal.app when creating the desired tab. | ||
* [enhancement] Option parsing now accepts option-arguments directly attached to the option. | ||
* [dev] Tests added. | ||
* **v0.1.2** (2015-06-01): | ||
@@ -162,0 +172,0 @@ * [doc] Manual-installation link and instructions fixed; examples fixed. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41927
177