1Version 0.09.1
2-------------
3
4- Honor sortignorecase and sortignorethe settings in browse window when using sort set to format
5- Fix crash on move with invalid parameters
6- Ensure move positions work correctly at the edge cases
7- Fixed broken pasting of songs into playlist with 'P'
8- Basic and initial support for embedded cue sheets
9- Made specifying of mappings case insensitive
10- Add :localadd command to add files when using filesystem socket
11- Show URI in status bar if song title is unknown
12- Add bindings zo and zc to open and close library expansions
13- Fix bug where outputs window was not painted correctly when first opened
14- Added <sc> to be used to map ';' to another key
15
16
17Version 0.09.0
18-------------
19- Add 'albumartist' setting to use AlbumArtist instead of Artist
20- Add tab completion for :add command
21- Add progress/seek bar
22- Add 'gm' to move a song to a given position
23- Add :mute command
24- Add :unalias command
25- Add :substitute (:s) command for basic tag editting
26- Add support for ranges on some ex mode commands
27- Add ability to map keys to <Nop>
28- UTF8 support in exmode and searching
29- Threaded client access and keyboard input
30- Add optional support for boost instead of C++11 libraries
31- Reduced requirement on pcrecpp to just pcre instead
32- Support for lists with older libmpdclient versions
33- Bug Fix: connecting to host with password on all commands failed badly
34- Bug Fix: windows were limited to 65535 lines
35- Performance improvements
36
37Version 0.08.1
38-------------
39- Fixed bounds check crashes on some empty window key presses
40- Fixed crashes when using larger counts in normal mode
41- Fix invalid iterator accesses
42
43Version 0.08
44-------------
45- Support for :highlight color changing commands
46- Tab specific key mappings with tmap
47- Allow mapping of basic mouse input
48- Window selection tab
49
50Version 0.07.2
51-------------
52- Bug Fix: fix issue when scrolling from last line
53
54Version 0.07.1
55-------------
56- Bug Fix: fixed crash when using 'A' and 'D' on lists window
57- Bug Fix: fixed scroll to crashes on empty windows
58- Bug Fix: go to large line number using :<number> fix
59- Bug Fix: go to mark on closed window opens the window
60
61Version 0.07
62-------------
63- Added directory window (:directory)
64- Added pager window to view current settings/maps (:set or :map)
65- Added :set <setting>? to view current setting
66- Added numerous settings, eg, scrollonadd, playonadd, timeout.
67- Added <Ctrl+e>, <Ctrl+b>, <Ctrl+u> shortcuts when editting commands
68- Added tab completion for loading playlists :load <Tab>
69- Added updaing indication
70_ Added '%' to goto a random line
71- Added commands :update, :rescan, :addall, :normal
72- Fixed a number of crashes
73
74Version 0.06.1
75-------------
76- Bug Fix: using enter on library window when in visual mode now works
77- Bug Fix: fixed broken adding of albums, etc from library window
78- Bug Fix: fixed collapsing of album/artists on library window
79
80Version 0.06
81-------------
82- printf style formatting of song prints
83- Support for mpd idle mode
84- Reduced network traffic when in "polling" mode
85- Added "Various Artist" to library to hold albums with more than one artist
86- Vim style mark support, with default marks for A-Z locations
87- More efficient use of command lists to speed up add/delete commands
88- Turned on mouse support by default
89- Automatic redrawing of windows when settings are changed
90- Added 'incsearch' setting to search as you type
91- Added 'add' setting to add songs either 'next' or at the 'end'
92- Added support for :1 :2 etc, to jump to a given line
93- gV to reselect previously selected selection
94- Added findgenre command
95- Minor performance improvements
96
97Version 0.05
98-------------
99- Support for http streams in playlist
100- Ability to map keys using :map command
101- Case insensitive sorting of windows
102- Password support
103
104Version 0.04
105--------------
106- Added find, findsong, findalbum, findartist commands
107- Added outputs and lists windows
108- Added songinfo window
109- Added seeking support
110- New settings timeremaining, ignorecase, smartcase, singlequit
111- Using proper queue update based on changes
112- Lots of network efficiency improvements
113
114Version 0.03
115---------------
116- Added volume, random, consume, repeat and single states to display
117- Cleaned up library interface, now much easier to read
118- Sped up the library colour determination
119- Added nocolour option to disable colours
120- Added expand-artists option to show artist level in library by default
121- Lots of crashing bug fixes
122
123
124Version 0.02.1
125----------------
126- Added browse window similar to playlist but that contains all songs and can be used to add to playlist
127- Improved adding and delete commands and colour highlighting
128- Fixed so that it does not require config file
129- Lots of bug fixes
130
131Version 0.01
132----------------
133- First release of vimpc
134- Still requires a lot of improved functionality and work
135- Supports playing of music from playlist or library
136- Basic modifications of the playlist via the library window
137- In program help by typing :help command
138- Has many bugs
139