Edit

thodg/mpd_client/CHANGELOG.md

Branch :

  • Show log

    Commit

  • Author : Anton Maminov
    Date : 2018-07-31 17:31:06
    Hash : 141cc085
    Message : Rename MPDClient to MPD::Client (#6) * Rename MPDClient to MPD::Client * remove redundants return * Avoid single-line method definitions * nothing special * update readme * add idle example * add rubocop * add .hound.yml * add travis config * add badges to readme * remove rakefile * add rake * revert rakefile * ichange gemspec * add rspec * change travis config * remove rakefile * remove rack-test * add spec * add test * fix rubocop * update badges

  • CHANGELOG.md
  • # MPD::Client CHANGELOG
    
    ## 0.1.0
    
    * Rename `MPDClient` to `MPD::Client`
    
    ## 0.0.6
    
    * Fixed readcomments command
    
    ## 0.0.5
    
    * Support for mount, umount, listmounts, listneighbors
    * Support for listfiles
    * Support for rangeid, addtagid, cleartagid
    
    ## 0.0.4
    
    * Added support for readcomments, toggleoutput, volume
    * Added a mutex protecting execution of MPD commands
    * Automatic reconnect after the server dropped the connection
    
    ## 0.0.3
    
    * Support for logging
    * Better support for fetching stickers from MPD
    * Fixed sticker commands
    * Add support for ranges
    
    ## 0.0.2
    
    * Support for connecting to unix domain sockets
    * Fixed some bugs
    
    ## 0.0.1
    
    * Porting code from mpd-python2