Skip to content

Releases: mottosso/allzpark

1.3.129

18 Nov 13:32
43eb8e0
Compare
Choose a tag to compare

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

10 Nov 18:18
a2e48e0
Compare
Choose a tag to compare
  • Status bar improved, see #125
  • Minor fixes, see #123
  • Tests implemented, headless GUI testing runs on Azure DevOps now. See #121

1.3.41

05 Nov 17:21
c4c10ab
Compare
Choose a tag to compare

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

05 Nov 08:35
43655aa
Compare
Choose a tag to compare

Internal Improvement

Allzpark's console logging has enabled to handle message unicode decode error.

See #120 for more details.

1.3.28

02 Nov 16:28
0a3e964
Compare
Choose a tag to compare

New Features

  • Added light/dark default themes
  • Custom themes can be loaded from allzparkconfig.py, see #111 (comment)

1.3.5

22 Oct 06:25
380425c
Compare
Choose a tag to compare

Added missing icons to PyPI package (see #115 for details and thanks @loonghao for this fix!)

1.3.3

21 Oct 19:55
2a7b10b
Compare
Choose a tag to compare
  • Fixed #91
  • Menu action "Copy full JSON" in Environment page now gives you the string that is JSON serialized.

See #112 for more detail.

1.3.0

19 Oct 12:23
1d7f3db
Compare
Choose a tag to compare

Features

Profiles can now be viewed in tree-view. Also can be ...

  • Categorized with package attribute _data["category"]
  • Set as favoite and able to filter out others that are not

See #110 for more details.

1.2.208

12 Oct 10:08
4d72b3f
Compare
Choose a tag to compare

Before

image

After

image

1.2.145

31 Jul 07:08
Compare
Choose a tag to compare

Repair Linux support from previous release.