umu-commander 1.5.7__py3-none-any.whl → 1.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of umu-commander might be problematic. Click here for more details.

umu_commander/__init__.py CHANGED
@@ -1 +1 @@
1
- VERSION = "v1.5.7"
1
+ VERSION = "v1.6.0"
@@ -38,13 +38,10 @@ def create():
38
38
  selected_umu_latest: bool = False
39
39
  proton_ver: ProtonVer = get_selection(
40
40
  "Select Proton version:",
41
- strings_to_values(["Always latest UMU Proton"]),
41
+ None,
42
42
  collect_proton_versions(sort=True),
43
43
  ).as_proton_ver()
44
- if proton_ver.version_num == "Always latest UMU Proton":
45
- selected_umu_latest = True
46
- else:
47
- params["umu"]["proton"] = os.path.join(proton_ver.dir, proton_ver.version_num)
44
+ params["umu"]["proton"] = os.path.join(proton_ver.dir, proton_ver.version_num)
48
45
 
49
46
  # Select DLL overrides
50
47
  possible_overrides: list[DLLOverride] = [
@@ -119,8 +116,7 @@ def create():
119
116
 
120
117
  print(f"Configuration file {config.UMU_CONFIG_NAME} created at {os.getcwd()}.")
121
118
  print(f"Use by running umu-commander run.")
122
- if not selected_umu_latest:
123
- tracking.track(proton_ver, False)
119
+ tracking.track(proton_ver, False)
124
120
  except:
125
121
  print("Could not create configuration file.")
126
122
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umu-commander
3
- Version: 1.5.7
3
+ Version: 1.6.0
4
4
  Summary: umu-commander is an interactive CLI tool to help you manage umu.
5
5
  Project-URL: Homepage, https://github.com/Mpaxlamitsounas/umu-commander
6
6
  Project-URL: Issues, https://github.com/Mpaxlamitsounas/umu-commander/issues
@@ -1,14 +1,14 @@
1
- umu_commander/__init__.py,sha256=lcnQtXuTVWKAbnJJVjHY-7vVuwMzH4utpGhuBnhGa-M,19
1
+ umu_commander/__init__.py,sha256=mBSPXDyAxDus9R3AJcl53fzXlTdK4BmOYYGrU2WFk1A,19
2
2
  umu_commander/__main__.py,sha256=Zo5NbQ8lYsmNo7oN3ekeJ5VPyiETcbasEYkfBMkFZ-A,1994
3
3
  umu_commander/classes.py,sha256=3vEC7Iq3buEUaIIJKO1ze57hs9yQ_-9pnkazHkSfcLk,1655
4
4
  umu_commander/configuration.py,sha256=bF_1n_8PQ04GmJZpC1scQ5OBZbsVXPstJ9RGfKE-D5k,2277
5
5
  umu_commander/database.py,sha256=mkBX0e6YEv2dWU2hCMaZwhSD02f_XefW0qbErcVHHYo,1183
6
6
  umu_commander/proton.py,sha256=K3KhaXxZawOZN84XKhXKP-HkIrW-sLSbMwoKBL2SrAU,2552
7
7
  umu_commander/tracking.py,sha256=WfWeQWnNNK_q-1rFt0HPFNDD8z7VcTCYKI5A_W8xNIg,3113
8
- umu_commander/umu_config.py,sha256=gJsK4g33vtBpfvfSJcQBCoM3zzuWQ9kGX5IUSOFw6ow,4191
8
+ umu_commander/umu_config.py,sha256=4vLoqb88mvPKvrfOlNVLBHzhvzy1Q8HuA5pRVCIRttc,3998
9
9
  umu_commander/util.py,sha256=hTNGK6HN5nHGH5HEA8mUxOM5f2S_IpawHmbhpw2H4ig,3013
10
- umu_commander-1.5.7.dist-info/METADATA,sha256=toDp_fgD8IoCkqeLbhzDHGsaGKxhBSrlovb7YK5ENko,5391
11
- umu_commander-1.5.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
- umu_commander-1.5.7.dist-info/entry_points.txt,sha256=ljyUmDmgCCMm7mQgB1syoWbf_5AiemyrS6YN7eTn9CI,62
13
- umu_commander-1.5.7.dist-info/licenses/LICENSE.txt,sha256=yipFXBRmVZ2Q44x1q18HccPUAECBQLXAOAr21aS57uY,1071
14
- umu_commander-1.5.7.dist-info/RECORD,,
10
+ umu_commander-1.6.0.dist-info/METADATA,sha256=ynVh2wyFwicTj6HM-yEDWA5tRdsexz_qkRriMm4QIvg,5391
11
+ umu_commander-1.6.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
+ umu_commander-1.6.0.dist-info/entry_points.txt,sha256=ljyUmDmgCCMm7mQgB1syoWbf_5AiemyrS6YN7eTn9CI,62
13
+ umu_commander-1.6.0.dist-info/licenses/LICENSE.txt,sha256=yipFXBRmVZ2Q44x1q18HccPUAECBQLXAOAr21aS57uY,1071
14
+ umu_commander-1.6.0.dist-info/RECORD,,