Comparing version 0.7.1 to 0.7.2
@@ -7,2 +7,5 @@ # Changelog | ||
* **[v0.7.2](https://github.com/mklement0/ttab/compare/v0.7.1...v0.7.2)** (2021-10-26): | ||
* [fix] for #39; `ttab` now works correctly when iTerm's "Exclude from Dock and ⌘-Tab Application Switcher" preference is enabled, albeit without support for `-g` and `-G`, for technical reasons. | ||
* **[v0.7.1](https://github.com/mklement0/ttab/compare/v0.7.0...v0.7.1)** (2021-04-06): | ||
@@ -9,0 +12,0 @@ * [fix] Fix for #13: `-g` and `-G` now work in macOS Big Sur too. |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"os": [ | ||
@@ -54,3 +54,3 @@ "darwin", | ||
"doctoc": "^1.4.0", | ||
"json": "^9.0.3", | ||
"json": "^10.0.0", | ||
"marked": "^0.7.0", | ||
@@ -57,0 +57,0 @@ "marked-man": "^0.7.0", |
@@ -180,2 +180,5 @@ [![npm version](https://img.shields.io/npm/v/ttab.svg)](https://npmjs.com/package/ttab) [![license](https://img.shields.io/npm/l/ttab.svg)](https://github.com/mklement0/ttab/blob/master/LICENSE.md) | ||
* **[v0.7.2](https://github.com/mklement0/ttab/compare/v0.7.1...v0.7.2)** (2021-10-26): | ||
* [fix] for #39; `ttab` now works correctly when iTerm's "Exclude from Dock and ⌘-Tab Application Switcher" preference is enabled, albeit without support for `-g` and `-G`, for technical reasons. | ||
* **[v0.7.1](https://github.com/mklement0/ttab/compare/v0.7.0...v0.7.1)** (2021-04-06): | ||
@@ -182,0 +185,0 @@ * [fix] Fix for #13: `-g` and `-G` now work in macOS Big Sur too. |
10
TODO.md
@@ -5,2 +5,4 @@ # Figure out how to automatically update ttab.rb for Homebrew on every new release | ||
Manual instructions for now. | ||
Presumably this means that we must make *2* commits: | ||
@@ -13,12 +15,14 @@ | ||
```powershell | ||
$ver='0.6.1'; curl -Lo /tmp/ttab.tar.gz https://github.com/mklement0/ttab/archive/v$ver.tar.gz && shasum -a 256 /tmp/ttab.tar.gz && rm /tmp/ttab.tar.gz | ||
$ver='0.7.1'; curl -Lo /tmp/ttab.tar.gz https://github.com/mklement0/ttab/archive/v$ver.tar.gz && shasum -a 256 /tmp/ttab.tar.gz && rm /tmp/ttab.tar.gz | ||
``` | ||
* Update the `*.rb` file in terms of both the URL and the hash. | ||
* Test the formula locally. | ||
```powershell | ||
brew install -s ./ttab.rb | ||
$env:HOMEBREW_NO_AUTO_UPDATE=1; brew install --formula ./ttab.rb | ||
``` | ||
* Update the `*.rb` file in terms of both the URL and the hash, and commit it. | ||
* Commit and push. | ||
@@ -25,0 +29,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
104694
269