Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste committed Jun 3, 2018
1 parent 3a20775 commit f21ddd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

## Unreleased

## 1.2.0 - 2018-06-03

### Added
- Kara status: global status to run, pause or stop the karaoke.
- play: Same as previous behaviour.
Expand Down Expand Up @@ -57,6 +59,7 @@
- Song serialization no longer contains the `link_type_name` key (work link long name), the info has to be deduced from `link_type`.
- In the route `/playlist/entries`, the key to designate a song has changed: `song` > `song_id`.
- Users are now listed by their user name.
- Song search now looks in song `version`, `detail` and `video_detail` fields.

## 1.1.0 - 2018-01-25

Expand Down
4 changes: 2 additions & 2 deletions dakara_server/dakara_server/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.0'
__date__ = '2018-01-25'
__version__ = '1.2.0'
__date__ = '2018-06-03'

0 comments on commit f21ddd9

Please sign in to comment.