File: CHANGES.rst

package info (click to toggle)
python-sshoot 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 1,579; makefile: 23; sh: 1
file content (154 lines) | stat: -rw-r--r-- 2,786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
v1.6.0 - 2022-07-21
===================

- Support defining global extra options to pass to ``sshuttle`` (#14).
- Add hint to look at syslog log for ``sshuttle`` output (#13).
- Require Python3.8+.
- [snap] Rebase snap on core22.
- Rework project setup.
- Update i18n setup.


v1.5.1 - 2020-12-18
===================

- [snap] Ship Python3.8 in the snap not to depend on version from OS.
- Drop legacy config file path compatibility.
- Drop Python3.6 support.
- Add unittests for main script.
- Only pass action parameters to Manager methods (Fixes: #10).


v1.5.0 - 2020-11-20
===================

- Add ``restart`` option for a profile.
- Use ``toolrack.script.Script`` as base for main script.
- [snap] Move to ``core20``.
- Add type hints.


v1.4.2 - 2019-06-13
===================

- Rework tests and project setup.
- Fix yaml warning (Fixes: #6).


v1.4.1 - 2018-06-30
===================

-  Use pathlib.Path instead of strings.
-  I8n-related cleanups.


v1.4.0 - 2017-10-22
===================

-  Add i18n support and it_IT translation.


v1.3.2 - 2017-10-15
===================

-  Use ``pyxdg`` instead of ``xdg``.


v1.3.1 - 2017-10-10
===================

-  Specify long description content-type.


v1.3.0 - 2017-10-02
===================

-  Support profiles listing in different formats (table, CSV, YAML,
   JSON) (Fixes: #3).
-  Move configuration path to XDG conventions (Fixes: #1).


v1.2.6 - 2017-05-25
===================

-  Move project to GitHub, small test cleanups.


v1.2.5 - 2016-11-29
===================

-  Filter running sessions for start/stop commands autocompletion.


v1.2.4 - 2016-11-20
===================

-  Fix autocompletion setup again.


v1.2.3 - 2016-11-20
===================

-  Fix autocompletion.


v1.2.2 - 2016-11-20
===================

-  Add support for bash-completion.


v1.2.1 - 2015-11-04
===================

-  Fix error message decoding when profile fails to start.


v1.2.0 - 2015-09-04
===================

-  Add is-running command to check whether a profile is running.


v1.1.0 - 2015-05-27
===================

-  Switch to Python3.


v1.0.3 - 2015-04-15
===================

-  Support passing extra options to sshuttle when starting a profile.


v1.0.1 - 2014-11-23
===================

-  Add get-command subcommand to return the sshuttle command line.


v1.0.0 - 2014-10-08
===================

-  Separate (optional) configuration and sessions files.
-  Directory for pidfiles is created in temporary directory, rather than
   home, to avoid issues if the home is shared.


v0.0.3 - 2014-09-01
===================

-  Fix dependencies.


v0.0.2 - 2014-08-24
===================

-  Support for managing sshuttle sessions (add, remove start, stop).


v0.0.1 - 2014-08-05
===================

-  Initial release.