umu-commander 1.5.6__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.

Files changed (35) hide show
  1. umu_commander-1.6.0/.idea/jsonSchemas.xml +27 -0
  2. umu_commander-1.6.0/.idea/shelf/Uncommitted_changes_before_rebase__Changes_1.xml +4 -0
  3. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/workspace.xml +155 -171
  4. {umu_commander-1.5.6 → umu_commander-1.6.0}/PKG-INFO +14 -14
  5. {umu_commander-1.5.6 → umu_commander-1.6.0}/README.md +13 -13
  6. umu_commander-1.6.0/src/umu_commander/__init__.py +1 -0
  7. {umu_commander-1.5.6 → umu_commander-1.6.0}/src/umu_commander/proton.py +1 -1
  8. {umu_commander-1.5.6 → umu_commander-1.6.0}/src/umu_commander/umu_config.py +3 -7
  9. umu_commander-1.5.6/src/umu_commander/__init__.py +0 -1
  10. {umu_commander-1.5.6 → umu_commander-1.6.0}/.gitignore +0 -0
  11. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/.gitignore +0 -0
  12. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/inspectionProfiles/Project_Default.xml +0 -0
  13. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  14. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/misc.xml +0 -0
  15. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/modules.xml +0 -0
  16. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch +0 -0
  17. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]1/shelved.patch +0 -0
  18. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml +0 -0
  19. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/umu-commander.iml +0 -0
  20. {umu_commander-1.5.6 → umu_commander-1.6.0}/.idea/vcs.xml +0 -0
  21. {umu_commander-1.5.6 → umu_commander-1.6.0}/LICENSE.txt +0 -0
  22. {umu_commander-1.5.6 → umu_commander-1.6.0}/example_config.toml +0 -0
  23. {umu_commander-1.5.6 → umu_commander-1.6.0}/pyproject.toml +0 -0
  24. {umu_commander-1.5.6 → umu_commander-1.6.0}/src/umu_commander/__main__.py +0 -0
  25. {umu_commander-1.5.6 → umu_commander-1.6.0}/src/umu_commander/classes.py +0 -0
  26. {umu_commander-1.5.6 → umu_commander-1.6.0}/src/umu_commander/configuration.py +0 -0
  27. {umu_commander-1.5.6 → umu_commander-1.6.0}/src/umu_commander/database.py +0 -0
  28. {umu_commander-1.5.6 → umu_commander-1.6.0}/src/umu_commander/tracking.py +0 -0
  29. {umu_commander-1.5.6 → umu_commander-1.6.0}/src/umu_commander/util.py +0 -0
  30. {umu_commander-1.5.6 → umu_commander-1.6.0}/tests/__init__.py +0 -0
  31. {umu_commander-1.5.6 → umu_commander-1.6.0}/tests/test_config.py +0 -0
  32. {umu_commander-1.5.6 → umu_commander-1.6.0}/tests/test_db.py +0 -0
  33. {umu_commander-1.5.6 → umu_commander-1.6.0}/tests/test_manual.py +0 -0
  34. {umu_commander-1.5.6 → umu_commander-1.6.0}/tests/test_proton.py +0 -0
  35. {umu_commander-1.5.6 → umu_commander-1.6.0}/tests/test_tracking.py +0 -0
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="JsonSchemaMappingsProjectConfiguration">
4
+ <state>
5
+ <map>
6
+ <entry key="No JSON schema">
7
+ <value>
8
+ <SchemaInfo>
9
+ <option name="ignoredFile" value="true" />
10
+ <option name="name" value="No JSON schema" />
11
+ <option name="relativePathToSchema" value="" />
12
+ <option name="applicationDefined" value="true" />
13
+ <option name="patterns">
14
+ <list>
15
+ <Item>
16
+ <option name="path" value="file://$PROJECT_DIR$/pyproject.toml" />
17
+ </Item>
18
+ </list>
19
+ </option>
20
+ <option name="isIgnoredFile" value="true" />
21
+ </SchemaInfo>
22
+ </value>
23
+ </entry>
24
+ </map>
25
+ </state>
26
+ </component>
27
+ </project>
@@ -0,0 +1,4 @@
1
+ <changelist name="Uncommitted_changes_before_rebase_[Changes]1" date="1754484165593" recycled="true" deleted="true">
2
+ <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]1/shelved.patch" />
3
+ <option name="DESCRIPTION" value="Uncommitted changes before rebase [Changes]" />
4
+ </changelist>
@@ -4,10 +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="Add dynamic versioning">
8
- <change beforePath="$PROJECT_DIR$/src/umu_commander/__main__.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/__main__.py" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/src/umu_commander/util.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/util.py" afterDir="false" />
10
- </list>
7
+ <list default="true" id="043620f1-711f-4c27-a2e2-15fa501e8ce0" name="Changes" comment="1.6.0" />
11
8
  <option name="SHOW_DIALOG" value="false" />
12
9
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
13
10
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -42,7 +39,7 @@
42
39
  }
43
40
  }</component>
44
41
  <component name="ProblemsViewState">
45
- <option name="selectedTabId" value="ProjectErrors" />
42
+ <option name="selectedTabId" value="CurrentFile" />
46
43
  </component>
47
44
  <component name="ProjectColorInfo">{
48
45
  &quot;associatedIndex&quot;: 4
@@ -53,52 +50,55 @@
53
50
  <option name="hideEmptyMiddlePackages" value="true" />
54
51
  <option name="showLibraryContents" value="true" />
55
52
  </component>
56
- <component name="PropertiesComponent"><![CDATA[{
57
- "keyToString": {
58
- "Python tests.Python tests for test_config.Config.executor": "Run",
59
- "Python tests.Python tests for test_config.Config.test_missing_config.executor": "Run",
60
- "Python tests.Python tests for test_db.DB.executor": "Run",
61
- "Python tests.Python tests for test_db.Database.executor": "Run",
62
- "Python tests.Python tests for test_db.Database.test_addition_removal.executor": "Run",
63
- "Python tests.Python tests for test_db.Database.test_missing_db.executor": "Run",
64
- "Python tests.Python tests for test_proton.Tracking.executor": "Run",
65
- "Python tests.Python tests for test_proton.Tracking.test_collect_proton_versions.executor": "Run",
66
- "Python tests.Python tests for test_tracking.Tracking.executor": "Run",
67
- "Python tests.Python tests for test_tracking.Tracking.test_track.executor": "Run",
68
- "Python tests.Python tests for test_tracking.Tracking.test_track_untrack.executor": "Run",
69
- "Python tests.Python tests for test_tracking.TrackingTest.executor": "Run",
70
- "Python tests.Python tests for test_tracking.TrackingTest.test_track.executor": "Run",
71
- "Python tests.Python tests for tests.test_db.DB.executor": "Run",
72
- "Python tests.Python tests for tests.test_db.DBTest.executor": "Run",
73
- "Python tests.Python tests for tests.test_db.DBTest.test_addition_removal.executor": "Run",
74
- "Python tests.Python tests for tests.test_db.DBTest.test_malformed_db.executor": "Run",
75
- "Python tests.Python tests for tests.test_db.DBTest.test_missing_db.executor": "Run",
76
- "Python tests.Python tests for tests.test_tracking.Tracking.executor": "Run",
77
- "Python tests.Python tests for tests.test_tracking.TrackingTest.executor": "Debug",
78
- "Python tests.Python tests for tests.test_tracking.TrackingTest.test_track.executor": "Run",
79
- "Python tests.Python tests in tests.executor": "Run",
80
- "Python tests.Run tests.executor": "Run",
81
- "Python.Module.executor": "Run",
82
- "Python.create.executor": "Run",
83
- "Python.delete.executor": "Run",
84
- "Python.manage.executor": "Run",
85
- "Python.run.executor": "Run",
86
- "Python.track.executor": "Run",
87
- "Python.umu-commander.executor": "Run",
88
- "Python.untrack.executor": "Run",
89
- "Python.users.executor": "Run",
90
- "RunOnceActivity.ShowReadmeOnStart": "true",
91
- "RunOnceActivity.git.unshallow": "true",
92
- "Shell Script.Build.executor": "Run",
93
- "Shell Script.Upload.executor": "Run",
94
- "git-widget-placeholder": "master",
95
- "last_opened_file_path": "/home/hiroshi/Code/Python/umu-commander/tests",
96
- "run.code.analysis.last.selected.profile": "aDefault",
97
- "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
53
+ <component name="PropertiesComponent">{
54
+ &quot;keyToString&quot;: {
55
+ &quot;Python tests.Python tests for test_config.Config.executor&quot;: &quot;Run&quot;,
56
+ &quot;Python tests.Python tests for test_config.Config.test_missing_config.executor&quot;: &quot;Run&quot;,
57
+ &quot;Python tests.Python tests for test_db.DB.executor&quot;: &quot;Run&quot;,
58
+ &quot;Python tests.Python tests for test_db.Database.executor&quot;: &quot;Run&quot;,
59
+ &quot;Python tests.Python tests for test_db.Database.test_addition_removal.executor&quot;: &quot;Run&quot;,
60
+ &quot;Python tests.Python tests for test_db.Database.test_missing_db.executor&quot;: &quot;Run&quot;,
61
+ &quot;Python tests.Python tests for test_proton.Tracking.executor&quot;: &quot;Run&quot;,
62
+ &quot;Python tests.Python tests for test_proton.Tracking.test_collect_proton_versions.executor&quot;: &quot;Run&quot;,
63
+ &quot;Python tests.Python tests for test_tracking.Tracking.executor&quot;: &quot;Run&quot;,
64
+ &quot;Python tests.Python tests for test_tracking.Tracking.test_track.executor&quot;: &quot;Run&quot;,
65
+ &quot;Python tests.Python tests for test_tracking.Tracking.test_track_untrack.executor&quot;: &quot;Run&quot;,
66
+ &quot;Python tests.Python tests for test_tracking.TrackingTest.executor&quot;: &quot;Run&quot;,
67
+ &quot;Python tests.Python tests for test_tracking.TrackingTest.test_track.executor&quot;: &quot;Run&quot;,
68
+ &quot;Python tests.Python tests for tests.test_db.DB.executor&quot;: &quot;Run&quot;,
69
+ &quot;Python tests.Python tests for tests.test_db.DBTest.executor&quot;: &quot;Run&quot;,
70
+ &quot;Python tests.Python tests for tests.test_db.DBTest.test_addition_removal.executor&quot;: &quot;Run&quot;,
71
+ &quot;Python tests.Python tests for tests.test_db.DBTest.test_malformed_db.executor&quot;: &quot;Run&quot;,
72
+ &quot;Python tests.Python tests for tests.test_db.DBTest.test_missing_db.executor&quot;: &quot;Run&quot;,
73
+ &quot;Python tests.Python tests for tests.test_tracking.Tracking.executor&quot;: &quot;Run&quot;,
74
+ &quot;Python tests.Python tests for tests.test_tracking.TrackingTest.executor&quot;: &quot;Debug&quot;,
75
+ &quot;Python tests.Python tests for tests.test_tracking.TrackingTest.test_track.executor&quot;: &quot;Run&quot;,
76
+ &quot;Python tests.Python tests in tests.executor&quot;: &quot;Run&quot;,
77
+ &quot;Python tests.Run tests.executor&quot;: &quot;Debug&quot;,
78
+ &quot;Python.Build.executor&quot;: &quot;Run&quot;,
79
+ &quot;Python.Module.executor&quot;: &quot;Run&quot;,
80
+ &quot;Python.create.executor&quot;: &quot;Run&quot;,
81
+ &quot;Python.delete.executor&quot;: &quot;Run&quot;,
82
+ &quot;Python.manage.executor&quot;: &quot;Run&quot;,
83
+ &quot;Python.run.executor&quot;: &quot;Run&quot;,
84
+ &quot;Python.track.executor&quot;: &quot;Run&quot;,
85
+ &quot;Python.umu-commander.executor&quot;: &quot;Run&quot;,
86
+ &quot;Python.untrack.executor&quot;: &quot;Run&quot;,
87
+ &quot;Python.users.executor&quot;: &quot;Run&quot;,
88
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
89
+ &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
90
+ &quot;Shell Script.Build.executor&quot;: &quot;Run&quot;,
91
+ &quot;Shell Script.Cleanup builds.executor&quot;: &quot;Run&quot;,
92
+ &quot;Shell Script.Upload.executor&quot;: &quot;Run&quot;,
93
+ &quot;git-widget-placeholder&quot;: &quot;master&quot;,
94
+ &quot;last_opened_file_path&quot;: &quot;/home/hiroshi/Code/Python/umu-commander/src/umu_commander&quot;,
95
+ &quot;run.code.analysis.last.selected.profile&quot;: &quot;aDefault&quot;,
96
+ &quot;settings.editor.selected.configurable&quot;: &quot;com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable&quot;
98
97
  }
99
- }]]></component>
98
+ }</component>
100
99
  <component name="RecentsManager">
101
100
  <key name="CopyFile.RECENT_KEYS">
101
+ <recent name="$PROJECT_DIR$/src/umu_commander" />
102
102
  <recent name="$PROJECT_DIR$/tests" />
103
103
  </key>
104
104
  <key name="MoveFile.RECENT_KEYS">
@@ -107,7 +107,7 @@
107
107
  </key>
108
108
  </component>
109
109
  <component name="RunManager" selected="Shell Script.Upload">
110
- <configuration name="Module" type="PythonConfigurationType" factoryName="Python">
110
+ <configuration name="Build" type="PythonConfigurationType" factoryName="Python">
111
111
  <module name="umu-commander" />
112
112
  <option name="ENV_FILES" value="" />
113
113
  <option name="INTERPRETER_OPTIONS" value="" />
@@ -121,7 +121,7 @@
121
121
  <option name="IS_MODULE_SDK" value="false" />
122
122
  <option name="ADD_CONTENT_ROOTS" value="true" />
123
123
  <option name="ADD_SOURCE_ROOTS" value="true" />
124
- <option name="SCRIPT_NAME" value="umu_commander" />
124
+ <option name="SCRIPT_NAME" value="build" />
125
125
  <option name="PARAMETERS" value="" />
126
126
  <option name="SHOW_COMMAND_LINE" value="false" />
127
127
  <option name="EMULATE_TERMINAL" value="false" />
@@ -262,23 +262,8 @@
262
262
  <option name="INPUT_FILE" value="" />
263
263
  <method v="2" />
264
264
  </configuration>
265
- <configuration name="Build" type="ShConfigurationType">
266
- <option name="SCRIPT_TEXT" value="rm dist/*; python3 -m build" />
267
- <option name="INDEPENDENT_SCRIPT_PATH" value="true" />
268
- <option name="SCRIPT_PATH" value="" />
269
- <option name="SCRIPT_OPTIONS" value="" />
270
- <option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" />
271
- <option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$" />
272
- <option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
273
- <option name="INTERPRETER_PATH" value="/bin/bash" />
274
- <option name="INTERPRETER_OPTIONS" value="" />
275
- <option name="EXECUTE_IN_TERMINAL" value="true" />
276
- <option name="EXECUTE_SCRIPT_FILE" value="false" />
277
- <envs />
278
- <method v="2" />
279
- </configuration>
280
265
  <configuration name="Upload" type="ShConfigurationType">
281
- <option name="SCRIPT_TEXT" value="twine upload dist/*" />
266
+ <option name="SCRIPT_TEXT" value="twine upload dist/*; rm dist/*" />
282
267
  <option name="INDEPENDENT_SCRIPT_PATH" value="true" />
283
268
  <option name="SCRIPT_PATH" value="" />
284
269
  <option name="SCRIPT_OPTIONS" value="" />
@@ -287,11 +272,11 @@
287
272
  <option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
288
273
  <option name="INTERPRETER_PATH" value="/bin/bash" />
289
274
  <option name="INTERPRETER_OPTIONS" value="" />
290
- <option name="EXECUTE_IN_TERMINAL" value="true" />
275
+ <option name="EXECUTE_IN_TERMINAL" value="false" />
291
276
  <option name="EXECUTE_SCRIPT_FILE" value="false" />
292
277
  <envs />
293
278
  <method v="2">
294
- <option name="RunConfigurationTask" enabled="true" run_configuration_name="Build" run_configuration_type="ShConfigurationType" />
279
+ <option name="RunConfigurationTask" enabled="true" run_configuration_name="Build" run_configuration_type="PythonConfigurationType" />
295
280
  </method>
296
281
  </configuration>
297
282
  <configuration name="Python tests for test_db.Database" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
@@ -385,7 +370,7 @@
385
370
  <method v="2" />
386
371
  </configuration>
387
372
  <list>
388
- <item itemvalue="Python.Module" />
373
+ <item itemvalue="Python.Build" />
389
374
  <item itemvalue="Python.users" />
390
375
  <item itemvalue="Python.run" />
391
376
  <item itemvalue="Python.track" />
@@ -399,7 +384,6 @@
399
384
  <item itemvalue="Python tests.Python tests for test_db.Database.test_missing_db" />
400
385
  <item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_untrack" />
401
386
  <item itemvalue="Shell Script.Upload" />
402
- <item itemvalue="Shell Script.Build" />
403
387
  </list>
404
388
  <recent_temporary>
405
389
  <list>
@@ -427,94 +411,6 @@
427
411
  <option name="presentableId" value="Default" />
428
412
  <updated>1751043400140</updated>
429
413
  </task>
430
- <task id="LOCAL-00031" summary="Add UMU_PROTON_DIR config key">
431
- <option name="closed" value="true" />
432
- <created>1753108719123</created>
433
- <option name="number" value="00031" />
434
- <option name="presentableId" value="LOCAL-00031" />
435
- <option name="project" value="LOCAL" />
436
- <updated>1753108719123</updated>
437
- </task>
438
- <task id="LOCAL-00032" summary="Rename DB methods&#10;Rename variables for consistency&#10;Use dataclasses to group data better&#10;Add full support for multiple proton directories">
439
- <option name="closed" value="true" />
440
- <created>1753108807248</created>
441
- <option name="number" value="00032" />
442
- <option name="presentableId" value="LOCAL-00032" />
443
- <option name="project" value="LOCAL" />
444
- <updated>1753108807248</updated>
445
- </task>
446
- <task id="LOCAL-00033" summary="shorter">
447
- <option name="closed" value="true" />
448
- <created>1753108853184</created>
449
- <option name="number" value="00033" />
450
- <option name="presentableId" value="LOCAL-00033" />
451
- <option name="project" value="LOCAL" />
452
- <updated>1753108853184</updated>
453
- </task>
454
- <task id="LOCAL-00034" summary="Add some comments, rename a DB method">
455
- <option name="closed" value="true" />
456
- <created>1753329220892</created>
457
- <option name="number" value="00034" />
458
- <option name="presentableId" value="LOCAL-00034" />
459
- <option name="project" value="LOCAL" />
460
- <updated>1753329220892</updated>
461
- </task>
462
- <task id="LOCAL-00035" summary="Move src code to src directory">
463
- <option name="closed" value="true" />
464
- <created>1753329777947</created>
465
- <option name="number" value="00035" />
466
- <option name="presentableId" value="LOCAL-00035" />
467
- <option name="project" value="LOCAL" />
468
- <updated>1753329777947</updated>
469
- </task>
470
- <task id="LOCAL-00036" summary="Update documentation on the change">
471
- <option name="closed" value="true" />
472
- <created>1753329961800</created>
473
- <option name="number" value="00036" />
474
- <option name="presentableId" value="LOCAL-00036" />
475
- <option name="project" value="LOCAL" />
476
- <updated>1753329961800</updated>
477
- </task>
478
- <task id="LOCAL-00037" summary="Reorganised project&#10;Split methods from util.py into proton.py&#10;Various fixes&#10;Formatting">
479
- <option name="closed" value="true" />
480
- <created>1753341832919</created>
481
- <option name="number" value="00037" />
482
- <option name="presentableId" value="LOCAL-00037" />
483
- <option name="project" value="LOCAL" />
484
- <updated>1753341832919</updated>
485
- </task>
486
- <task id="LOCAL-00038" summary="Add project files">
487
- <option name="closed" value="true" />
488
- <created>1753341851888</created>
489
- <option name="number" value="00038" />
490
- <option name="presentableId" value="LOCAL-00038" />
491
- <option name="project" value="LOCAL" />
492
- <updated>1753341851888</updated>
493
- </task>
494
- <task id="LOCAL-00039" summary="Implement some tests">
495
- <option name="closed" value="true" />
496
- <created>1753341858770</created>
497
- <option name="number" value="00039" />
498
- <option name="presentableId" value="LOCAL-00039" />
499
- <option name="project" value="LOCAL" />
500
- <updated>1753341858770</updated>
501
- </task>
502
- <task id="LOCAL-00040" summary="Fix documentation">
503
- <option name="closed" value="true" />
504
- <created>1753342308389</created>
505
- <option name="number" value="00040" />
506
- <option name="presentableId" value="LOCAL-00040" />
507
- <option name="project" value="LOCAL" />
508
- <updated>1753342308389</updated>
509
- </task>
510
- <task id="LOCAL-00041" summary="Add messages for some tests">
511
- <option name="closed" value="true" />
512
- <created>1753342325360</created>
513
- <option name="number" value="00041" />
514
- <option name="presentableId" value="LOCAL-00041" />
515
- <option name="project" value="LOCAL" />
516
- <updated>1753342325360</updated>
517
- </task>
518
414
  <task id="LOCAL-00042" summary="Preparations for building">
519
415
  <option name="closed" value="true" />
520
416
  <created>1753344771423</created>
@@ -819,7 +715,95 @@
819
715
  <option name="project" value="LOCAL" />
820
716
  <updated>1754483836165</updated>
821
717
  </task>
822
- <option name="localTasksCounter" value="80" />
718
+ <task id="LOCAL-00080" summary="Formatting">
719
+ <option name="closed" value="true" />
720
+ <created>1754484013140</created>
721
+ <option name="number" value="00080" />
722
+ <option name="presentableId" value="LOCAL-00080" />
723
+ <option name="project" value="LOCAL" />
724
+ <updated>1754484013140</updated>
725
+ </task>
726
+ <task id="LOCAL-00081" summary="PyCharm stuff">
727
+ <option name="closed" value="true" />
728
+ <created>1754484023230</created>
729
+ <option name="number" value="00081" />
730
+ <option name="presentableId" value="LOCAL-00081" />
731
+ <option name="project" value="LOCAL" />
732
+ <updated>1754484023231</updated>
733
+ </task>
734
+ <task id="LOCAL-00082" summary="Implement dynamic versioning">
735
+ <option name="closed" value="true" />
736
+ <created>1754484474589</created>
737
+ <option name="number" value="00082" />
738
+ <option name="presentableId" value="LOCAL-00082" />
739
+ <option name="project" value="LOCAL" />
740
+ <updated>1754484474589</updated>
741
+ </task>
742
+ <task id="LOCAL-00083" summary="1.5.6">
743
+ <option name="closed" value="true" />
744
+ <created>1754484513021</created>
745
+ <option name="number" value="00083" />
746
+ <option name="presentableId" value="LOCAL-00083" />
747
+ <option name="project" value="LOCAL" />
748
+ <updated>1754484513021</updated>
749
+ </task>
750
+ <task id="LOCAL-00084" summary="PyCharm stuff">
751
+ <option name="closed" value="true" />
752
+ <created>1754485676927</created>
753
+ <option name="number" value="00084" />
754
+ <option name="presentableId" value="LOCAL-00084" />
755
+ <option name="project" value="LOCAL" />
756
+ <updated>1754485676928</updated>
757
+ </task>
758
+ <task id="LOCAL-00085" summary="Tweak documentation">
759
+ <option name="closed" value="true" />
760
+ <created>1754485688107</created>
761
+ <option name="number" value="00085" />
762
+ <option name="presentableId" value="LOCAL-00085" />
763
+ <option name="project" value="LOCAL" />
764
+ <updated>1754485688107</updated>
765
+ </task>
766
+ <task id="LOCAL-00086" summary="Tweak documentation">
767
+ <option name="closed" value="true" />
768
+ <created>1754485732243</created>
769
+ <option name="number" value="00086" />
770
+ <option name="presentableId" value="LOCAL-00086" />
771
+ <option name="project" value="LOCAL" />
772
+ <updated>1754485732243</updated>
773
+ </task>
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 &quot;Always use latest UMU-Proton&quot;">
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" />
823
807
  <servers />
824
808
  </component>
825
809
  <component name="Vcs.Log.Tabs.Properties">
@@ -846,16 +830,6 @@
846
830
  </option>
847
831
  </component>
848
832
  <component name="VcsManagerConfiguration">
849
- <MESSAGE value="Improve config handling" />
850
- <MESSAGE value="Update documentation" />
851
- <MESSAGE value="1.5.2" />
852
- <MESSAGE value="made typo." />
853
- <MESSAGE value="1.5.3" />
854
- <MESSAGE value="Fix error code returning" />
855
- <MESSAGE value="Update documentation." />
856
- <MESSAGE value="1.5.4" />
857
- <MESSAGE value="Reformatting&#10;Add another tag" />
858
- <MESSAGE value="Reformat configuration module" />
859
833
  <MESSAGE value="Check for umu-config existence" />
860
834
  <MESSAGE value="formatting" />
861
835
  <MESSAGE value="Misc fixes in configuration module" />
@@ -865,12 +839,22 @@
865
839
  <MESSAGE value="Change DB structure" />
866
840
  <MESSAGE value="Improve print strings" />
867
841
  <MESSAGE value="1.5.5" />
868
- <MESSAGE value="Formatting" />
869
842
  <MESSAGE value="Rewrite documentation" />
870
843
  <MESSAGE value="Reword" />
871
844
  <MESSAGE value="Reformat main flow" />
872
845
  <MESSAGE value="Update tests" />
873
846
  <MESSAGE value="Add dynamic versioning" />
874
- <option name="LAST_COMMIT_MESSAGE" value="Add dynamic versioning" />
847
+ <MESSAGE value="Formatting" />
848
+ <MESSAGE value="Add dynamic versioning &amp; 1.5.6" />
849
+ <MESSAGE value="Add dynamic versioning" />
850
+ <MESSAGE value="Implement dynamic versioning" />
851
+ <MESSAGE value="1.5.6" />
852
+ <MESSAGE value="PyCharm stuff" />
853
+ <MESSAGE value="Tweak documentation" />
854
+ <MESSAGE value="Typo" />
855
+ <MESSAGE value="1.5.7" />
856
+ <MESSAGE value="Remove use &quot;Always use latest UMU-Proton&quot;" />
857
+ <MESSAGE value="1.6.0" />
858
+ <option name="LAST_COMMIT_MESSAGE" value="1.6.0" />
875
859
  </component>
876
860
  </project>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umu-commander
3
- Version: 1.5.6
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
@@ -41,21 +41,21 @@ To add an extra DLL override option, add a line below the table in the form "`La
41
41
  ### Verbs
42
42
  umu-commander needs one of the following verbs specified after the executable name:
43
43
 
44
- | Name | Description |
45
- |:--------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
46
- | track | Tracks current directory with the selected Proton version.<br/>Also removes it from any other tracking lists. |
47
- | untrack | Removes the current directory from all tracking lists. |
48
- | users | Lists which directories the selected Proton version is tracking. |
49
- | delete | Interactively deletes Proton versions that are currently tracking nothing.<br/>Will not remove the latest UMU-Proton and Proton versions that haven't been used for tracking before.<br/>umu-commander will never delete anything without invoking this verb and confirming. |
50
- | create | Creates an augmented umu config in the current directory.<br/>These configs are compatible with vanilla umu-launcher, although the DLL override functionality won't work. |
51
- | run | Runs a program using the umu config in the current directory. |
44
+ | Name | Description |
45
+ |:----------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
46
+ | `track` | Tracks current directory with the selected Proton version.<br/>Also removes it from any other tracking lists. |
47
+ | `untrack` | Removes the current directory from all tracking lists. |
48
+ | `users` | Lists which directories the selected Proton version is tracking. |
49
+ | `delete` | Interactively deletes Proton versions that are currently tracking nothing.<br/>Will not remove the latest UMU-Proton and Proton versions that haven't been used for tracking before.<br/>umu-commander will never delete anything without invoking this verb and confirming. |
50
+ | `create` | Creates an augmented umu config in the current directory.<br/>These configs are compatible with vanilla umu-launcher, although the DLL override functionality won't work. |
51
+ | `run` | Runs a program using the umu config in the current directory. |
52
52
 
53
53
  ### Installation/Usage
54
54
  Add umu-run to your PATH and then install with pipx by running `pipx install umu-commander`. After that you can use umu-commander by running `umu-commander <verb>`.
55
55
 
56
56
  ### Return codes
57
- | Number | Name | Description |
58
- |:-------|:------------------|:----------------------------------------------------------------|
59
- | 0 | SUCCESS | Program executed as intended. |
60
- | 1 | DECODING_ERROR | Failed to parse a file. |
61
- | 2 | INVALID_SELECTION | User selected an invalid verb or there are no valid selections. |
57
+ | Number | Name | Description |
58
+ |:-------|:--------------------|:----------------------------------------------------------------|
59
+ | 0 | `SUCCESS` | Program executed as intended. |
60
+ | 1 | `DECODING_ERROR` | Failed to parse a file. |
61
+ | 2 | `INVALID_SELECTION` | User selected an invalid verb or there are no valid selections. |
@@ -25,21 +25,21 @@ To add an extra DLL override option, add a line below the table in the form "`La
25
25
  ### Verbs
26
26
  umu-commander needs one of the following verbs specified after the executable name:
27
27
 
28
- | Name | Description |
29
- |:--------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
30
- | track | Tracks current directory with the selected Proton version.<br/>Also removes it from any other tracking lists. |
31
- | untrack | Removes the current directory from all tracking lists. |
32
- | users | Lists which directories the selected Proton version is tracking. |
33
- | delete | Interactively deletes Proton versions that are currently tracking nothing.<br/>Will not remove the latest UMU-Proton and Proton versions that haven't been used for tracking before.<br/>umu-commander will never delete anything without invoking this verb and confirming. |
34
- | create | Creates an augmented umu config in the current directory.<br/>These configs are compatible with vanilla umu-launcher, although the DLL override functionality won't work. |
35
- | run | Runs a program using the umu config in the current directory. |
28
+ | Name | Description |
29
+ |:----------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
30
+ | `track` | Tracks current directory with the selected Proton version.<br/>Also removes it from any other tracking lists. |
31
+ | `untrack` | Removes the current directory from all tracking lists. |
32
+ | `users` | Lists which directories the selected Proton version is tracking. |
33
+ | `delete` | Interactively deletes Proton versions that are currently tracking nothing.<br/>Will not remove the latest UMU-Proton and Proton versions that haven't been used for tracking before.<br/>umu-commander will never delete anything without invoking this verb and confirming. |
34
+ | `create` | Creates an augmented umu config in the current directory.<br/>These configs are compatible with vanilla umu-launcher, although the DLL override functionality won't work. |
35
+ | `run` | Runs a program using the umu config in the current directory. |
36
36
 
37
37
  ### Installation/Usage
38
38
  Add umu-run to your PATH and then install with pipx by running `pipx install umu-commander`. After that you can use umu-commander by running `umu-commander <verb>`.
39
39
 
40
40
  ### Return codes
41
- | Number | Name | Description |
42
- |:-------|:------------------|:----------------------------------------------------------------|
43
- | 0 | SUCCESS | Program executed as intended. |
44
- | 1 | DECODING_ERROR | Failed to parse a file. |
45
- | 2 | INVALID_SELECTION | User selected an invalid verb or there are no valid selections. |
41
+ | Number | Name | Description |
42
+ |:-------|:--------------------|:----------------------------------------------------------------|
43
+ | 0 | `SUCCESS` | Program executed as intended. |
44
+ | 1 | `DECODING_ERROR` | Failed to parse a file. |
45
+ | 2 | `INVALID_SELECTION` | User selected an invalid verb or there are no valid selections. |
@@ -0,0 +1 @@
1
+ VERSION = "v1.6.0"
@@ -25,7 +25,7 @@ def refresh_proton_versions():
25
25
  if "PROTONPATH" in line and "/" in line:
26
26
  try:
27
27
  left: int = line.rfind("/") + 1
28
- print(f":Latest UMU-Proton: {line[left:len(line) - 1]}.")
28
+ print(f"Latest UMU-Proton: {line[left:len(line) - 1]}.")
29
29
  except ValueError:
30
30
  print("Could not fetch latest UMU-Proton.")
31
31
 
@@ -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 +0,0 @@
1
- VERSION = "v1.5.6"
File without changes
File without changes