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

Gradio 5.0

Compare
Choose a tag to compare
@haecker-felix haecker-felix released this 24 Dec 14:22
· 776 commits to master since this release

Changelog

New Features / Improvements:

  • New grid/list view
  • New right-click menu
    gradio-tile
  • Background playback!
  • "Close-To-Tray-Icon" Feature
  • Redesigned Discover pages
    gradio-discover
  • Optional "Resume playback on startup" Feature
  • New settings dialog (with more preferences!)
  • New sidebar
    sidebar
  • Infinitive scrolling
    scrolling
  • New connection popover
    connection_info
  • Moved volume button to the headerbar
  • Improved backend!

Technical Changes:

  • No longer gee-0.8 required.
  • Require GTK 3.14 instead of GTK 3.18
  • No longer CMake required.
  • New MPRIS Backend

Since 4.0.1 ....

  • 238 commits
  • 332 files changed
  • 9,727 additions and 5,559 deletions.

How I can get the latest version?

*Binary packages of Gradio will be released within the next days! Please be patient! I'm not the maintainer of every repository. *

Flatpak

A new Flatpak package will be available soon! More information will appear here:
https://github.com/haecker-felix/gradio/wiki/How-to-install-Gradio-as-Flatpak

Ubuntu

You can use this PPA: https://code.launchpad.net/~haecker-felix/+archive/ubuntu/gradio-daily

Feodra

For Fedora is a Copr available.
https://copr.fedorainfracloud.org/coprs/heikoada/gradio/

OpenSuse

A package for Gradio is available in the official repository

Archlinux

Use the "gradio" package from the AUR

Other:

cd ~/Downloads
git clone https://github.com/haecker-felix/gradio.git
cd gradio
./autogen.sh
make
sudo make install