Skip to content

Releases: taktik/flowr-desktop

v1.3.10

13 Sep 09:03
Compare
Choose a tag to compare

Change a label in Phone application and improve design

Full Changelog: v1.3.9...v1.3.10

v1.3.9

26 Aug 12:16
3a66b67
Compare
Choose a tag to compare

v1.3.8

12 Mar 15:11
64d9a8f
Compare
Choose a tag to compare
  • Fix Keyboard parent BrowserWindow linking
  • Fix Linux OS Keyboard opening
  • Fix main BrowserWindow reload trial after launchURL fail

v1.3.7

20 Feb 10:42
1bc2c76
Compare
Choose a tag to compare
  • Fix Linux lateral black margin on setFullscreen() in Kiosk mode
  • Fix Browser Windows closing on webContents closing
  • Add defensive code checks

v1.3.5

18 Jan 09:00
14b67d4
Compare
Choose a tag to compare
  • Bump Electron to 26.6.2
  • Set FullScreen if Kiosk mode is activated

v1.3.4

20 Feb 09:28
c2885a6
Compare
Choose a tag to compare

Add RTP stream payload unpacking logic for MPEG-TS, MPEG-1 and MPEG-2 media stream.
Add FFMPEG async -1 option to correct lip AV lip sync
Fix virtual keyboard window attachment.
Fix virtual keyboard closure on click event.
Fix default full screen option (set to false).

Minimum compatible version of flowr-frontend is 5.8.213 for full RTP stream support

v1.3.2

04 Jan 09:27
Compare
Choose a tag to compare

Fix multi PMT support: when stream metadata are too large to fit in a single 188 bytes packet, they are spread across multiple packets. The parser was not supporting such structure and failed to decode the streams.

Minimum compatible version of flowr-frontend: 5.8

v1.3.1

07 Dec 09:55
Compare
Choose a tag to compare

SHOULD NOT BE USED

  • Electron 19
  • VLC background player (Windows)
  • Virtual keyboard: external (OS based) or internal (electron's BrowserWindow)
  • Fixes for FlowrPhone app
  • Various fixes and cleanup (history deletion, widevine init)
  • Use ipc's invoke/handle instead of send/on where appropriate
  • (supposedly) more robust play pipeline

1.3.0-bêta3

12 Sep 15:15
Compare
Choose a tag to compare
1.3.0-bêta3 Pre-release
Pre-release

Fix ffmpeg player: do not assume we are working with the custom build of chromium (enforce libx264 encoding for video track)

1.3.0-bêta2

28 Jun 07:27
4b74894
Compare
Choose a tag to compare
1.3.0-bêta2 Pre-release
Pre-release
  • Reworked config page (now works with VLC's background player)
  • Electron 17
  • Various fixes