Skip to content

Commit e9d6b9d

Browse files
committed
bump version to 0.9.11
1 parent 5ba38aa commit e9d6b9d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
0.9.11
2+
3+
* New: save button for log viewer
4+
* New: dynamic range option for volume and use exponential scale by default(#364)
5+
* Fix: backport fix for wasting CPU (#363)
6+
* Fix: workaround for weird behavior of mouse event (#317)
7+
* Fix: add 'Ignore' for FPS in youtube-dl options (#360)
8+
* Fix: parse \N and \h properly for .srt (#365)
9+
* Fix: compile error if vdpau or vaapi are disabled (#366)
10+
* Fix: make URL edit get focus when URL dialog open (#370)
11+
* Fix: ignore SIGPIPE to prevent termination on reconnection for streaming
12+
* Fix: wrong icon of play/pause button for metro skin
13+
* Fix: enforce to update video renderer when window gets visible
14+
* Fix: ignore invalid URL for mime data
15+
* (Linux)Fix: albumart image for mpris wasn't exported properly
16+
* (Windows)Fix: workaround for wrong screen geometry
17+
* (Windows)Fix: some channel layouts didn't work (#373)
18+
119
0.9.10
220

321
* New: 'Open > From Clipboard' to open URL from clipboard data

src/bomi/player/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ App::~App() {
330330

331331
auto App::version() -> const char*
332332
{
333-
return "0.9.10";
333+
return "0.9.11";
334334
}
335335

336336
auto _CommonExtList(ExtTypes ext) -> QStringList;

0 commit comments

Comments
 (0)