File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v21.05.0-stable] - 2021-06-08
6+
7+ ### Added
8+
9+ - ** Misc** Volume and Jitter Buffer options
10+
11+ ### Changed
12+
13+ - ** Misc** Improved jitter handling
14+
15+ ### Fixed
16+
17+ - ** Standalone** >48kHz Samplerates
18+ - ** Misc** IPv6 link local detection
19+
20+ ---
21+
522## [ v21.03.2-stable] - 2021-03-20
623
724### Added
825
926- ** Misc** Auto Mono Left/Right/Stereo detection on call start
1027
28+ ---
1129
1230## [ v21.03.1-beta] - 2021-03-12
1331
1432### Added
1533
1634- ** Misc** Mono Left/Right call mix selection
1735
36+ ---
1837
1938## [ v21.03.0-beta2] - 2021-03-08
2039
2140### Fixed
2241
2342- ** Plugin** Close calls on session stop (prevents crash race conditions)
2443
44+ ---
2545
2646## [ v21.01.0-beta] - 2021-01-27
2747
3454- ** Misc** Disable DNS Fallback warnings (debug only now)
3555- ** Misc** Better support/detection for multiple network connections
3656
57+ ---
3758
3859## [ v20.12.1-stable] - 2021-01-01
3960
@@ -322,7 +343,8 @@ Debug only Release
322343
323344
324345
325- [ Unreleased ] : https://github.com/Studio-Link/app/compare/v21.03.2-stable...HEAD
346+ [ Unreleased ] : https://github.com/Studio-Link/app/compare/v21.05.0-stable...HEAD
347+ [ v21.05.0-stable ] : https://github.com/Studio-Link/app/compare/v21.03.2-stable...v21.05.0-stable
326348[ v21.03.2-stable ] : https://github.com/Studio-Link/app/compare/v21.03.1-beta...v21.03.2-stable
327349[ v21.03.1-beta ] : https://github.com/Studio-Link/app/compare/v21.03.0-beta2...v21.03.1-beta
328350[ v21.03.0-beta2 ] : https://github.com/Studio-Link/app/compare/v21.01.0-beta...v21.03.0-beta2
Original file line number Diff line number Diff line change 11vmajor=21; vminor=5; vpatch=0
22vbuild=" $( git rev-parse --short HEAD) "
3- release=" beta-${vbuild} "
4- # release="beta "
3+ # release="beta-${vbuild}"
4+ release=" stable "
55baresip=" 1.0.0"
66baresip_lib=" 1.0.0"
77re=" 1.1.0"
You can’t perform that action at this time.
0 commit comments