-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
43 lines (32 loc) · 1.16 KB
/
CHANGES.txt
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
39
40
41
42
v1.1.4, 2017-10-24
- Can now use double dashes (--) in `scrobble` and `now-playing`
commands to separate options and position parameters.
v1.1.3-1, 2016-10-06
- Fixed some installation metadata handling.
v1.1.3, 2016-10-06
- add-user, when called without arguments, can be instructed not to
invoke the browser, via -x/--dont-invoke-browser.
- Clarified that Python 3 is required.
- Fixed some short options not working.
v1.1.2-1, 2014-03-30
- Updated to lfm 1.1.0.
v1.1.2, 2014-03-30
- Fixed a few significant setup.py issues.
v1.1.1, 2013-11-19
- --duration can now be in the format of XXhYYmZZs.
- Fixed the how-to.
- Changed the status of the project from Alpha to Beta.
v1.1.0, 2013-11-08
- Completely revamped the code. The whole experience is now much smoother.
- Using docopt instead of argparse.
v1.0.3, 2013-07-29
- Fixed a bug.
- Added a user-agent.
v1.0.2, 2013-07-24
- Cleaned up the output a lot.
v1.0.1, 2013-07-24
- Fixed a bug where when using the -f option, the time of the scrobble
would be always the current time.
- Made --scrobble a mandatory "option" when using the 'scrobble' command.
v1.0.0, 2013-07-23
- The initial release.