Skip to content

Commit

Permalink
Additions to ChangeLog and contributors list.
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Mar 10, 2021
1 parent 5111a05 commit aa00386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
Check two servers instead of one (updatecheck1.jamulus.io and updatecheck2.jamulus.io).
Ignore the server version if it is not a release, due to a suffix such as dev, alpha or beta.

- Windows installer interface now supports English, Dutch, French, German, Polish, Spanish and Swedish.
- Windows installer interface now supports English, Dutch, French, German, Italian, Polish, Portuguese, Spanish and Swedish.

- bug fix: Fixed some memory leaks in server recording, coded by softins (#1073)

Expand All @@ -66,6 +66,8 @@

- Release now builds experimental .apk installation packages for Android, coded by nefarius2001 (#880)

- bug fix: Added missing driverInfo initialisation in Windows sound driver, coded by npostavs (#1194)

### 3.6.2 (2020-12-12) ###

- change Clear All Stored Solo Settings to clear Mute as well (#731)
Expand Down
1 change: 1 addition & 0 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent )
"<p>DonC (<a href=\"https://github.com/dcorson-ticino-com\">dcorson</a>)</p>"
"<p>David Kastrup (<a href=\"https://github.com/dakhubgit\">dakhubgit</a>)</p>"
"<p>Jordan Lum (<a href=\"https://github.com/mulyaj\">mulyaj</a>)</p>"
"<p>Noam Postavsky (<a href=\"https://github.com/npostavs\">npostavs</a>)</p>"
"<br>" + tr ( "For details on the contributions check out the " ) +
"<a href=\"https://github.com/jamulussoftware/jamulus/graphs/contributors\">" + tr ( "Github Contributors list" ) + "</a>." );

Expand Down

0 comments on commit aa00386

Please sign in to comment.