|
27 | 27 | { |
28 | 28 | "label": "Settings", |
29 | 29 | "subitems": [ |
30 | | - "New retry configuration option and improved handling of maximum retries.", |
31 | | - "Customize how package names are displayed in the Settings modal.", |
32 | | - "Added a “Cache Disk Usage” toggle with an option to clear cache." |
| 30 | + { |
| 31 | + "label": "New retry configuration option and improved handling of maximum retries." |
| 32 | + }, |
| 33 | + { |
| 34 | + "label": "Customize how package names are displayed in the Settings modal." |
| 35 | + }, |
| 36 | + { |
| 37 | + "label": "Added a “Cache Disk Usage” toggle with an option to clear cache." |
| 38 | + } |
33 | 39 | ] |
34 | 40 | } |
35 | 41 | ] |
|
39 | 45 | "subitems": [ |
40 | 46 | { |
41 | 47 | "label": "UI", |
42 | | - "subitems": ["Refreshed design for Python versions and virtual environment cards."] |
| 48 | + "subitems": [ |
| 49 | + { |
| 50 | + "label": "Refreshed design for Python versions and virtual environment cards." |
| 51 | + } |
| 52 | + ] |
43 | 53 | }, |
44 | 54 | { |
45 | 55 | "label": "Installer", |
46 | 56 | "subitems": [ |
47 | | - "Better error handling and clearer error messages.", |
48 | | - "Improved handling of Deadsnakes PPA installation errors." |
| 57 | + { |
| 58 | + "label": "Better error handling and clearer error messages." |
| 59 | + }, |
| 60 | + { |
| 61 | + "label": "Improved handling of Deadsnakes PPA installation errors." |
| 62 | + } |
49 | 63 | ] |
50 | 64 | }, |
51 | 65 | { |
52 | 66 | "label": "Conda Installer", |
53 | 67 | "subitems": [ |
54 | | - "Improved error handling for additional cases.", |
55 | | - "Added timeout & regex validation for detecting Conda installations.", |
56 | | - "Auto-accept Terms of Service prompts during Conda setup.", |
57 | | - "More reliable Python version fetching." |
| 68 | + { |
| 69 | + "label": "Improved error handling for additional cases." |
| 70 | + }, |
| 71 | + { |
| 72 | + "label": "Added timeout & regex validation for detecting Conda installations." |
| 73 | + }, |
| 74 | + { |
| 75 | + "label": "Auto-accept Terms of Service prompts during Conda setup." |
| 76 | + }, |
| 77 | + { |
| 78 | + "label": "More reliable Python version fetching." |
| 79 | + } |
58 | 80 | ] |
59 | 81 | }, |
60 | 82 | { |
61 | 83 | "label": "Requirements", |
62 | 84 | "subitems": [ |
63 | | - "Smarter handling of mismatched `-` and `_` in package names.", |
64 | | - "Improved logic for requirements update checks (operators & version comparisons).", |
65 | | - "Increased maxRetries for fetching package versions from Pip." |
| 85 | + { |
| 86 | + "label": "Smarter handling of mismatched `-` and `_` in package names." |
| 87 | + }, |
| 88 | + { |
| 89 | + "label": "Improved logic for requirements update checks (operators & version comparisons)." |
| 90 | + }, |
| 91 | + { |
| 92 | + "label": "Increased maxRetries for fetching package versions from Pip." |
| 93 | + } |
66 | 94 | ] |
67 | 95 | }, |
68 | 96 | { |
69 | 97 | "label": "Virtual Environments", |
70 | 98 | "subitems": [ |
71 | | - "More robust error handling and improved venv loading states.", |
72 | | - "Automatically ensures pip is installed for package management." |
| 99 | + { |
| 100 | + "label": "More robust error handling and improved venv loading states." |
| 101 | + }, |
| 102 | + { |
| 103 | + "label": "Automatically ensures pip is installed for package management." |
| 104 | + } |
73 | 105 | ] |
74 | 106 | }, |
75 | 107 | { |
76 | 108 | "label": "Associations", |
77 | 109 | "subitems": [ |
78 | | - "Added avatar support in the virtual environment association dropdown.", |
79 | | - "Improved styling for associated item “chips.”", |
80 | | - "Support for associating installed Pythons with environments." |
| 110 | + { |
| 111 | + "label": "Added avatar support in the virtual environment association dropdown." |
| 112 | + }, |
| 113 | + { |
| 114 | + "label": "Improved styling for associated item “chips.”" |
| 115 | + }, |
| 116 | + { |
| 117 | + "label": "Support for associating installed Pythons with environments." |
| 118 | + } |
81 | 119 | ] |
82 | 120 | } |
83 | 121 | ] |
|
99 | 137 | { |
100 | 138 | "label": "Package Manager", |
101 | 139 | "subitems": [ |
102 | | - "New styling for the Python version dropdown.", |
103 | | - "Improved button styles & icons; removed redundant props.", |
104 | | - "Clearer Conda installer loading label.", |
105 | | - "Updated trash icon to a new duo-tone version." |
| 140 | + { |
| 141 | + "label": "New styling for the Python version dropdown." |
| 142 | + }, |
| 143 | + { |
| 144 | + "label": "Improved button styles & icons; removed redundant props." |
| 145 | + }, |
| 146 | + { |
| 147 | + "label": "Clearer Conda installer loading label." |
| 148 | + }, |
| 149 | + { |
| 150 | + "label": "Updated trash icon to a new duo-tone version." |
| 151 | + } |
106 | 152 | ] |
107 | 153 | } |
108 | 154 | ] |
|
0 commit comments