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-23 00:21:11 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-23 00:21:11 +0300
commit1f8188cd2b8bb60012a18e839869ce254df02c30 (patch)
tree201cef7ed2c1accc59f7b69885c354054072d5c0
parent29d50674983dadf3a9fdfbf8db593c7d05cb6daa (diff)
Tag a new beta3.5.0-beta4
-rw-r--r--app/build.gradle2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/82.txt14
2 files changed, 15 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5eab817..4e633eb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -62,7 +62,7 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 81
+ versionCode 82
versionName gitDescribe()
setProperty("archivesBaseName", "mumla")
diff --git a/fastlane/metadata/android/en-US/changelogs/82.txt b/fastlane/metadata/android/en-US/changelogs/82.txt
new file mode 100644
index 0000000..cdbe88b
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/82.txt
@@ -0,0 +1,14 @@
+- 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 .
+
+- Fix permission request for hot-corner push-to-talk, stop crashing.
+
+- Display also SHA-256 digest in certificate accept dialog, and make the text selectable.
+
+- Allan Nordhøy reworked the English source strings.
+
+- Remove talking state animation which was broken in different ways.
+
+- Use the same user state icons in the overlay as in the main channel list
+
+- Correct token fragment icons for dark theme