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 17:05:32 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-23 17:05:53 +0300
commit47d65bfff770ce77a43d8101f54f8d9f52ba8d71 (patch)
treecd3118467b71dcf9c6877f5d3fdb2a4c5766ca5b
parent4ed56f9a39735f138775322c0e0a1d00de4bc4cc (diff)
Tag a new version3.5.0
-rw-r--r--app/build.gradle2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/84.txt18
2 files changed, 19 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a180993..7e68a1d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -62,7 +62,7 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 83
+ versionCode 84
versionName gitDescribe()
setProperty("archivesBaseName", "mumla")
diff --git a/fastlane/metadata/android/en-US/changelogs/84.txt b/fastlane/metadata/android/en-US/changelogs/84.txt
new file mode 100644
index 0000000..9437bdb
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/84.txt
@@ -0,0 +1,18 @@
+- 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 indicates 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.
+
+- Apply theme to settings.
+
+- Allan Nordhøy reworked the English source strings.
+
+- R4SAS provided complete translation to Russian.
+
+- 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.
+