File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
19
0.9.10
2
20
3
21
* New: 'Open > From Clipboard' to open URL from clipboard data
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ App::~App() {
330
330
331
331
auto App::version () -> const char*
332
332
{
333
- return " 0.9.10 " ;
333
+ return " 0.9.11 " ;
334
334
}
335
335
336
336
auto _CommonExtList (ExtTypes ext) -> QStringList;
You can’t perform that action at this time.
0 commit comments