这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: ryanflannery/vitunes

Tags

2.3

Toggle 2.3's commit message
Tagging release: version 2.3

New Features:
   *  New command ':toggle <register> command-list', which allows the
      user to quickly toggle through a list of commands.  This is useful
      for switching through sort and display schemas that one may
      frequently use.
   *  New command-line option '-c command' to execute command in a
      currently running instance of vitunes.  The command specified can
      be either a run-time command or keybinding.  This makes it easy to
      control vitunes from other windows or applications.
      Thanks to @knk for this.
   *  New command ':playlist name' allowing one to load a named playlist.
      Thanks to @knk for this.
   *  Volume level can now be controlled via vitunes.  Default keybindings
      are '<' &amp; '>' for volume up/down, respectively.
   *  New colorable item 'current-inactive', allowing you to specify the
      color of the current row in the window without focus.
   *  Playlists with unsaved changes now have a '+' preceeding their name
      in the Library window, more like regular vim.

Bug-Fixes:
   *  Linux build corrected.
   *  Allow running vitunes with no playlists.
   *  Memory leak patch.  Thanks to @altenmueller.
   *  Many small bugfixes and performance improvements.
   *  Much improved man page.

2.2

Toggle 2.2's commit message
Cleaned up website info in the man page.

2.1

Toggle 2.1's commit message
Simple work-around for some still man-page weirdness.

2.0

Toggle 2.0's commit message
Update developer doc to reflect recent changes, including the splitti…

…ng of

keybdindings/run-time-commands out of input_handers.* and into their own
files.

1.1

Toggle 1.1's commit message
Update todo-list to more accurately describe 8-color to 256-color goal.