You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.2.1] - 2021-02-15
11
+
12
+
- Integrates #3
13
+
14
+
### Changed
15
+
16
+
- Created a `functions` folder and put `code_connect.py` into it. This lets [fisher](https://github.com/jorgebucaran/fisher#creating-a-plugin) discover it and copy it when installing. `code.fish` provides the alias.
17
+
10
18
## [0.2.0] - 2021-02-15
11
19
20
+
- Integrates #2
21
+
12
22
### Changed
13
23
14
24
-`source` was used to make `code` available through `code_connect.py`, which only output a shell string.
@@ -23,17 +33,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
33
24
34
## [0.1.1] - 2021-02-14
25
35
36
+
- Integrates #1
37
+
26
38
### Fixed
27
39
28
-
- Now raises an error when the `socat` binary cannot be found ([#1](https://github.com/chvolkmann/code-connect/pull/1))
40
+
- Now raises an error when the `socat` binary cannot be found (#1)
29
41
30
42
## [0.1.0] - 2021-02-13
31
43
32
44
### Added
33
45
34
46
- Initial release of `code-connect` and the corresponding fish plugin
0 commit comments