Skip to content

Commit

Permalink
Bump version to 2.0.6
Browse files Browse the repository at this point in the history
This version brings a bunch of fixes:

- Autoscan should now seek also for DVB-T2 channels, on devices that support it;
- Implement systray show/hide
- EPG algorithm improved to reduce CPU usage
- Unmute audio when the player instance is created (e. g. Kaffeine is loaded)
- Some visual improvements to show <Close> instead of <Ok>/<Cancel> on some windows
- Some changes to allow improvements at translations
- A new record is now enabled when created
- Add support for multipoint LNBf, where DiSEqC is not used
- Fix DiSEqC LNBf satellite select
- Don't ignore weak signals on DVB-T
- Handle special case on devices with a single demux, but multiple frontends
- Add support for DVB-T2 multistream
- better report errors when VLC is not found
- synchronize DVB scan file with latest upstream version

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • Loading branch information
mchehab committed Feb 21, 2017
1 parent ad53857 commit bd64b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ project(kaffeine)

set(KAFFEINE_MAJOR_VERSION 2)
set(KAFFEINE_MINOR_VERSION 0)
set(KAFFEINE_PATCH_VERSION 5)
set(KAFFEINE_PATCH_VERSION 6)

# comment/uuncomment below if either the version is a production or a development one
#set(KAFFEINE_EXTRA_VERSION -git)
Expand Down

0 comments on commit bd64b1b

Please sign in to comment.