Version {{ newer_version }} is Available
Read the release notes {% if windows_installation %}An Orange Share instance that was installed using the windows installer can be updated right from this page. It is also possible to download the installer from the release and manually run it on your machine instead.
{% elif gnome_extension %}The Gnome Extension version of Orange Share can be updated right from this page.
Hosting the python part of the application on the Gnome Extension page was not allowed which is why pip is used for installation and updating. Starting the update will run {{ python_executable }} -m pip install --update orangeshare.
After updating restart Orange Share by clicking the icon in the system tray twice.
{% else %}If you installed Orange Share using pip, you can run pip install --update orangeshare to update.
{% endif %}