itunes-remote v2.3.0 Release Notes
Release Date: 2017-07-20 // about 7 years ago-
๐ Bug Fixes
๐ Features
โ Add exit flag (65dc2ea), closes #9
Implemented for the following commands:play
,stop
,pause
,next
,previous
andback
.Example usage from the interactive mode:
$ itunes iTunes: start --exit $
Example usage from outside:
$ itunes stop --exit iTunes: โ Stopped playing โชโฌ $
setup history to remember commands after exit (a616bf5)
๐ See all changes between 2.2.0 and 2.3.0
Previous changes from v2.2.0
-
๐ฑ ๐ฅ Notable changes ๐ฅ
- โ add
itunes
as command alias- This way you can start the CLI with
itunes
instead ofitunes-remote
.
- This way you can start the CLI with
- Works with Node 8
- ๐ Fix crashes on Sierra with
play artist
andplay album
commands
๐ Changes
- ๐ 81a2669 style: Change formatting in package.json
- ๐ฆ bde6e53 fix: clean up package.json
- ๐ ab17b63 chore: Fix linting errors
- 89b7ff3 chore: Reflect lates changes in README
- 0891c57 fix: crashes on Sierra with
play artist
andplay album
- ๐จ 9a06b70 refactor: Group play commands for listing in help
- 5c1eb89 feat: add
itunes
as command alias - โก๏ธ 1d32010 fix: Update dependencies to make the CLI work with Node 8
- โก๏ธ 5921bc9 Update requirements
- โ add