Skip to content

Releases: blurstudio/PrEditor

0.5.0

16 Aug 23:39
Compare
Choose a tag to compare

What's Changed

  • StatusLabel menu now includes the start of the cmd time being reported by @MHendricks in #16
  • Markm/updates by @macevhicz in #5
    • Clear execution time display when execution begins
    • Copy to Console now selects line (if no selection)
    • Add option to "Select text when Run Selected w/o selection"
    • Correctly display traceback lines for code run from workbox selection
    • Autocomplete can now be enabled independently for console and workboxes
    • Re-worked font choosing interface and other font improvements
    • Fuzzy autocomplete now chooses the exact match instead of first item in list in the console
    • External editor command now defaults to wrapping paths in double quotes. An interface warns you if you should update your settings.
    • Ensure the cursor is visible when the os is using scaling

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

24 Apr 22:44
Compare
Choose a tag to compare

What's Changed

  • QShortcut argument fix by @tbttfox in #14
  • Add a history and average of the last X code execution times by @MHendricks in #15

Full Changelog: 0.3.0...0.4.0

0.3.0

18 Mar 17:12
Compare
Choose a tag to compare

What's Changed

  • If stdout/stderr are null streams, don't forward data to them. by @tbttfox in #12

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

14 Mar 19:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

07 Mar 18:09
Compare
Choose a tag to compare

What's Changed

  • Make it easy to find a workbox by name("group/tab") by @MHendricks in #3
  • Make it easier to work with WorkboxMixin's by @MHendricks in #4
  • Add shortcut to restart PrEditor if running in standalone mode by @MHendricks in #7
  • Re-work all_widgets function and resolving workbox names by @MHendricks in #8
  • Restart PrEditor feature works when launched with python -m by @MHendricks in #10
  • Add Focus To Name feature using fuzzy search by @MHendricks in #9

Full Changelog: 0.1.0rc2...0.1.0

0.1.0rc2

01 Aug 00:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0rc1...0.1.0rc2

0.1.0rc1

29 Jul 08:46
Compare
Choose a tag to compare
0.1.0rc1 Pre-release
Pre-release

Initial release of PrEditor after re-working it from the old Python Logger and making it a standalone package.

What's Changed

  • Add Maya integration and configure github actions by @MHendricks in #1

New Contributors

Full Changelog: https://github.com/blurstudio/PrEditor/commits/0.1.0rc1