File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- Here you can find the recent changes to libtmux
3
+ To install the unreleased libtmux version, see [ developmental releases ] ( https:// libtmux.git-pull.com/quickstart.html#developmental-releases ) .
4
4
5
- ## current
5
+ [ pip] ( https://pip.pypa.io/en/stable/ ) :
6
+
7
+ ``` console
8
+ $ pip install --user --upgrade --pre libtmux
9
+ ```
10
+
11
+ ## current - unrelated
6
12
7
13
- _ Insert changes/features/fixes for next release here_
8
14
9
- #### Compatibility
15
+ ### Compatibility
10
16
11
17
- Internal: Use new separator to split ` tmux(1) ` formatting information (#289 ,
12
18
#343 )
@@ -19,31 +25,31 @@ Here you can find the recent changes to libtmux
19
25
20
26
- Basic type annotations (#359 , #361 ) via @otherJL0
21
27
22
- #### Development
28
+ ### Development
23
29
24
30
- Code cleanup (#362 ) from @otherJL0
25
31
- Format with black w/ string normalization. This is a one-time diff (#354 )
26
32
27
- #### Documentation
33
+ ### Documentation
28
34
29
35
- Sidebar reorganized into sections
30
36
- Added documentation on fetching developmental releases of libtmux
31
37
32
38
## libtmux 0.10.3 (2022-01-10)
33
39
34
- #### Packaging
40
+ ### Packaging
35
41
36
42
First experimental release using ` poetry build ` (#347 ). If you are packaging and run
37
43
across any difficulty please see [ #346 ] ( https://github.com/tmux-python/libtmux/issues/346 )
38
44
39
- #### Compatibility
45
+ ### Compatibility
40
46
41
47
- Drop python 3.6 (#344 )
42
48
- Add python 3.10, though still ` packaging.version ` issues remain (#344 )
43
49
44
50
A compat module and version constraints will need to be added for this
45
51
46
- #### Development
52
+ ### Development
47
53
48
54
- poetry: 1.1.7 -> 1.1.12 (#344 )
49
55
- Add ` .pre-commit-config.yaml ` (#344 )
You can’t perform that action at this time.
0 commit comments