Skip to content

Commit

Permalink
release v21.05.0-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jun 8, 2021
1 parent 01549e2 commit bf52a02
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,46 @@

## [Unreleased]

## [v21.05.0-stable] - 2021-06-08

### Added

- **Misc** Volume and Jitter Buffer options

### Changed

- **Misc** Improved jitter handling

### Fixed

- **Standalone** >48kHz Samplerates
- **Misc** IPv6 link local detection

---

## [v21.03.2-stable] - 2021-03-20

### Added

- **Misc** Auto Mono Left/Right/Stereo detection on call start

---

## [v21.03.1-beta] - 2021-03-12

### Added

- **Misc** Mono Left/Right call mix selection

---

## [v21.03.0-beta2] - 2021-03-08

### Fixed

- **Plugin** Close calls on session stop (prevents crash race conditions)

---

## [v21.01.0-beta] - 2021-01-27

Expand All @@ -34,6 +54,7 @@
- **Misc** Disable DNS Fallback warnings (debug only now)
- **Misc** Better support/detection for multiple network connections

---

## [v20.12.1-stable] - 2021-01-01

Expand Down Expand Up @@ -322,7 +343,8 @@ Debug only Release



[Unreleased]: https://github.com/Studio-Link/app/compare/v21.03.2-stable...HEAD
[Unreleased]: https://github.com/Studio-Link/app/compare/v21.05.0-stable...HEAD
[v21.05.0-stable]: https://github.com/Studio-Link/app/compare/v21.03.2-stable...v21.05.0-stable
[v21.03.2-stable]: https://github.com/Studio-Link/app/compare/v21.03.1-beta...v21.03.2-stable
[v21.03.1-beta]: https://github.com/Studio-Link/app/compare/v21.03.0-beta2...v21.03.1-beta
[v21.03.0-beta2]: https://github.com/Studio-Link/app/compare/v21.01.0-beta...v21.03.0-beta2
Expand Down
4 changes: 2 additions & 2 deletions dist/lib/versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vmajor=21; vminor=5; vpatch=0
vbuild="$(git rev-parse --short HEAD)"
release="beta-${vbuild}"
#release="beta"
#release="beta-${vbuild}"
release="stable"
baresip="1.0.0"
baresip_lib="1.0.0"
re="1.1.0"
Expand Down

0 comments on commit bf52a02

Please sign in to comment.