Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@mischah mischah released this 20 Jul 03:11
· 1 commit to master since this release

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