Skip to content

Commit bf52a02

Browse files
committed
release v21.05.0-stable
1 parent 01549e2 commit bf52a02

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,46 @@
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

@@ -34,6 +54,7 @@
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

dist/lib/versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vmajor=21; vminor=5; vpatch=0
22
vbuild="$(git rev-parse --short HEAD)"
3-
release="beta-${vbuild}"
4-
#release="beta"
3+
#release="beta-${vbuild}"
4+
release="stable"
55
baresip="1.0.0"
66
baresip_lib="1.0.0"
77
re="1.1.0"

0 commit comments

Comments
 (0)