Skip to content

Commit 1dc71e0

Browse files
committed
Update version to 3.8.0beta2, with ChangeLog additions
1 parent 66b2b65 commit 1dc71e0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

ChangeLog

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

2-
### 3.8.0beta2dev <- NOTE: the release version number will be 3.8.0 ###
2+
### 3.8.0beta2 <- NOTE: the release version number will be 3.8.0 ###
3+
4+
- Github autobuild for Mac now uses Xcode 11.7 and SDK 10.15 for compatibility
5+
with Qt5 (#1655).
6+
(contributed by @softins)
7+
8+
- GUI: Alignment of delay measurements display improved (#1606, #1617).
9+
(contributed by @pljones)
10+
11+
- GUI: Corrected handling of custom directory server in the server, to prevent
12+
unintended registration with a directory server (#1624, #1627).
13+
(contributed by @softins)
14+
15+
- GUI: Corrected alignment of Mute icon above fader (#811, #1312, #1640).
16+
(contributed by @vimpostor)
317

418
- The term "Central server" has been replaced with "Directory server" (#1407).
519
(contributed by @pljones)

Jamulus.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 3.8.0beta2dev
1+
VERSION = 3.8.0beta2
22

33
# use target name which does not use a captital letter at the beginning
44
contains(CONFIG, "noupcasename") {

0 commit comments

Comments
 (0)