Skip to content

Commit

Permalink
Adding breaking change for mac packages
Browse files Browse the repository at this point in the history
  • Loading branch information
doggydogworld committed Nov 1, 2024
1 parent 1af2078 commit 8265003
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@

## 17.0.0 (11/xx/2024)

### ** Not yet released **
### Breaking changes

#### Mac Package Changes

To support a more consistent user experience, Mac packages have been restructured so that all packages will provide a
`tsh` and `tctl` capable of utilizing TouchID

All Mac packages now include `tsh.app` and `tctl.app` bundles and the standalone binaries for `tsh` and `tctl` have been removed.
The standalone `tsh.pkg` that installs a `tsh.app` bundle has also been removed as part of these changes since it is now included
by default in all packages.

`/usr/local/bin/tsh` will now be a symbolic link to `/Applications/tsh.app/Contents/MacOS/tsh`
`/usr/local/bin/tctl` will now be a symbolic link to `/Applications/tsh.app/Contents/MacOS/tctl`

## 16.4.6 (10/22/2024)

Expand Down

0 comments on commit 8265003

Please sign in to comment.