Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
bump version to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bylee20 committed May 20, 2015
1 parent 5ba38aa commit e9d6b9d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
0.9.11

* New: save button for log viewer
* New: dynamic range option for volume and use exponential scale by default(#364)
* Fix: backport fix for wasting CPU (#363)
* Fix: workaround for weird behavior of mouse event (#317)
* Fix: add 'Ignore' for FPS in youtube-dl options (#360)
* Fix: parse \N and \h properly for .srt (#365)
* Fix: compile error if vdpau or vaapi are disabled (#366)
* Fix: make URL edit get focus when URL dialog open (#370)
* Fix: ignore SIGPIPE to prevent termination on reconnection for streaming
* Fix: wrong icon of play/pause button for metro skin
* Fix: enforce to update video renderer when window gets visible
* Fix: ignore invalid URL for mime data
* (Linux)Fix: albumart image for mpris wasn't exported properly
* (Windows)Fix: workaround for wrong screen geometry
* (Windows)Fix: some channel layouts didn't work (#373)

0.9.10

* New: 'Open > From Clipboard' to open URL from clipboard data
Expand Down
2 changes: 1 addition & 1 deletion src/bomi/player/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ App::~App() {

auto App::version() -> const char*
{
return "0.9.10";
return "0.9.11";
}

auto _CommonExtList(ExtTypes ext) -> QStringList;
Expand Down

0 comments on commit e9d6b9d

Please sign in to comment.