umu-commander 1.5.7__tar.gz → 1.6.0__tar.gz
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-1.5.7 → umu_commander-1.6.0}/.idea/workspace.xml +39 -39
- {umu_commander-1.5.7 → umu_commander-1.6.0}/PKG-INFO +1 -1
- umu_commander-1.6.0/src/umu_commander/__init__.py +1 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/src/umu_commander/umu_config.py +3 -7
- umu_commander-1.5.7/src/umu_commander/__init__.py +0 -1
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.gitignore +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/.gitignore +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/inspectionProfiles/Project_Default.xml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/jsonSchemas.xml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/misc.xml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/modules.xml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]1/shelved.patch +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/shelf/Uncommitted_changes_before_rebase__Changes_1.xml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/umu-commander.iml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/.idea/vcs.xml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/LICENSE.txt +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/README.md +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/example_config.toml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/pyproject.toml +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/src/umu_commander/__main__.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/src/umu_commander/classes.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/src/umu_commander/configuration.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/src/umu_commander/database.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/src/umu_commander/proton.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/src/umu_commander/tracking.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/src/umu_commander/util.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/tests/__init__.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/tests/test_config.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/tests/test_db.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/tests/test_manual.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/tests/test_proton.py +0 -0
- {umu_commander-1.5.7 → umu_commander-1.6.0}/tests/test_tracking.py +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="043620f1-711f-4c27-a2e2-15fa501e8ce0" name="Changes" comment="
|
|
7
|
+
<list default="true" id="043620f1-711f-4c27-a2e2-15fa501e8ce0" name="Changes" comment="1.6.0" />
|
|
8
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -411,38 +411,6 @@
|
|
|
411
411
|
<option name="presentableId" value="Default" />
|
|
412
412
|
<updated>1751043400140</updated>
|
|
413
413
|
</task>
|
|
414
|
-
<task id="LOCAL-00038" summary="Add project files">
|
|
415
|
-
<option name="closed" value="true" />
|
|
416
|
-
<created>1753341851888</created>
|
|
417
|
-
<option name="number" value="00038" />
|
|
418
|
-
<option name="presentableId" value="LOCAL-00038" />
|
|
419
|
-
<option name="project" value="LOCAL" />
|
|
420
|
-
<updated>1753341851888</updated>
|
|
421
|
-
</task>
|
|
422
|
-
<task id="LOCAL-00039" summary="Implement some tests">
|
|
423
|
-
<option name="closed" value="true" />
|
|
424
|
-
<created>1753341858770</created>
|
|
425
|
-
<option name="number" value="00039" />
|
|
426
|
-
<option name="presentableId" value="LOCAL-00039" />
|
|
427
|
-
<option name="project" value="LOCAL" />
|
|
428
|
-
<updated>1753341858770</updated>
|
|
429
|
-
</task>
|
|
430
|
-
<task id="LOCAL-00040" summary="Fix documentation">
|
|
431
|
-
<option name="closed" value="true" />
|
|
432
|
-
<created>1753342308389</created>
|
|
433
|
-
<option name="number" value="00040" />
|
|
434
|
-
<option name="presentableId" value="LOCAL-00040" />
|
|
435
|
-
<option name="project" value="LOCAL" />
|
|
436
|
-
<updated>1753342308389</updated>
|
|
437
|
-
</task>
|
|
438
|
-
<task id="LOCAL-00041" summary="Add messages for some tests">
|
|
439
|
-
<option name="closed" value="true" />
|
|
440
|
-
<created>1753342325360</created>
|
|
441
|
-
<option name="number" value="00041" />
|
|
442
|
-
<option name="presentableId" value="LOCAL-00041" />
|
|
443
|
-
<option name="project" value="LOCAL" />
|
|
444
|
-
<updated>1753342325360</updated>
|
|
445
|
-
</task>
|
|
446
414
|
<task id="LOCAL-00042" summary="Preparations for building">
|
|
447
415
|
<option name="closed" value="true" />
|
|
448
416
|
<created>1753344771423</created>
|
|
@@ -803,7 +771,39 @@
|
|
|
803
771
|
<option name="project" value="LOCAL" />
|
|
804
772
|
<updated>1754485732243</updated>
|
|
805
773
|
</task>
|
|
806
|
-
<
|
|
774
|
+
<task id="LOCAL-00087" summary="Typo">
|
|
775
|
+
<option name="closed" value="true" />
|
|
776
|
+
<created>1754730232916</created>
|
|
777
|
+
<option name="number" value="00087" />
|
|
778
|
+
<option name="presentableId" value="LOCAL-00087" />
|
|
779
|
+
<option name="project" value="LOCAL" />
|
|
780
|
+
<updated>1754730232916</updated>
|
|
781
|
+
</task>
|
|
782
|
+
<task id="LOCAL-00088" summary="1.5.7">
|
|
783
|
+
<option name="closed" value="true" />
|
|
784
|
+
<created>1754730254450</created>
|
|
785
|
+
<option name="number" value="00088" />
|
|
786
|
+
<option name="presentableId" value="LOCAL-00088" />
|
|
787
|
+
<option name="project" value="LOCAL" />
|
|
788
|
+
<updated>1754730254450</updated>
|
|
789
|
+
</task>
|
|
790
|
+
<task id="LOCAL-00089" summary="Remove use "Always use latest UMU-Proton"">
|
|
791
|
+
<option name="closed" value="true" />
|
|
792
|
+
<created>1754730712465</created>
|
|
793
|
+
<option name="number" value="00089" />
|
|
794
|
+
<option name="presentableId" value="LOCAL-00089" />
|
|
795
|
+
<option name="project" value="LOCAL" />
|
|
796
|
+
<updated>1754730712466</updated>
|
|
797
|
+
</task>
|
|
798
|
+
<task id="LOCAL-00090" summary="1.6.0">
|
|
799
|
+
<option name="closed" value="true" />
|
|
800
|
+
<created>1754730732601</created>
|
|
801
|
+
<option name="number" value="00090" />
|
|
802
|
+
<option name="presentableId" value="LOCAL-00090" />
|
|
803
|
+
<option name="project" value="LOCAL" />
|
|
804
|
+
<updated>1754730732601</updated>
|
|
805
|
+
</task>
|
|
806
|
+
<option name="localTasksCounter" value="91" />
|
|
807
807
|
<servers />
|
|
808
808
|
</component>
|
|
809
809
|
<component name="Vcs.Log.Tabs.Properties">
|
|
@@ -830,10 +830,6 @@
|
|
|
830
830
|
</option>
|
|
831
831
|
</component>
|
|
832
832
|
<component name="VcsManagerConfiguration">
|
|
833
|
-
<MESSAGE value="Update documentation." />
|
|
834
|
-
<MESSAGE value="1.5.4" />
|
|
835
|
-
<MESSAGE value="Reformatting Add another tag" />
|
|
836
|
-
<MESSAGE value="Reformat configuration module" />
|
|
837
833
|
<MESSAGE value="Check for umu-config existence" />
|
|
838
834
|
<MESSAGE value="formatting" />
|
|
839
835
|
<MESSAGE value="Misc fixes in configuration module" />
|
|
@@ -855,6 +851,10 @@
|
|
|
855
851
|
<MESSAGE value="1.5.6" />
|
|
856
852
|
<MESSAGE value="PyCharm stuff" />
|
|
857
853
|
<MESSAGE value="Tweak documentation" />
|
|
858
|
-
<
|
|
854
|
+
<MESSAGE value="Typo" />
|
|
855
|
+
<MESSAGE value="1.5.7" />
|
|
856
|
+
<MESSAGE value="Remove use "Always use latest UMU-Proton"" />
|
|
857
|
+
<MESSAGE value="1.6.0" />
|
|
858
|
+
<option name="LAST_COMMIT_MESSAGE" value="1.6.0" />
|
|
859
859
|
</component>
|
|
860
860
|
</project>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: umu-commander
|
|
3
|
-
Version: 1.
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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
|
-
|
|
41
|
+
None,
|
|
42
42
|
collect_proton_versions(sort=True),
|
|
43
43
|
).as_proton_ver()
|
|
44
|
-
|
|
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
|
-
|
|
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 +0,0 @@
|
|
|
1
|
-
VERSION = "v1.5.7"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|