Skip to content

Releases: andrewbrey/flot

v2.2.0

30 Jan 23:07
2e6e741
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

30 Jan 21:40
5dfada0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

26 Sep 03:36
7202ac9
Compare
Choose a tag to compare

Features

  • Introduce "user settings" which can persist your settings between app restarts. For now, the only setting is your preference for "focus video".
  • Update all dependency versions

v2.0.0

03 Sep 03:18
d0f7004
Compare
Choose a tag to compare

Features

  • Update all dependency versions, including Electron

Bug Fixes

  • Fix the inability to launch the app on Linux when using Nvidia graphics

v1.4.0

09 Sep 23:35
Compare
Choose a tag to compare

Features

  • Add an adblocking module which should prevent most 3rd party ads and trackers

Bug Fixes

  • Prevent links which open in an external window from opening at all (might need to be refined more later, but this seems good for now)

v1.3.1

09 Sep 19:42
Compare
Choose a tag to compare

Features

  • Add a global keybind CmdOrCtrl+Alt+I for "ignore clicks mode", which will also help clicks to remain ignored even upon switching workspaces (might just be a Linux issue, but also might be something experienced by other platforms).

v1.3.0

05 Sep 20:22
Compare
Choose a tag to compare

Features

  • Modify web request headers to remove same-site restrictions for embedded frames, thus allowing more sites to be viewed (note that this requires removal of web security and iframe sandboxing features, so, it would be a bad idea to use Flot windows for anything sensitive...tldr, don't do your banking in a Flot window!)

Bug Fixes

  • More reliably obtain a reference to the embedded frame, ensuring that we more often can use experimental css features.

v1.2.1

01 Sep 16:36
Compare
Choose a tag to compare

Bug Fixes

  • Set the window to have no shadow so that transparency fully works for macos

v1.2.0

31 Aug 16:44
Compare
Choose a tag to compare

Features

  • Your last website is now saved and will be restored the next time you launch the app

Bug Fixes

  • Show the app in the macos dock (to give another way to quit the app)
  • Show the app in the system taskbar (to give another way to quit the app)
  • Fix pasting into the website input box when using the keyboard

v1.1.0

31 Aug 02:12
Compare
Choose a tag to compare

Features

  • Added a "detached" mode which will cause the app to ignore all mouse clicks until the next time you re-activate the Flōt window with your keyboard (Alt-Tab is your friend)

Bug Fixes

  • Prevent premature loss of the "focus video" setting caused by over-eager attempts to navigate when that's not really what you're doing (i.e. when you're just tabbing through the focus-able elements of the app).