-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
38 lines (22 loc) · 982 Bytes
/
Copy pathChangeLog
File metadata and controls
38 lines (22 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
0.0.4
- When jumping to the last loaded playlist, xmplayer exits from shuffle mode.
This bug has been fixed.
- If xmplayer is already running, the `play' command rewinds the current
track.
0.0.3
- Added the `jcgrep' command:
jcgrep -- Jump to the first matched entry of the
_current_ playlist. Useful to skip to the
next match
- Fixed some regular expression bugs
0.0.2
- The `mute' and `seek' mplayer commands are now recognized.
- jgrep supports now multiple patterns separated by spaces, f.e.
`xmplayer jgrep danubio blu'
- The support for a continous playlist has been added. If the current track is
the last one, `Next' will teleport on the first one. The opposite is for `Prev'.
- Mutexes has been added: if two instances of xmplayer have been executed
nearly at the same time, they won't overlap, because one of the two will
wait the finish of the execution of the other.
0.0.1
- initial release