umu-commander 1.5.1__tar.gz → 1.5.3__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 (29) hide show
  1. {umu_commander-1.5.1 → umu_commander-1.5.3}/.idea/workspace.xml +195 -143
  2. {umu_commander-1.5.1 → umu_commander-1.5.3}/PKG-INFO +11 -2
  3. {umu_commander-1.5.1 → umu_commander-1.5.3}/README.md +9 -1
  4. {umu_commander-1.5.1 → umu_commander-1.5.3}/pyproject.toml +2 -2
  5. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/main.py +1 -0
  6. {umu_commander-1.5.1 → umu_commander-1.5.3}/.gitignore +0 -0
  7. {umu_commander-1.5.1 → umu_commander-1.5.3}/.idea/.gitignore +0 -0
  8. {umu_commander-1.5.1 → umu_commander-1.5.3}/.idea/inspectionProfiles/Project_Default.xml +0 -0
  9. {umu_commander-1.5.1 → umu_commander-1.5.3}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  10. {umu_commander-1.5.1 → umu_commander-1.5.3}/.idea/misc.xml +0 -0
  11. {umu_commander-1.5.1 → umu_commander-1.5.3}/.idea/modules.xml +0 -0
  12. {umu_commander-1.5.1 → umu_commander-1.5.3}/.idea/umu-commander.iml +0 -0
  13. {umu_commander-1.5.1 → umu_commander-1.5.3}/.idea/vcs.xml +0 -0
  14. {umu_commander-1.5.1 → umu_commander-1.5.3}/LICENSE.txt +0 -0
  15. {umu_commander-1.5.1 → umu_commander-1.5.3}/example_config.toml +0 -0
  16. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/__init__.py +0 -0
  17. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/classes.py +0 -0
  18. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/configuration.py +0 -0
  19. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/database.py +0 -0
  20. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/proton.py +0 -0
  21. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/tracking.py +0 -0
  22. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/umu_config.py +0 -0
  23. {umu_commander-1.5.1 → umu_commander-1.5.3}/src/umu_commander/util.py +0 -0
  24. {umu_commander-1.5.1 → umu_commander-1.5.3}/tests/__init__.py +0 -0
  25. {umu_commander-1.5.1 → umu_commander-1.5.3}/tests/test_config.py +0 -0
  26. {umu_commander-1.5.1 → umu_commander-1.5.3}/tests/test_db.py +0 -0
  27. {umu_commander-1.5.1 → umu_commander-1.5.3}/tests/test_manual.py +0 -0
  28. {umu_commander-1.5.1 → umu_commander-1.5.3}/tests/test_proton.py +0 -0
  29. {umu_commander-1.5.1 → umu_commander-1.5.3}/tests/test_tracking.py +0 -0
@@ -4,23 +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="Preparations for building">
8
- <change afterPath="$PROJECT_DIR$/src/umu_commander/config.py" afterDir="false" />
9
- <change afterPath="$PROJECT_DIR$/tests/test_config.py" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/.idea/umu-commander.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/umu-commander.iml" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/src/umu_commander/configuration.py" beforeDir="false" />
14
- <change beforePath="$PROJECT_DIR$/src/umu_commander/db.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/db.py" afterDir="false" />
15
- <change beforePath="$PROJECT_DIR$/src/umu_commander/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/main.py" afterDir="false" />
16
- <change beforePath="$PROJECT_DIR$/src/umu_commander/proton.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/proton.py" afterDir="false" />
17
- <change beforePath="$PROJECT_DIR$/src/umu_commander/tracking.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/tracking.py" afterDir="false" />
18
- <change beforePath="$PROJECT_DIR$/src/umu_commander/umu_config.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/umu_config.py" afterDir="false" />
19
- <change beforePath="$PROJECT_DIR$/src/umu_commander/util.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/util.py" afterDir="false" />
20
- <change beforePath="$PROJECT_DIR$/tests/test_db.py" beforeDir="false" afterPath="$PROJECT_DIR$/tests/test_db.py" afterDir="false" />
21
- <change beforePath="$PROJECT_DIR$/tests/test_proton.py" beforeDir="false" afterPath="$PROJECT_DIR$/tests/test_proton.py" afterDir="false" />
22
- <change beforePath="$PROJECT_DIR$/tests/test_tracking.py" beforeDir="false" afterPath="$PROJECT_DIR$/tests/test_tracking.py" afterDir="false" />
23
- </list>
7
+ <list default="true" id="043620f1-711f-4c27-a2e2-15fa501e8ce0" name="Changes" comment="1.5.2" />
24
8
  <option name="SHOW_DIALOG" value="false" />
25
9
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
26
10
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -66,45 +50,46 @@
66
50
  <option name="hideEmptyMiddlePackages" value="true" />
67
51
  <option name="showLibraryContents" value="true" />
68
52
  </component>
69
- <component name="PropertiesComponent">{
70
- &quot;keyToString&quot;: {
71
- &quot;Python tests.Python tests for test_config.Config.executor&quot;: &quot;Run&quot;,
72
- &quot;Python tests.Python tests for test_config.Config.test_missing_config.executor&quot;: &quot;Run&quot;,
73
- &quot;Python tests.Python tests for test_db.DB.executor&quot;: &quot;Run&quot;,
74
- &quot;Python tests.Python tests for test_proton.Tracking.executor&quot;: &quot;Run&quot;,
75
- &quot;Python tests.Python tests for test_proton.Tracking.test_collect_proton_versions.executor&quot;: &quot;Run&quot;,
76
- &quot;Python tests.Python tests for test_tracking.Tracking.executor&quot;: &quot;Run&quot;,
77
- &quot;Python tests.Python tests for test_tracking.Tracking.test_track.executor&quot;: &quot;Run&quot;,
78
- &quot;Python tests.Python tests for test_tracking.TrackingTest.executor&quot;: &quot;Run&quot;,
79
- &quot;Python tests.Python tests for test_tracking.TrackingTest.test_track.executor&quot;: &quot;Run&quot;,
80
- &quot;Python tests.Python tests for tests.test_db.DB.executor&quot;: &quot;Run&quot;,
81
- &quot;Python tests.Python tests for tests.test_db.DBTest.executor&quot;: &quot;Run&quot;,
82
- &quot;Python tests.Python tests for tests.test_db.DBTest.test_addition_removal.executor&quot;: &quot;Run&quot;,
83
- &quot;Python tests.Python tests for tests.test_db.DBTest.test_malformed_db.executor&quot;: &quot;Run&quot;,
84
- &quot;Python tests.Python tests for tests.test_db.DBTest.test_missing_db.executor&quot;: &quot;Run&quot;,
85
- &quot;Python tests.Python tests for tests.test_tracking.Tracking.executor&quot;: &quot;Run&quot;,
86
- &quot;Python tests.Python tests for tests.test_tracking.TrackingTest.executor&quot;: &quot;Debug&quot;,
87
- &quot;Python tests.Python tests for tests.test_tracking.TrackingTest.test_track.executor&quot;: &quot;Run&quot;,
88
- &quot;Python tests.Python tests in tests.executor&quot;: &quot;Run&quot;,
89
- &quot;Python tests.Run tests.executor&quot;: &quot;Run&quot;,
90
- &quot;Python.create.executor&quot;: &quot;Debug&quot;,
91
- &quot;Python.delete.executor&quot;: &quot;Run&quot;,
92
- &quot;Python.manage.executor&quot;: &quot;Run&quot;,
93
- &quot;Python.run.executor&quot;: &quot;Run&quot;,
94
- &quot;Python.track.executor&quot;: &quot;Run&quot;,
95
- &quot;Python.umu-commander.executor&quot;: &quot;Run&quot;,
96
- &quot;Python.untrack.executor&quot;: &quot;Run&quot;,
97
- &quot;Python.users.executor&quot;: &quot;Run&quot;,
98
- &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
99
- &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
100
- &quot;Shell Script.Build.executor&quot;: &quot;Run&quot;,
101
- &quot;Shell Script.Upload.executor&quot;: &quot;Run&quot;,
102
- &quot;git-widget-placeholder&quot;: &quot;master&quot;,
103
- &quot;last_opened_file_path&quot;: &quot;/home/hiroshi/Code/Python/umu-commander/tests&quot;,
104
- &quot;run.code.analysis.last.selected.profile&quot;: &quot;aDefault&quot;,
105
- &quot;settings.editor.selected.configurable&quot;: &quot;com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable&quot;
53
+ <component name="PropertiesComponent"><![CDATA[{
54
+ "keyToString": {
55
+ "Python tests.Python tests for test_config.Config.executor": "Run",
56
+ "Python tests.Python tests for test_config.Config.test_missing_config.executor": "Run",
57
+ "Python tests.Python tests for test_db.DB.executor": "Run",
58
+ "Python tests.Python tests for test_proton.Tracking.executor": "Run",
59
+ "Python tests.Python tests for test_proton.Tracking.test_collect_proton_versions.executor": "Run",
60
+ "Python tests.Python tests for test_tracking.Tracking.executor": "Run",
61
+ "Python tests.Python tests for test_tracking.Tracking.test_track.executor": "Run",
62
+ "Python tests.Python tests for test_tracking.Tracking.test_track_untrack.executor": "Run",
63
+ "Python tests.Python tests for test_tracking.TrackingTest.executor": "Run",
64
+ "Python tests.Python tests for test_tracking.TrackingTest.test_track.executor": "Run",
65
+ "Python tests.Python tests for tests.test_db.DB.executor": "Run",
66
+ "Python tests.Python tests for tests.test_db.DBTest.executor": "Run",
67
+ "Python tests.Python tests for tests.test_db.DBTest.test_addition_removal.executor": "Run",
68
+ "Python tests.Python tests for tests.test_db.DBTest.test_malformed_db.executor": "Run",
69
+ "Python tests.Python tests for tests.test_db.DBTest.test_missing_db.executor": "Run",
70
+ "Python tests.Python tests for tests.test_tracking.Tracking.executor": "Run",
71
+ "Python tests.Python tests for tests.test_tracking.TrackingTest.executor": "Debug",
72
+ "Python tests.Python tests for tests.test_tracking.TrackingTest.test_track.executor": "Run",
73
+ "Python tests.Python tests in tests.executor": "Run",
74
+ "Python tests.Run tests.executor": "Run",
75
+ "Python.create.executor": "Run",
76
+ "Python.delete.executor": "Run",
77
+ "Python.manage.executor": "Run",
78
+ "Python.run.executor": "Run",
79
+ "Python.track.executor": "Run",
80
+ "Python.umu-commander.executor": "Run",
81
+ "Python.untrack.executor": "Run",
82
+ "Python.users.executor": "Run",
83
+ "RunOnceActivity.ShowReadmeOnStart": "true",
84
+ "RunOnceActivity.git.unshallow": "true",
85
+ "Shell Script.Build.executor": "Run",
86
+ "Shell Script.Upload.executor": "Run",
87
+ "git-widget-placeholder": "master",
88
+ "last_opened_file_path": "/home/hiroshi/Code/Python/umu-commander/tests",
89
+ "run.code.analysis.last.selected.profile": "aDefault",
90
+ "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
106
91
  }
107
- }</component>
92
+ }]]></component>
108
93
  <component name="RecentsManager">
109
94
  <key name="CopyFile.RECENT_KEYS">
110
95
  <recent name="$PROJECT_DIR$/tests" />
@@ -114,7 +99,7 @@
114
99
  <recent name="$PROJECT_DIR$/src" />
115
100
  </key>
116
101
  </component>
117
- <component name="RunManager" selected="Python.run">
102
+ <component name="RunManager" selected="Shell Script.Upload">
118
103
  <configuration name="create" type="PythonConfigurationType" factoryName="Python">
119
104
  <module name="umu-commander" />
120
105
  <option name="ENV_FILES" value="" />
@@ -248,7 +233,7 @@
248
233
  <method v="2" />
249
234
  </configuration>
250
235
  <configuration name="Build" type="ShConfigurationType">
251
- <option name="SCRIPT_TEXT" value="rm dist/* &amp;&amp; python3 -m build" />
236
+ <option name="SCRIPT_TEXT" value="rm dist/*; python3 -m build" />
252
237
  <option name="INDEPENDENT_SCRIPT_PATH" value="true" />
253
238
  <option name="SCRIPT_PATH" value="" />
254
239
  <option name="SCRIPT_OPTIONS" value="" />
@@ -309,6 +294,36 @@
309
294
  <option name="_new_targetType" value="&quot;PYTHON&quot;" />
310
295
  <method v="2" />
311
296
  </configuration>
297
+ <configuration name="Python tests for test_proton.Tracking" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
298
+ <module name="umu-commander" />
299
+ <option name="ENV_FILES" value="" />
300
+ <option name="INTERPRETER_OPTIONS" value="" />
301
+ <option name="PARENT_ENVS" value="true" />
302
+ <option name="SDK_HOME" value="" />
303
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/tests" />
304
+ <option name="IS_MODULE_SDK" value="true" />
305
+ <option name="ADD_CONTENT_ROOTS" value="true" />
306
+ <option name="ADD_SOURCE_ROOTS" value="true" />
307
+ <option name="_new_additionalArguments" value="&quot;&quot;" />
308
+ <option name="_new_target" value="&quot;test_proton.Tracking&quot;" />
309
+ <option name="_new_targetType" value="&quot;PYTHON&quot;" />
310
+ <method v="2" />
311
+ </configuration>
312
+ <configuration name="Python tests for test_tracking.Tracking.test_track_untrack" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
313
+ <module name="umu-commander" />
314
+ <option name="ENV_FILES" value="" />
315
+ <option name="INTERPRETER_OPTIONS" value="" />
316
+ <option name="PARENT_ENVS" value="true" />
317
+ <option name="SDK_HOME" value="" />
318
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/tests" />
319
+ <option name="IS_MODULE_SDK" value="true" />
320
+ <option name="ADD_CONTENT_ROOTS" value="true" />
321
+ <option name="ADD_SOURCE_ROOTS" value="true" />
322
+ <option name="_new_additionalArguments" value="&quot;&quot;" />
323
+ <option name="_new_target" value="&quot;test_tracking.Tracking.test_track_untrack&quot;" />
324
+ <option name="_new_targetType" value="&quot;PYTHON&quot;" />
325
+ <method v="2" />
326
+ </configuration>
312
327
  <configuration name="Run tests" type="tests" factoryName="Autodetect">
313
328
  <module name="umu-commander" />
314
329
  <option name="ENV_FILES" value="" />
@@ -332,6 +347,8 @@
332
347
  <item itemvalue="Python.delete" />
333
348
  <item itemvalue="Python.create" />
334
349
  <item itemvalue="Python tests.Run tests" />
350
+ <item itemvalue="Python tests.Python tests for test_proton.Tracking" />
351
+ <item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_untrack" />
335
352
  <item itemvalue="Python tests.Python tests for test_config.Config" />
336
353
  <item itemvalue="Python tests.Python tests for test_config.Config.test_missing_config" />
337
354
  <item itemvalue="Shell Script.Upload" />
@@ -339,6 +356,8 @@
339
356
  </list>
340
357
  <recent_temporary>
341
358
  <list>
359
+ <item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_untrack" />
360
+ <item itemvalue="Python tests.Python tests for test_proton.Tracking" />
342
361
  <item itemvalue="Python tests.Python tests for test_config.Config" />
343
362
  <item itemvalue="Python tests.Python tests for test_config.Config.test_missing_config" />
344
363
  </list>
@@ -360,70 +379,6 @@
360
379
  <option name="presentableId" value="Default" />
361
380
  <updated>1751043400140</updated>
362
381
  </task>
363
- <task id="LOCAL-00001" summary="Initial implementation">
364
- <option name="closed" value="true" />
365
- <created>1751130219943</created>
366
- <option name="number" value="00001" />
367
- <option name="presentableId" value="LOCAL-00001" />
368
- <option name="project" value="LOCAL" />
369
- <updated>1751130219943</updated>
370
- </task>
371
- <task id="LOCAL-00002" summary="Move configuration to separate file">
372
- <option name="closed" value="true" />
373
- <created>1751917068399</created>
374
- <option name="number" value="00002" />
375
- <option name="presentableId" value="LOCAL-00002" />
376
- <option name="project" value="LOCAL" />
377
- <updated>1751917068399</updated>
378
- </task>
379
- <task id="LOCAL-00003" summary="Move DB to separate file">
380
- <option name="closed" value="true" />
381
- <created>1751917093739</created>
382
- <option name="number" value="00003" />
383
- <option name="presentableId" value="LOCAL-00003" />
384
- <option name="project" value="LOCAL" />
385
- <updated>1751917093739</updated>
386
- </task>
387
- <task id="LOCAL-00004" summary="Split functionality into multiple files&#10;Rework verbs&#10;Add functionality&#10;Reword existing functionality">
388
- <option name="closed" value="true" />
389
- <created>1751917142976</created>
390
- <option name="number" value="00004" />
391
- <option name="presentableId" value="LOCAL-00004" />
392
- <option name="project" value="LOCAL" />
393
- <updated>1751917142976</updated>
394
- </task>
395
- <task id="LOCAL-00005" summary="Define classes for better readability">
396
- <option name="closed" value="true" />
397
- <created>1751917157187</created>
398
- <option name="number" value="00005" />
399
- <option name="presentableId" value="LOCAL-00005" />
400
- <option name="project" value="LOCAL" />
401
- <updated>1751917157187</updated>
402
- </task>
403
- <task id="LOCAL-00006" summary="pycharm stuff">
404
- <option name="closed" value="true" />
405
- <created>1751917165409</created>
406
- <option name="number" value="00006" />
407
- <option name="presentableId" value="LOCAL-00006" />
408
- <option name="project" value="LOCAL" />
409
- <updated>1751917165409</updated>
410
- </task>
411
- <task id="LOCAL-00007" summary="Add deletion warning">
412
- <option name="closed" value="true" />
413
- <created>1751917368353</created>
414
- <option name="number" value="00007" />
415
- <option name="presentableId" value="LOCAL-00007" />
416
- <option name="project" value="LOCAL" />
417
- <updated>1751917368353</updated>
418
- </task>
419
- <task id="LOCAL-00008" summary="Update readme">
420
- <option name="closed" value="true" />
421
- <created>1751918258510</created>
422
- <option name="number" value="00008" />
423
- <option name="presentableId" value="LOCAL-00008" />
424
- <option name="project" value="LOCAL" />
425
- <updated>1751918258510</updated>
426
- </task>
427
382
  <task id="LOCAL-00009" summary="Update readme and decapitalise umu">
428
383
  <option name="closed" value="true" />
429
384
  <created>1751918299613</created>
@@ -712,7 +667,111 @@
712
667
  <option name="project" value="LOCAL" />
713
668
  <updated>1753347983462</updated>
714
669
  </task>
715
- <option name="localTasksCounter" value="45" />
670
+ <task id="LOCAL-00045" summary="Break off configuration">
671
+ <option name="closed" value="true" />
672
+ <created>1754002639114</created>
673
+ <option name="number" value="00045" />
674
+ <option name="presentableId" value="LOCAL-00045" />
675
+ <option name="project" value="LOCAL" />
676
+ <updated>1754002639114</updated>
677
+ </task>
678
+ <task id="LOCAL-00046" summary="Rework DB">
679
+ <option name="closed" value="true" />
680
+ <created>1754002669820</created>
681
+ <option name="number" value="00046" />
682
+ <option name="presentableId" value="LOCAL-00046" />
683
+ <option name="project" value="LOCAL" />
684
+ <updated>1754002669820</updated>
685
+ </task>
686
+ <task id="LOCAL-00047" summary="Create convenience classes">
687
+ <option name="closed" value="true" />
688
+ <created>1754002693811</created>
689
+ <option name="number" value="00047" />
690
+ <option name="presentableId" value="LOCAL-00047" />
691
+ <option name="project" value="LOCAL" />
692
+ <updated>1754002693811</updated>
693
+ </task>
694
+ <task id="LOCAL-00048" summary="Cleanup return codes and config/db handling">
695
+ <option name="closed" value="true" />
696
+ <created>1754002709864</created>
697
+ <option name="number" value="00048" />
698
+ <option name="presentableId" value="LOCAL-00048" />
699
+ <option name="project" value="LOCAL" />
700
+ <updated>1754002709864</updated>
701
+ </task>
702
+ <task id="LOCAL-00049" summary="Improvements to proton handling methods">
703
+ <option name="closed" value="true" />
704
+ <created>1754002728560</created>
705
+ <option name="number" value="00049" />
706
+ <option name="presentableId" value="LOCAL-00049" />
707
+ <option name="project" value="LOCAL" />
708
+ <updated>1754002728560</updated>
709
+ </task>
710
+ <task id="LOCAL-00050" summary="Use tomli-w&#10;Improvements to umu config creation">
711
+ <option name="closed" value="true" />
712
+ <created>1754002792462</created>
713
+ <option name="number" value="00050" />
714
+ <option name="presentableId" value="LOCAL-00050" />
715
+ <option name="project" value="LOCAL" />
716
+ <updated>1754002792462</updated>
717
+ </task>
718
+ <task id="LOCAL-00051" summary="Cleanup">
719
+ <option name="closed" value="true" />
720
+ <created>1754002812560</created>
721
+ <option name="number" value="00051" />
722
+ <option name="presentableId" value="LOCAL-00051" />
723
+ <option name="project" value="LOCAL" />
724
+ <updated>1754002812560</updated>
725
+ </task>
726
+ <task id="LOCAL-00052" summary="Tests">
727
+ <option name="closed" value="true" />
728
+ <created>1754002840695</created>
729
+ <option name="number" value="00052" />
730
+ <option name="presentableId" value="LOCAL-00052" />
731
+ <option name="project" value="LOCAL" />
732
+ <updated>1754002840695</updated>
733
+ </task>
734
+ <task id="LOCAL-00053" summary="Formatting">
735
+ <option name="closed" value="true" />
736
+ <created>1754002845468</created>
737
+ <option name="number" value="00053" />
738
+ <option name="presentableId" value="LOCAL-00053" />
739
+ <option name="project" value="LOCAL" />
740
+ <updated>1754002845468</updated>
741
+ </task>
742
+ <task id="LOCAL-00054" summary="1.5.1">
743
+ <option name="closed" value="true" />
744
+ <created>1754002864635</created>
745
+ <option name="number" value="00054" />
746
+ <option name="presentableId" value="LOCAL-00054" />
747
+ <option name="project" value="LOCAL" />
748
+ <updated>1754002864635</updated>
749
+ </task>
750
+ <task id="LOCAL-00055" summary="Improve config handling">
751
+ <option name="closed" value="true" />
752
+ <created>1754003601420</created>
753
+ <option name="number" value="00055" />
754
+ <option name="presentableId" value="LOCAL-00055" />
755
+ <option name="project" value="LOCAL" />
756
+ <updated>1754003601421</updated>
757
+ </task>
758
+ <task id="LOCAL-00056" summary="Update documentation">
759
+ <option name="closed" value="true" />
760
+ <created>1754003609647</created>
761
+ <option name="number" value="00056" />
762
+ <option name="presentableId" value="LOCAL-00056" />
763
+ <option name="project" value="LOCAL" />
764
+ <updated>1754003609647</updated>
765
+ </task>
766
+ <task id="LOCAL-00057" summary="1.5.2">
767
+ <option name="closed" value="true" />
768
+ <created>1754003619303</created>
769
+ <option name="number" value="00057" />
770
+ <option name="presentableId" value="LOCAL-00057" />
771
+ <option name="project" value="LOCAL" />
772
+ <updated>1754003619303</updated>
773
+ </task>
774
+ <option name="localTasksCounter" value="58" />
716
775
  <servers />
717
776
  </component>
718
777
  <component name="Vcs.Log.Tabs.Properties">
@@ -739,19 +798,6 @@
739
798
  </option>
740
799
  </component>
741
800
  <component name="VcsManagerConfiguration">
742
- <MESSAGE value="Update internal readme" />
743
- <MESSAGE value="Merge remote-tracking branch 'origin/master'" />
744
- <MESSAGE value="Formatting" />
745
- <MESSAGE value="Specify python version in readme" />
746
- <MESSAGE value="Handle vanilla configs too" />
747
- <MESSAGE value="Test formatting precommit hook" />
748
- <MESSAGE value="Add license" />
749
- <MESSAGE value="Update readme to mention umu-run dependency" />
750
- <MESSAGE value="Tracking was broken" />
751
- <MESSAGE value="Rename Classes file to classes" />
752
- <MESSAGE value="Make tracking DB more readable" />
753
- <MESSAGE value="Handle missing DB_DIR" />
754
- <MESSAGE value="Support multiple proton directories" />
755
801
  <MESSAGE value="Add UMU_PROTON_DIR config key" />
756
802
  <MESSAGE value="Rename DB methods&#10;Rename variables for consistency&#10;Use dataclasses to group data better&#10;Add full support for multiple proton directories" />
757
803
  <MESSAGE value="shorter" />
@@ -764,13 +810,19 @@
764
810
  <MESSAGE value="Fix documentation" />
765
811
  <MESSAGE value="Add messages for some tests" />
766
812
  <MESSAGE value="Preparations for building" />
767
- <option name="LAST_COMMIT_MESSAGE" value="Preparations for building" />
768
- </component>
769
- <component name="XDebuggerManager">
770
- <watches-manager>
771
- <configuration name="PythonConfigurationType">
772
- <watch expression="cls._conf" language="Python" />
773
- </configuration>
774
- </watches-manager>
813
+ <MESSAGE value="Break off configuration" />
814
+ <MESSAGE value="Rework DB" />
815
+ <MESSAGE value="Create convenience classes" />
816
+ <MESSAGE value="Cleanup return codes and config/db handling" />
817
+ <MESSAGE value="Improvements to proton handling methods" />
818
+ <MESSAGE value="Use tomli-w&#10;Improvements to umu config creation" />
819
+ <MESSAGE value="Cleanup" />
820
+ <MESSAGE value="Tests" />
821
+ <MESSAGE value="Formatting" />
822
+ <MESSAGE value="1.5.1" />
823
+ <MESSAGE value="Improve config handling" />
824
+ <MESSAGE value="Update documentation" />
825
+ <MESSAGE value="1.5.2" />
826
+ <option name="LAST_COMMIT_MESSAGE" value="1.5.2" />
775
827
  </component>
776
828
  </project>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umu-commander
3
- Version: 1.5.1
3
+ Version: 1.5.3
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
@@ -11,6 +11,7 @@ Keywords: umu
11
11
  Classifier: Operating System :: POSIX :: Linux
12
12
  Classifier: Programming Language :: Python :: 3
13
13
  Requires-Python: >=3.12
14
+ Requires-Dist: tomli-w
14
15
  Description-Content-Type: text/markdown
15
16
 
16
17
  ## umu-commander
@@ -21,7 +22,15 @@ What directories each Proton version is being used by is tracked within `trackin
21
22
 
22
23
  Vanilla umu configuration files currently do not support setting environmental variables, this tool adds such functionality by adding an extra TOML table in the umu config itself. An example config is available under the name `example_config.toml`.
23
24
 
24
- umu-commander will look for your installed Proton versions using a predetermined list of directories, if you notice some versions missing, the listed can be edited within the `configuration.py` file in the src directory.
25
+ ### Config
26
+ The configuration file lives at `~/.config/umu-commander.toml`. Within it, you can edit the following:
27
+ * PROTON_PATHS: List of directories umu-commander will search for Proton versions.
28
+ * UMU_PROTON_PATH: Directory where umu itself downloads its umu Proton versions.
29
+ * DB_NAME: Tracking DB filename.
30
+ * DB_DIR: Directory where the Tracking DB is stored.
31
+ * UMU_CONFIG_NAME: Name of the umu config created using umu-commander run.
32
+ * DEFAULT_PREFIX_DIR: Directory where WINE prefixes are scanned.
33
+ * [DLL_OVERRIDES_OPTIONS]: Category to list possible DLL overrides in "Label" = "Override string" format.
25
34
 
26
35
  ### Verbs
27
36
  umu-commander needs one of the following verbs specified after the executable name:
@@ -6,7 +6,15 @@ What directories each Proton version is being used by is tracked within `trackin
6
6
 
7
7
  Vanilla umu configuration files currently do not support setting environmental variables, this tool adds such functionality by adding an extra TOML table in the umu config itself. An example config is available under the name `example_config.toml`.
8
8
 
9
- umu-commander will look for your installed Proton versions using a predetermined list of directories, if you notice some versions missing, the listed can be edited within the `configuration.py` file in the src directory.
9
+ ### Config
10
+ The configuration file lives at `~/.config/umu-commander.toml`. Within it, you can edit the following:
11
+ * PROTON_PATHS: List of directories umu-commander will search for Proton versions.
12
+ * UMU_PROTON_PATH: Directory where umu itself downloads its umu Proton versions.
13
+ * DB_NAME: Tracking DB filename.
14
+ * DB_DIR: Directory where the Tracking DB is stored.
15
+ * UMU_CONFIG_NAME: Name of the umu config created using umu-commander run.
16
+ * DEFAULT_PREFIX_DIR: Directory where WINE prefixes are scanned.
17
+ * [DLL_OVERRIDES_OPTIONS]: Category to list possible DLL overrides in "Label" = "Override string" format.
10
18
 
11
19
  ### Verbs
12
20
  umu-commander needs one of the following verbs specified after the executable name:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "umu-commander"
7
- version = "1.5.1"
7
+ version = "1.5.3"
8
8
  authors = [
9
9
  { name="Mpaxlamitsounas", email="worldstudy123@gmail.com" },
10
10
  ]
@@ -15,7 +15,7 @@ classifiers = [
15
15
  "Programming Language :: Python :: 3",
16
16
  "Operating System :: POSIX :: Linux",
17
17
  ]
18
- dependendies =[
18
+ dependencies =[
19
19
  "tomli-w"
20
20
  ]
21
21
 
@@ -59,6 +59,7 @@ def main() -> ExitCode:
59
59
 
60
60
  tracking.untrack_unlinked()
61
61
  db.dump()
62
+ config.dump()
62
63
 
63
64
  return ExitCode.SUCCESS
64
65
 
File without changes
File without changes