Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-21 00:31:23 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-21 00:31:23 +0300
commit825c749e62a7d3c12b5d5b79e5e5d2401fbd907d (patch)
tree10a2c6687cc8e650090231916a2c011675b95eb7
parent15cd052d8632cc94128f9456a0d5151aebf071e0 (diff)
Tag a new beta3.5.0-beta3
-rw-r--r--app/build.gradle2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/81.txt10
2 files changed, 11 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bf25356..5eab817 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -62,7 +62,7 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 80
+ versionCode 81
versionName gitDescribe()
setProperty("archivesBaseName", "mumla")
diff --git a/fastlane/metadata/android/en-US/changelogs/81.txt b/fastlane/metadata/android/en-US/changelogs/81.txt
new file mode 100644
index 0000000..634a14f
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/81.txt
@@ -0,0 +1,10 @@
+- Implement lookup of SRV records for server address. Enables simple server addresses such as `example.net`, where a SRV record for the domain in DNS indicate
+s the server host and port to connect to. See: https://wiki.mumble.info/wiki/SRV_Record .
+
+- Allan Nordhøy reworked the English source strings.
+
+- Fix permission request for hot-corner push-to-talk.
+
+- Remove talking state animation which was broken in different ways.
+
+- Display also SHA-256 digest in certificate accept dialog, and make the text selectable.