Skip to content
Philip Scadding edited this page Jan 21, 2021 · 195 revisions

Welcome to the release notes for this App. Below you will find an overview of all the changes we did for each release. We try to be as detailed as possible and include all bugs we have fixed, features we have added and things that may have changed. If you have questions about a particular release, don't hesitate to contact our support team!

v2.5.13

2021-Jan-21

Updated the about box.

v2.5.12

2021-Jan-05

Fixes an error that occurred when opening SG Desktop and restoring the previous window position.

v2.5.11

2020-Dec-08

Switches from using the support email alias to pointing to the support site

v2.5.10

2020-Dec-07

Better user experience for first time users of the Shotgun Desktop.

Details:

  • Shotgun Desktop's dialog will now be displayed the first time it is launched instead of being minimized to the system tray.
  • When a first-time user closes the dialog, a pop-up will be shown letting them know the app is now in the system tray. Due to a limitation on macOS, builds older than v1.6.1 will not show this message.

v2.5.9

2020-Oct-23

Adds a license box.

v2.5.8

2020-Oct-20

Fix for a rare startup bug, that would prevent launching Shotgun Desktop.

v2.5.7

2020-Sep-02

Fixes an issue when running the browser integration under Python 3.

Details:

Note that as of this release, a Python 3 version of Shotgun Desktop has not been released... yet. Be patient. :)

v2.5.6

2020-Aug-05

Fixes an issue on MacOS where keyboard input couldn't be entered on any Toolkit apps launched from a project in SG Desktop.

v2.5.5

2020-Jul-23

Make sure the engine shuts down properly by calling destroy() and not destroy_engine()

v2.5.4

2020-Jul-15

Multiple fixes for the Shotgun Desktop running with Python 3.

v2.5.3

2020-May-07

Fixes icon highlighting when opening a project and better handling of projects launched with Python 3.

Details:

  • We've improved error reporting when launching a project with Python 3 when some components in that project are not Python 3 compliant.
  • Fixed an issue where proxy settings could prevent a project from being launched.
  • We've fixed an issue where icons get highlighted and stay highlighted when the mouse cursor is over the Shotgun Desktop after opening a project.

v2.5.0

2020-Mar-31

Projects using a Python 3 interpreter can now be launched from Shotgun Desktop.

Details:

Once a project has been configured to use Python 3 by editing the config/core/interpreter_<os>.cfg file inside a centralized configuration or the core/interpreter_<os>.cfg inside a distributed or descriptor-based configuration, Shotgun Desktop will launch that project with Python 3.

Thank you to @aparna-d2 for providing the PySide2 support code.

v2.4.14

2020-Jan-24

Fixes a regression in the last release, where python processes would be left orphaned instead of being closed when leaving the project in Shotgun Desktop.

v2.4.13

2020-Jan-07

Shotgun Desktop should now log a full error traceback if an error occurs when loading a project configuration, or when running an app.

v2.4.12

2018-Jun-27

Fixes a bug where Project Filesystem Folder would not be displayed in the Desktop menu.

Details:

Note that this fix is applicable only to projects configured through the Advanced Project Setup. Cloud-based and descriptor-based configurations cannot display this menu item at the moment due to a technical limitation.

v2.4.11

2018-Apr-17

Bumps required core version to v0.18.143

v2.4.10

2018-Apr-11

Better error handling when tank_name is not set on a project.

v2.4.6

2018-Mar-22

Shotgun Desktop will now provide a clearer error message when a pipeline configuration has not been properly configured.

v2.4.5

2018-Mar-19

Shotgun Desktop will not freeze when downloading big configurations from Shotgun.

v2.4.3

2018-Jan-22

Resolves an issue where errors raised during bootstrap were not reported to the user on Windows.

v2.4.2

2017-Dec-06

Fixed project menu duplicated items on invoking 'Reload and Restart' also updated metrics logged.

v2.4.1

2017-Nov-28

Fixes project menu duplicating menu items on invoking 'Reload and Restart'

v2.4.0

2017-Nov-10

Adds debug logging toggle to Advanced menu

v2.3.12

2017-Oct-26

Update engine to use newer metrics API

v2.3.11

2017-Oct-23

Updated to make use of the new metrics API provided by tk-core.

v2.3.10

2017-Sep-25

Hides Regenerate Certificates option when using shotgunlocalhost.com.

v2.3.8

2017-Aug-18

Ensures widget instance is properly returned from show_panel

v2.3.7

2017-Jul-25

Fixes a crash that occurred immediately after selecting a project using Python 2.6.

v2.3.6

2017-Jul-21

Fixes an issue when a project uses a Toolkit core more recent than the Shotgun Desktop.

v2.3.2

2017-Jul-19

Fixes a bug causing panel dialogs not to open when in project mode.

v2.3.1

2017-Jul-17

Custom panels now pick up standard stylesheets.

v2.3.0

2017-Jun-19

Adds support for tabs and apps running at startup.

v2.2.4

2017-Jun-13

hot fix for first launch notification

v2.2.3

2017-Jun-12

This release fixes some UI issues in addition to reporting usage statistics to Shotgun about which version of the Shotgun Desktop is being used.

Details:

The various UI enhancements fixes are:

  • Product name is no longer displayed twice on shortcuts.
  • Adds a Help menu to the user menu.
  • Fixed some links pointing to outdated documentation.
  • Toolkit apps launched from the Shotgun Desktop will now log back to the Shotgun Desktop console.

v2.2.2

2017-Jun-07

Is it now possible to regenerate the browser integration certificates from the user menu.

v2.1.9

2017-Jun-05

Fixes an issue with unicode strings and environment variables on Windows.

v2.1.8

2017-Jun-01

Adds support for Shotgun Integrations.

v2.0.28

2017-Mar-30

Fixes an issue where sometimes an empty dialog would appear when launching an app on Windows.

v2.0.27

2017-Mar-24

Fixes an authentication related issue and a window positioning bug on Windows 10.

Details:

  • On Windows 10, the Shotgun Desktop dialog will not be cropped if the tray area is too small.
  • Fixes an authentication issue that can arise when using 0.18-based projects with Shotgun Desktop. In those circumstances, the Shotgun Desktop would not display the available Toolkit applications after selecting a project.

v2.0.23

2016-Dec-06

Show or hide project menu item 'Project Filesystem Folder'.

Details:

Show or hide project menu item 'Project Filesystem Folder' based on the availability of the project locations.

v2.0.22

2016-Sep-23

Fixes multiple UI issues.

Details:

  • The project menu at the top right no longer grows as you switch pipeline configurations.
  • The "Refresh Projects" menu item in the user menu at the bottom right is no longer present when inside a project.
  • The "Setup Project" message is no longer rendered over the launcher icons after configuring a project.

v2.0.21

2016-Sep-09

Fixes a bug where logging a non-string value with log_exception would raise an exception.

v2.0.20

2016-Sep-08

Fixes a bug where logging a non-string value with log_exception would raise an exception.

v2.0.19

2016-Aug-25

Updates the framework dependencies to the latest major version.

v2.0.18

2016-Aug-23

Fixes for hanging Python processes and the initial launch of a dialog being hidden.

Details:

This release fixes an issue where the Shotgun Desktop will not properly close Python subprocesses when switching project or the Shotgun Desktop is closed. It also fixes an issue on Windows where the first launch of a GUI based Toolkit application will not show any UI.

While the Desktop application and the pipeline configuration can be updated separately, both need to be updated to fix the Python process leaks.

v2.0.16

2016-Aug-10

Fix for exception that can occur when turning show_recents off. Note: v2.0.14 and v2.0.15 were skipped due to issues found in QA.

v2.0.13

2016-Jun-07

Minor improvements to management of recent apps settings

v2.0.12

2016-Jun-07

minor improvements to management of recent apps settings management

v2.0.11

2016-Jun-01

No longer use the event log for tracking recent activity

Details:

Improves performance by storing recents using the settings module instead of requiring calls to Shotgun.

v2.0.10

2016-Feb-22

Clicking the search icon automatically focuses the text widget.

v2.0.9

2015-Nov-12

Friendlier error behaviour on empty OS path

Details:

Friendlier error messages and allow to change the pipeline config even if loading the current config failed.

v2.0.8

2015-Oct-09

Change the tray icon to fit in OSX Dark mode.

v2.0.7

When restarting the Desktop, the login screen will always be displayed.

Details:

In the newest version of the Shotgun Desktop, not being logged in on startup sends the user in tray-mode. The user then needs to click on the tray icon and pick "Sign in to Shotgun Desktop" in order to login. When signing out of the Desktop however, the Desktop will be restarted and jump straight into the login screen.

v2.0.6

Fixed a bug on Windows where restarting the Shotgun Desktop kept port 9000 alive even tough the Desktop had been closed.

Details:

Once you have restarted the Shotgun Desktop and let it auto-update itself, you will probably encounter the port 9000 issue again. You will need to quit all applications that were launched from the Shotgun Desktop or from a web browser. You will also need to close the Shotgun Desktop itself. Then launching the Shotgun Desktop again should work without any issues.

If you still encounter the port 9000 issue, something else might be holding on to it. Please log out of your Windows user account and log back in. This should definitely release the port 9000 once and for all and then the Shotgun Desktop will able to launch and close port 9000 correctly in the future.

v2.0.5

Adds support for two factor authentication using the 1.0.x Shotgun Desktop.

v2.0.4

Fixes the Project Filesystem Folder launcher.

v2.0.3

Fixes a crash when adding the tk-desktop engine to the project context.

v2.0.2

Users only see the projects they have permissions for.

v2.0.1

Tweaked when credentials are refreshed.

Details:

When the project configuration is login based, the desktop engine will refresh the credentials before launching any app, possibly prompting the user for this password., even if the site project is script based.

v2.0.0

Added support for login based authentication from v0.16.0.

Details:

Added support for login based authentication from v0.16.0.

v2.0.0RC9

Release Candidate 9.

v1.0.13

Better error handling around missing Python interpreter. Misc changes.

Details:

  • Better checks and prompting when python is not found a project.
  • Fixed issue with font sizes being inconsistent across operating systems.
  • Updated copyright notice.

v1.0.12

Fixed a bug with Shotgun Desktop 1.02.

Details:

Fixed a bug with Shotgun Desktop 1.02.

v1.0.11

Filtering out Shotgun 6.0 Template Projects from the project selection screen.

Details:

Filtering out Shotgun 6.0 Template Projects from the project selection screen.

v1.0.10

Display better error message when project is already set up

v1.0.9

About Box now displays the version of core.

Details:

About Box now displays the version of core.

v1.0.8

Instrument time spend querying event logs.

v1.0.7

Fix for crash if there is an error on logout.

v1.0.6

Fix for windows subprocess bug when updating project config on Windows.

v1.0.5

"Always on Top" Setting Disrupts "Browse" Windows in Setup Wizard

Details:

When browsing for a config in project setup wizard on mac, the file finder appears under every one of our windows. This fixes the issue by removing the always on top setting while the wizard is running.

v1.0.4

Update the project python bootstrap to reset PATH

Details:

Prevents DLL loading issues with some engines (maxplus) on windows.

v1.0.3

Bug fix for when the model storing project data has no associated Shotgun data.

v1.0.2

Updated manifest with tweaked display name and description.

v1.0.1

Updated documentation

v1.0.0

Visual polish and a few small bug fixes.

Details:

  • Sort commands within groups alphabetically
  • Visual polish for the setup new os screen
  • Pack command widgets in a little tighter
  • Items in the command menu are sorted latest version to oldest version
  • Default button action is the first action in its menu
  • Limit the number of recent commands
  • Fix for floating editor when scrolling commands
  • Update to use login framework v1.x
  • Switch to subprocess for restart on log out for better Windows behavior

v0.1.17

Bug fix and handle projects not set up for current OS.

Details:

  • Added screen for when a configuration has not been set up for the current os
  • Fix for projects not showing up on first launch
  • Dark icon for default user thumbnail

v0.1.16

Updated to be compatible with the new splash screen. New project icon.

v0.1.15

Visual polish. Fix for copying from the console.

Details:

Fix for right clicking on a project or command triggering it Fixed Console menu. Made copy work. Search icon highlights on hover Preserve Project thumbnail size and grow to handle long Project Names Clip long project names for the project header Pretty up the Shotgun and User buttons a little Default values to strip "Launching" from default config's launcher setup Updated about screen

v0.1.14

Fix for bug that broke project filtering via the search box

v0.1.13

Lots of GUI changes.

Details:

No longer show the console automatically Remove preferences dialog Project thumbnails squared Fix for auto-hide when a sub-dialog got focus Don't show empty groups About screen No recent projects shelf Various other visual tweaks

v0.1.12

Major update of the engine, including setup project UI and no requirement for PySide/PyQt for project pythons.

Details:

  • Added setup project UI for when clicking on a project that has not been setup in Toolkit
  • Added instructions for turning on Toolkit when connecting to a site with Toolkit off
  • Remember what groups are expanded
  • Console window for logging
  • Highlight matching characters from the fuzzy search algorithm
  • Use the login framework
  • Added ability to refresh the project model

v0.1.11

Fix for disabled Shotgun menu in some launched apps.

v0.1.10

Override python icon. Better logout behavior. PyQt support for project python.

v0.1.9

Use v2 of the shotgunutils framework.

v0.1.8

Added a hook to launch python and updated the gui code to be more model/view based.

Details: New hook that lets studios take over the launching of the project specific python if they need to. Updated the GUI code to be more model/view based so commands are more consistent.

v0.1.7

Bug fix to explicitly add .pyd file on windows for osutils extension.

v0.1.6

Added ability to choose Pipeline Configurations other than Primary.

v0.1.5

Better systray click handling. Raise hotkey and start on login options.

v0.1.4

Added project loading spinners and a splash screen.

v0.1.3

Update the version of the shotgunutils framework.

v0.1.2

Support for docking to any side of the screen and stylesheet for sub-process.

v0.1.1

A bunch of little fixes. Better (but not yet great) windows support.

v0.1.0

Initial app store release.

v0.0.1

Initial test release

Clone this wiki locally