Fenêtre Changelog

What's new in Fenêtre 0.8.1

Apr 13, 2021
  • Bug Fixes:
  • Fix: correctly use dlopen for native-keymaps
  • Fix: followup webpack bump fixes
  • Fix: update minification script
  • Fix: update twitch embed code
  • Fix: use correct shortcuts to move window around
  • Fix: webpack build issue
  • Fix: widevine banner styling
  • Features:
  • Feat: new icon for lite version
  • Feat: clean built app and more logs
  • Feat: upgrade to electron 12
  • Feat: upgrade to webpack 4
  • Feat: use native pdf reader

New in Fenêtre 0.7.2 (Oct 21, 2019)

  • fix: loading error handling
  • fix: safer globalShortcut access
  • fix: shortcut register with error handling

New in Fenêtre 0.7.1 (Oct 15, 2019)

  • Bug Fixes:
  • Fix: international keymapping
  • Fix: load urls with # in it
  • Fix: open in new Fenêtre for target=_blank
  • Fix: remove deprecations from electron 5.0.0
  • Fix: translate opening error
  • Fix: tray menu not showing recents and favorites
  • Fix: update changelog url
  • Fix: update preloaded script
  • Fix: window going behind fullscreen apps
  • Features:
  • Feat: add pdf support back after Electron upgrade
  • Feat: show banner where widevine is needed
  • Feat(free): remove perpetual "Go pro" popup.
  • Feat: update to electron 6

New in Fenêtre 0.6.3 (Dec 31, 2018)

  • Feat: add sandbox access to location, camera and microphone

New in Fenêtre 0.6.2 (Oct 23, 2018)

  • Bug Fixes:
  • Fix(parser): update content-type parser
  • Fix(youtube): use initialAddress as referrer to avoid 'Video unavailable issues'

New in Fenêtre 0.6.1 (Sep 7, 2018)

  • Bug Fixes:
  • Fix(hotkeys): better error handling on hotkeys registration
  • Fix(hotkeys): save latest hotkeys changes (moves)
  • Fix(parser): missing split in the content-type parser
  • Fix(parser): update youtube parser for cleaner processing
  • Features:
  • Feat(hotkeys): unregister shortcuts when no windows is focused
  • Feat: open recents and favorites at their size and position when closed

New in Fenêtre 0.6.0 (Aug 31, 2018)

  • Bug Fixes:
  • fix(seethrough): activate seethrough at the correct distance
  • fix(shortcuts): support different keyboard layouts
  • fix(youtube): update youtube url parser to new url schemas
  • Features:
  • feat(pro): add config for default position
  • feat(pro): add favorites
  • feat(pro): add hotkeys to move a Fenêtre on a grid
  • feat(video): add "Move your window" video to help menu

New in Fenêtre 0.5.6 (Apr 6, 2018)

  • Bug Fixes:
  • fix(i18n): add missing locales and make the file readable by translators
  • fix(i18n): update wrong key for settings save fail
  • fix(lite): reset go pro window with all onboarding messages
  • fix(parser): update twitch parser for new urls format
  • fix(resize): safer resize script
  • Features:
  • feat(i18n): allow locale entries to have description and screenshots
  • feat(window): fenetre visible on all spaces

New in Fenêtre 0.5.5 (Mar 10, 2018)

  • fix(mobile): remove mobile optimized view
  • fix(popup): make video clickable in on-boarding popup

New in Fenêtre 0.5.4 (Jan 29, 2018)

  • Bug Fixes:
  • fix(plyr): no more custom video player errors
  • Features:
  • feat: add copy paste shortcuts and others

New in Fenêtre 0.5.2 (Dec 15, 2017)

  • fix(i18n): add missing translations for media errors
  • fix: more async access of destroyed browserwindow handling
  • fix(viewer): no more full refresh when opening more than 1 window
  • feat(about): more info on the about window
  • feat(tray): right-click opens the menu
  • feat(viewer): add a better custom video player
  • feat(window): no move/resize window when user did it first
  • fix(image): handle image errors
  • feat: better url parser (now support url not sending head for example)
  • feat(video): decode way more video formats
  • feat: open a new window when link with target=_blank

New in Fenêtre 0.5.0 (Nov 17, 2017)

  • Bug Fixes:
  • fix: error handler in both renderer and main processes
  • fix: update pro checking for actions
  • fix(i18n): add missing locales and fix previous ones
  • fix: safe window event handlers in case of destroyed windows
  • fix(clipboard): remove latency when using clipboard's value
  • fix(extension): handle errors from browser extension listener
  • fix(onboarding): make the popup larger
  • Features:
  • feat(free): new go pro video
  • feat(free): update display of settings
  • feat: add help submenu with videos
  • feat(i18n): add localisation for French and English
  • feat(tray): show all menus on the Free version
  • feat(ui): slight design update of the top-bar
  • feat(viewer): remove some of the asynchronous window's id logic
  • feat: make the app single instance
  • feat: OS X High Sierra support

New in Fenêtre 0.4.7 (Oct 18, 2017)

  • fix: do not register mouse while in see-through mode
  • feat: add a setting to control see-through mask radius
  • feat: add description in settings
  • feat: add setting to hide dock icon
  • feat: add settings to only activate opacity on hover
  • feat: better class helper
  • feat: make a google search from the clipboard if not a parsable URL

New in Fenêtre 0.4.6 (Oct 13, 2017)

  • Fix: another destroyed window error
  • Fix: update destroyed window detection logic
  • Feat: new extension system