[ANNOUNCE] VDR version 2.7.6 released

Klaus Schmidinger <[email protected]> Sat, 21 Jun 2025 15:01:31 +0200
Newsgroups gmane.linux.vdr
Message-ID <[email protected]>
VDR version 2.7.6 is now available at the official VDR GIT archive

       git://git.tvdr.de

You can also get the latest stable version with

       git clone --branch stable/latest git://git.tvdr.de/vdr.git

or as a tar archive with

       http://git.tvdr.de/?p=vdr.git;a=snapshot;h=stable/latest;sf=tbz2

The changes since version 2.7.5:

- Fixed some misplaced 'override' keywords in the 'hello' and 'skincurses' plugins.
- cRecording now fetches priority, lifetime and framesPerSecond from cRecordingInfo.
   APIVERSNUM is now 30008.
- Now forcing re-reading the info file of an ongoing recording (reported by Christoph
   Haubrich).
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Enabled manually turning subtitles on/off in 'after rewind' mode.
- Limiting timeouts to a minimum of 3ms to avoid problems with polls and waits if timeout is 0.
- Fixed strreplace() in case the search string is empty (thanks to Stefan Hofmann).
- Fixed automatic moving of the cursor when inputting characters with number keys (reported
   by Stefan Hofmann).
- Fixed updating the index when cutting a recording again (thanks to Matthias Senzel).
- Speeded up determining the timer status of events in the Schedules menus.
- Fixed Channel+/Channel- keys stopping replay of a recording.
- Fixed an invalid lock sequence when pressing the Channel+/Channel- keys while in the
   "What's on..." menu in live view.
- Plugins need to be rebuilt.

Homepage: http://www.tvdr.de
Facebook: https://www.facebook.com/VideoDiskRecorder

Have fun!

Klaus