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

Commit 6ff6757

Browse files
committed
bump version to 0.9.7
1 parent 48d6277 commit 6ff6757

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGES.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
0.9.7
2+
3+
* New: cache file related options in cache tab of preferences
4+
* New: implement display of cached state in demuxer in seek bar (#300)
5+
* New: internal title bar for frameless mode
6+
* New: visualization for audio
7+
* New: --set-subtitle option for command line to set subtitle file
8+
* New: show history/playlist by clicking left/right edge
9+
* New: new option to unmute when volume adjusted (#266)
10+
* New: compact mode for Tethys skin
11+
* New: hide history/playlist by clicking empty space (#307)
12+
* New: skin 'metro' - Windows metro style
13+
* New: Enter Fullscreen/Exit Fullscreen menu (#307)
14+
* Mod: use soft clipping by default
15+
* Fix: enable frameless mode on Windows
16+
* Fix: fit window size to rendering size when using window size menu
17+
* Fix: wrong calculation of texture coordinate for video frame (#312)
18+
* Fix: prevent too high amplification by normalizer on start of playback
19+
* Fix: don't reset normalizer history on seeking
20+
* Fix: set page step of radius slider to 1 in advanced interpolation dialog
21+
* Fix: wrong path for open file from command line when launched bomi not in PATH
22+
* Fix: don't hide history/playlist while scrollbar pressed
23+
* Fix: reduce delay for initial display of Preferences dialog drastically (#308)
24+
* Fix: checking GL_RGBA16 for FBO texture format didn't work (#308)
25+
* Fix: reduce width of playlist to fit to item name not location
26+
* Fix: don't disturb playback on loading skin
27+
* Fix: hide controls when cursor is located in history/playlist (#303)
28+
* Fix: adjust y-position of preview automatically
29+
* Fix: raise z-order of TimeSlider to prevent preview being obstructed
30+
* Fix: metadata wasn't exposured to MPRIS (#304)
31+
* Fix: don't display preview when video is not available (#302)
32+
* (Windows)New: progress indication in task bar
33+
* (Windows)Fix: couldn't close window while playing
34+
* (Windows)Fix: window jumped when drag window after drag title bar
35+
* (Windows)Fix: reszing window by top/left grib was disabled
36+
* (Windows)Fix: 'snap to edge' didn't work when moving by title bar
37+
138
0.9.6
239

340
* New: file name template for quick snapshot (#279)

src/bomi/player/app.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class App : public QApplication {
4242
auto load() -> void;
4343
auto setFixedFont(const QFont &font) -> void;
4444
auto fixedFont() const -> QFont;
45-
static constexpr auto version() -> const char* { return "0.9.6"; }
45+
static constexpr auto version() -> const char* { return "0.9.7"; }
4646
static constexpr auto name() -> const char* { return "bomi"; }
4747
static auto displayName() -> QString { return tr("bomi"); }
4848
static auto defaultIcon() -> QIcon;

0 commit comments

Comments
 (0)