Releases: Alex313031/quark-player
Releases · Alex313031/quark-player
3.2.3 - 14th Release - Linux, Windows
- Updated Electron to 22.3.23
- You can now directly edit the
default-services.js
file that is unpacked in the 'resources' dir inside the install dir. (For Linux, this is/opt/Quark Player
, for Windows it isC:\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
- 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
- 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
- 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
- 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
- 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
- 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
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
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
- 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