-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGELOG
44 lines (34 loc) · 1.05 KB
/
CHANGELOG
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
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Released]
## [0.5.0] - 2020-10-22
### Added
- Refactoring source code strucure for StarLink
## [Unreleased]
## [0.5.1] - 2021-04-23
### Fixed
- In listen-listen mode, actively close the previous socket when there are
multiple connections to the same end
## [0.4.1] - 2020-10-16
### Added
- Add multi-channel support of conn-conn mode
### Fixed
- Modify timeout of unsuccessfully established channel in listen-listen
work mode from 16s => 120s
## [0.4] - 2020-09-25
### Added
- Add multi-channel support
### Changed
- Optimize code structure and implementation
## [0.3] - 2020-09-20
### Added
- Refactoring the project framework into a three-layer structure:
work_mode / protocol / socket
## [0.2] - 2020-09-10
### Added
- Refactoring project framework
## [0.1] - 2020-08-19
### Added
- Initialize project