Skip to content

Releases: Alex313031/quark-player

3.2.3 - 14th Release - Linux, Windows

07 Sep 04:32
Compare
Choose a tag to compare
  • Updated Electron to 22.3.23
  • You can now directly edit thedefault-services.js file that is unpacked in the 'resources' dir inside the install dir. (For Linux, this is /opt/Quark Player, for Windows it is C:\Users\$USERNAME\AppData\Local\Programs\Quark Player\, for MacOS it is ~/Applications/Quark Player/Frameworks
  • Added Crackle as a service
  • Made menu.js smaller
  • Made all windows use "useContentSize: true" to simplify window sizing and make windows the same size on all platforms.
  • Build script tweaks

3.2.2 - 13th Release - Linux, Windows, & MacOS

28 Aug 12:26
Compare
Choose a tag to compare
  • Updated Electron to 22.3.22
  • Added two new Developer menu settings: Disable Acceleration and Enable Vulkan.
    The first can be used if you are having graphical issues, and the second enables the experimental Vulkan graphics backend in Chromium
  • Reduced size of the installer
  • Added stylelint and used it to fixup the CSS

3.2.1 - 13th Release - Linux, Windows & MacOS

23 Aug 07:47
0c2b71e
Compare
Choose a tag to compare
  • Fixed Titlebar on MacOS
  • Disabled Transparency on Windows and MacOS (Might also disable it on Linux in the future)
  • Added option to disable auto-adding "https://" in the "Open Custom URL" Dialog box. The default is to add https:// so for example you have to put in google.com or wikipedia.org. In the Settings menu, you can select "Omit https:// from Custom URL". When this setting is on, you have to enter the full URL like https://google.com and https://wikipedia.org. The default behavior is useful when manually typing in URLs, so that you don't always have to enter https:// beforehand. Enabling the Omit setting is useful when you will be copy/pasting alot of URLs from another source (like a web browser) so that it inputs correctly.
  • Updated build scripts

3.2.0 - 12th Release - Linux, Windows & MacOS

19 Aug 08:27
Compare
Choose a tag to compare
  • Added Starz as a service
  • Fixed MacOS building + signing
  • Added .icns icon for MacOS
  • Fixed "Open Custom URL" not working (Hasn't been working since 3.1.7! Sorry...)
  • Updated Electron to 22.3.21
  • Reorganized Menu items ('Enable/Disable Services' is now under the "Services" Menu item instead of settings. 'Edit Config File' is now under the "Developer" Menu item)
  • Updated Runtime TV Logo
  • Added command-line -h or --help flag which directly opens the Shortcuts Help window.

3.1.11 - 11th Release - Linux, Windows & MacOS

11 Aug 11:28
Compare
Choose a tag to compare
  • Added Dailymotion as a service (fixes #18)
  • Added Plex as a service
  • Added Curiosity Stream as a service
  • Updated Electron to 22.3.20
  • Add Dark and Light mode setting, which applies to all sites too. (fixes #17)
  • Minor html and CSS fixes
  • Fixed window sizes to be homogenous between Windows and Linux
  • Fixed about page icon on linux
  • Fix more bugs when using "new window"
  • Added --version cmdline arg to show versions
  • Added portable Windows version
  • First MacOS Release! (x64 and arm64)

3.1.10 - 10th Release - Windows only

31 Jul 19:48
6ad82ff
Compare
Choose a tag to compare
  • Add Dailymotion as a service (fixes #18)
  • Add Dark and Light mode setting, which applies to all sites too. (fixes #17)
  • Minor html and CSS fixes
  • Now requires node 16 to build
  • Fixed window sizes to be homogenous between Windows and Linux
  • Fixed about page icon on linux
  • Fix more bugs when using "new window"
  • Added --version cmdline arg to show versions
  • Added portable Windows version

3.1.9 - 9th Release

21 Jul 09:14
Compare
Choose a tag to compare
  • Added Apple TV as a service
  • Updated Electron to 22.3.18
  • Fixed Windows icon looking grainy in titlebar
  • Fixed spacing issue on the about page
  • Update node-fetch to 2.6.12

8th Release - 3.1.8

08 Jul 06:29
Compare
Choose a tag to compare

3.1.8

  • Updated Electron to 22.3.16
  • Added Paramount Plus as a service (fixes #7)
  • Updated humans.txt
  • Added 32 bit Windows builds.

7th Release - 3.1.7

02 Jul 09:26
Compare
Choose a tag to compare

3.1.7

  • Updated Electron to 22.3.15
  • Fixed scrollbar CSS
  • Added a table of all the shortcuts, which you can access via the first menu option "Quark Player" >> "Shortcut Table"
  • When opening a custom URL, you no longer have to add "https://" beforehand.
  • Updated documentation

6th Release - Linux and Windows - 3.1.6

17 Jun 21:56
Compare
Choose a tag to compare
  • Updated Electron to 22.3.13
  • Updated Adblocker to 1.26.6
  • Added Apple Music and Spotify
  • Fixed VAAPI on Linux
  • Tweaked CSS
  • Fixed app not quitting properly when multiple windows are open
  • Added chrome://process-internals and chrome://media-internals to the developer menu
  • Added eslint for testing
  • Updated electron-store and rimraf npm packages
  • Removed redundant main.js code