Skip to content

Releases: mischah/itunes-remote

2.3.0

20 Jul 03:11
Compare
Choose a tag to compare

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

v2.2.0

19 Jul 21:08
Compare
Choose a tag to compare

🔥 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

Version 2.1.0 (2016-01-19)

19 Jan 20:27
Compare
Choose a tag to compare

Enhancements

  • #4 Flattening the artists list by getting rid of »partial« duplicates
  • #6 Pluralize word »song(s)« (thanks @Haroenv)

Changelog

  • 82e1ead Add sublime settings to .gitignore
  • eb4bbf0 Pin dependencies
  • 93033a8 Fix linting error
  • 837f2e8 Update depencies
  • 378e72f Implemented plural of song
  • 53b5e16 Add preferGlobal key to package.json
  • 3520b45 Switch to the VM using xcode7
  • 675ebc6 Use OS X 10.11 for travis build
  • ce5b307 Fix broken test 😎
  • a77dfd0 Get rid of partial duplicates in artist list
  • 7be94bc Update coveralls on preparepublish
  • 12fd2fa Add .coveralls.yml to .gitignore
  • fe4156c Update node-osascript to the latest version

Version 2.0.1 (2015-11-08)

19 Jan 20:24
Compare
Choose a tag to compare

Changelog

  • 283e17c Exclude lib from coverage
  • b100fd7 Add a few more tests
  • daee441 Remove travis badge as long as they use OS X 10.9.5 : disappointed_relieved:
  • 4e64c08 Fix link to npm
  • 20d4d74 Drop the path to .bin
  • f0cd138 Add a few test for the API
  • 130a16b Use local binaries in npm scripts
  • d59c948 Coverage setup through npm scripts
  • 1dc337f Remove and add to .gitignore → coverage.html
  • ee6f0db Update travis config
  • 8266496 Add coverage badge
  • c88981f Configure travis for coverall
  • 9595d6c Add coveralls
  • afcf1d6 Update and link to thanks.md
  • 5e508c8 Remove Node 0.10 from travis config

Version 2.0.0 (2015-11-06)

06 Nov 09:51
Compare
Choose a tag to compare

Interactive Version

Changelog

3c26764 Release 2.0.0
bdc6977 Update coverage
05b2b5d Too much emotion 😄
d898ce9 Add info about how to pass command line arguments
d882eca Add play album command
1fefcc2 Upate readme
4e24ede Update osascript options
94fc14e Temporary use my fork of node-osascript
4f52984 Fix linting errors
495df47 Refactor waiting indicators
ba37197 Add play artist command
2a1c995 Add search options to limit search areas
01773c0 Add back command
f02d6ad Add previous command
3ba61ff Require lib dir instead of single files
6665fd7 Add next command
0a8bbae Limit build status badge to master branch
6a8373c Fix linting errors
0141522 Add waiting indicator
8f6030c Use shields.io for npm version badge
b293c6d Add coverage with blanket
53128cc Fix link to 🦄 video
bf6b467 Pass command line arguments to vorpal
f13c8b7 Fix linting errors
f611d57 Refactor existing features to make use of Vorpal ✨
b108847 Add credits. Thanks to @stefanjudis

Version 1.0.0 (2015-10-30)

06 Nov 09:54
Compare
Choose a tag to compare

Version 1.0 🎉

Changelog

dc6c7ac Release 1.0.0
12e90a9 Rename option start to play