Skip to content

Release Notes

Eduardo Chauca edited this page Jun 20, 2024 · 32 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!

v1.4.1

2024-Jun-20

PySide and Qt4 code cleanup

v1.4.0

2024-Mar-26

Rebranding component for Flow Production Tracking

v1.3.2

2023-Oct-26

Add support for PySide6.

Details:

  • Add handling for QRegExp/QRegularExpression for PySide6 support
  • Update Developer doc links
  • Update UI automation and build script improvements

v1.3.1

2021-Dec-1

Replacing shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages.

v1.3.0

2021-Jun-01

Rebranded to ShotGrid

v1.2.5

2020-Nov-19

Fixes an issue with the stack trace not being displayed when the executed code errors in the Python console. This only occurred when running the Python console outside of a Shotgun Engine.

v1.2.4

2020-Sep-27

Fixes a crash in RV when an exception is thrown in the python console. Updates the colour scheme to fixed colour values to keep the look consistent across DCCs.

v1.2.3

2020-May-19

Fixes the comment hotkey.

Details:

Now only comments the line out when holding ctrl/cmd + / instead of just /.

v1.2.2

2020-Mar-24

New features:

Details:

  • Adds block indenting and unindenting. You can select multiple and press tab or shift + tab to indent and unindent the selected lines without removing the contents.
  • Adds block commenting and uncommenting. You can select multiple lines and press cmd + / on Mac, or ctrl + / on Linux to add or remove # characters from the start of each line. If at least one of the selected lines doesn't start with a # then it will comment the selection, otherwise if all selected lines have a # it will uncomment the lines.
  • Pressing return on a line will start the next line at the same level of indentation, unless you are pressing return after a : character, in which case it will indent the next line by an additional four spaces.
  • Saving a script now defaults to a .py extension.
  • The selected line highlight has been now toned down a little and the comments brightened a little to make the text more readable.

v1.2.1

2020-Feb-13

Fixes a bug with the global scope of executed code.

Details:

Fixes a bug where methods run in the Python console could not access the global scoped variables. For example, importing a module and then using it within a method would throw a NameError before the fix. Huge thanks to Joe Hultgren for providing this fix.

v1.2.0

2020-Feb-11

Python 3 support

Details:

  • It now works in Python 3. As a result, the required core has been bumped to v0.19.1 and it now requires Shotgun utils v5 up from v4.
  • Small bug fix for situations where the open file button would throw an error.
  • Using the python console standalone, (without sgtk being present,) is still supported but it is recommended that you install the module six so that it can better handle strings.

v1.1.2

2018-Mar-14

Bug fix

v1.1.1

2017-Aug-18

Changes to allow the app to run independently of toolkit

v1.1.0

2017-May-16

Moves the python console menu item from the main menu to the context menu.

v1.0.9

2017-Mar-15

Removes problematic profiles from png files used as icons.

Details:

This will silence libpng warnings from Qt when the png files are loaded as pixmaps. This is a second attempt as this profile stripping, and uses ImageMagick's "mogrify" command to achieve the desired result, which maintains color consistency.

v1.0.7

2017-Feb-08

Use active window for dialog parenting

v1.0.6

2017-Feb-08

Bug fix for both echo output and show lines toggles

v1.0.5

2017-Feb-07

QA fixes for toggle echo and line numbers

v1.0.4

2017-Feb-07

QA fixes for dialog parenting

v1.0.3

2017-Feb-07

Removed unnecessary minimum width

v1.0.2

2017-Feb-07

Do not use native file dialogs. Fixes issues in photoshopcc engine

v1.0.1

2017-Feb-07

Updated docs, external sources hook is no-op by default

v1.0.0

2017-Feb-06

QA fixes

v0.0.3

2016-Jul-13

Bug fixes, tabs, external resources, and more

v0.0.2

2016-Jun-29

bug fixes, tabs, external resources, and more

v0.0.1

Initial release