Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Releases: IsSuEat/open-livestreamer-firefox-addon

2.0.2

11 Aug 23:15
Compare
Choose a tag to compare

This build fixes theme detection for transparent themes.

2.0.1

09 Aug 23:35
Compare
Choose a tag to compare

Dont use this build on light (the default on Windows) themes. Fix incoming
Changelog

  • New "Loading" animation
  • Improved support for dark themes
  • Bugfix for handling optional arguments

2.0

14 Jun 21:05
Compare
Choose a tag to compare
2.0

I will submit this build to the markteplace now, as it works perfectly for me.
Again huge thanks to Julian, who rewrote pretty much the whole addon to make it a whole lot more comfortable to use!

This is pretty much the same as 1.9, but:

  • Added License GPLv3
  • Minor Locale update

1.9

08 Jun 15:09
Compare
Choose a tag to compare
1.9

Huge update 1.9, thanks to julianrichen
This will become 2.0 after some testing


  • Used the default install location of livestreamer as a first attempt
    • If it fails to find livestreamer it notifies the user to use the preferences tab
    • Default locations are:
      • Linux: /usr/bin/livestreamer (works Debian linux)
      • Windows: C:\\Program Files (x86)\\Livestreamer\\livestreamer.exe (works Win7)
      • Mac: /Applications/livestreamer.app (Can't verify)
  • URL validation (regex) is now done with livestreamer; no need to create our own list Closes #7
  • Stream resolutions/quality is returned from livestreamer and updated in the drop down
    • Attempts to organize the qualities based of a preset but not always correct
  • Redesign interface
    • Only 1 panel used, status is updated with panel.port.emit("status", "<message>");
    • New status for each step of the process
    • Loading icon (gif) to inform the user of the current status panel.port.emit("loading", true);
  • Improved ContextMenu support
  • Inital localization support in locale/ (en-US)
  • Initial German localization

1.2.3

06 May 13:27
Compare
Choose a tag to compare

Changes 1.2.3

  • Dailymotion games support, thanks baizon
  • A box now tells you to set the path when you first run the addon