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-17 23:39:46 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-17 23:39:46 +0300
commitaf1b34e3744d94801972c431078d55eb7355e746 (patch)
tree754284c9b24479132a478c1b951c0c816d61c229
parent2bc205b6be3f942c20bb70a464eff6a52977f38b (diff)
Bump beta3.5.0-beta2
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/80.txt8
2 files changed, 10 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 495e061..773fff6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -63,8 +63,8 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 79
- versionName "3.5.0-beta1"
+ versionCode 80
+ versionName "3.5.0-beta2"
setProperty("archivesBaseName", "mumla")
diff --git a/fastlane/metadata/android/en-US/changelogs/80.txt b/fastlane/metadata/android/en-US/changelogs/80.txt
new file mode 100644
index 0000000..9937505
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/80.txt
@@ -0,0 +1,8 @@
+- 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.