Releases: blurstudio/PrEditor
Releases · blurstudio/PrEditor
0.5.0
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
- @macevhicz made their first contribution in #5
Full Changelog: 0.4.0...0.5.0
0.4.0
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
0.2.0
0.1.0
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
What's Changed
- Use correct url in setup.cfg by @MHendricks in #2
Full Changelog: 0.1.0rc1...0.1.0rc2
0.1.0rc1
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
- @MHendricks made their first contribution in #1
Full Changelog: https://github.com/blurstudio/PrEditor/commits/0.1.0rc1