File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,34 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2121
2222<!-- Maintainers, insert changes / features for the next release here -->
2323
24+ ### Internal refactoring (#840 )
25+
26+ #### Rename config to workspace
27+
28+ Reference to "config" are now "workspace"
29+
30+ #### Organize files
31+
32+ - ` cli/utils.py ` functions moved to ` workspace/finders.py `
33+ - ` config.py ` split between:
34+
35+ - ` workspace/finders.py `
36+ - ` workspace/freezer.py `
37+ - ` workspace/importers.py `
38+ - ` workspace/validation.py `
39+
40+ - ` workspacebuilder.py ` split into:
41+
42+ - ` workspace/builder.py `
43+ - ` workspace/freezer.py `
44+
45+ ` config.inline ` moved to freezer
46+
47+ #### Tests
48+
49+ - ` tests/fixtures/{workspacebuilder,workspacefreezer} ` -> ` tests/fixtures/workspace/{builder,freezer} `
50+ - ` tests/test_import_{teamocil,tmuxinator}.py ` -> ` tests/workspace/test_import_{teamocil,tmuxinator}.py `
51+
2452## tmuxp 1.17.3 (2022-10-30)
2553
2654** Maintenance release, no features or fixes**
You can’t perform that action at this time.
0 commit comments