Releases: mottosso/allzpark
Releases · mottosso/allzpark
1.3.129
Improvement
- Make unsolvable App fails independently (#124)
- App package version can be changed in main view (#129 (comment))
- App's version list has been limited to profile request range (#129 (comment))
New Features
- Add preference "Show All Versions". If enabled, all package versions will be listed, except profile and app package (#129 (comment))
- Add preference lock, with
allzparkconfig.protected_preferences
(#129 (comment))
Fixes
- Right-clicking on any column in Packages view can bring up version editor (#129 (comment))
- Ensure path case normalized (#130)
- Select next version if latest version of App matched package exclusion filter (#132) Thanks to @evil-g
⭐⭐⭐
Allzpark has a chat room on Gitter now 🎉 https://gitter.im/allzpark/community
1.3.67
1.3.41
New Features
- Allow to provide unified application launching environment from
allzparkconfig.py
- Add "Parent" tab in "Environment" dock page to show current parent environment.
- Add "Diagnose" tab in "Environment" dock page to show actual subprocess environment.
- Add "Code" tab in "Context" dock page to show script that is used to spawn shell from resolved context.
See #122 for details.
1.3.31
1.3.28
New Features
- Added light/dark default themes
- Custom themes can be loaded from
allzparkconfig.py
, see #111 (comment)
1.3.5
1.3.3
1.3.0
1.2.208
- Removed package path normalization (
os.path.normpath
) . Friendly to non file-system packages. See #102 (comment) and #109. - Improved console log message layout, see #102 (comment).
- Fixed incorrect package variant root path, see #103.
- Updated vendorized
qargparse.py
, see #106.
Before
After