Skip to content

Commit e22a710

Browse files
committed
Release 1.1
1 parent 460e680 commit e22a710

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

NEWS.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
codplayer releases
22
==================
33

4-
1.1 ????-??-??
4+
1.1 2015-03-08
55
--------------
66

77
### New features
@@ -13,6 +13,17 @@ If a linked disc is played, the source disc ID is available in the
1313
`state.State.source_disc_id` parameter.
1414

1515

16+
### Other fixes
17+
18+
* https://github.com/petli/codplayer/issues/31: data file was stored
19+
as an absolute path.
20+
21+
* https://github.com/petli/codplayer/issues/32: error handling broken
22+
when disc can't be read.
23+
24+
* https://github.com/petli/codplayer/issues/33: highlighting broken
25+
when discs have skipped tracks.
26+
1627

1728
1.0 2014-09-16
1829
--------------

controlwidget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codplayer-control",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "codplayer control web interface",
55
"homepage": "https://github.com/petli/codplayer",
66
"author": {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = 'codplayer',
9-
version = '1.0',
9+
version = '1.1',
1010
license = 'MIT',
1111
description = 'Complicated CD player',
1212
author = 'Peter Liljenberg',

0 commit comments

Comments
 (0)