itunes-remote v2.3.0 Release Notes

Release Date: 2017-07-20 // over 6 years ago
  • ๐Ÿ› Bug Fixes

    • dont-play option of search command (c35865e)
    • ๐Ÿ‘Œ Improve loading indicators (8f1fcb6)

    ๐Ÿ”‹ Features

    โž• Add exit flag (65dc2ea), closes #9
    Implemented for the following commands: play, stop, pause, next, previous and back.

    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 of itunes-remote.
    • Works with Node 8
    • ๐Ÿ›  Fix crashes on Sierra with play artist and play 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 and play 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