File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,35 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2525
2626- Add python 3.11 to test grid, pyenv / asdf files (#842 )
2727
28+ ### Internal refactoring (#840 )
29+
30+ #### Rename config to workspace
31+
32+ Reference to "config" are now "workspace"
33+
34+ #### Organize files
35+
36+ - ` cli/utils.py ` functions moved to ` workspace/finders.py `
37+ - ` config.py ` split between:
38+
39+ - ` workspace/finders.py `
40+ - ` workspace/freezer.py `
41+ - ` workspace/importers.py `
42+ - ` workspace/validation.py `
43+
44+ - ` workspacebuilder.py ` split into:
45+
46+ - ` workspace/builder.py `
47+ - ` workspace/freezer.py `
48+
49+ ` config.inline ` moved to freezer
50+
51+ #### Tests
52+
53+ - ` tests/fixtures/{workspacebuilder,workspacefreezer} ` -> ` tests/fixtures/workspace/{builder,freezer} `
54+ - ` tests/test_import_{teamocil,tmuxinator}.py ` -> ` tests/workspace/test_import_{teamocil,tmuxinator}.py `
55+ > > > > > > > 225a53e (docs(CHANGES): Note restructuring)
56+
2857## tmuxp 1.17.2 (unreleased)
2958
3059### Bug fix
You can’t perform that action at this time.
0 commit comments