Changes for page Public Beta Guide

Last modified by teamwire001 on 2023/10/11 13:35

From version 2.1
edited by teamwire001
on 2023/08/31 14:44
Change comment: Uploaded new attachment "configuration-templates-beta2.zip", version 1.1
To version 4.3
edited by teamwire001
on 2023/10/09 08:37
Change comment: DOC-230

Summary

Details

Page properties
Content
... ... @@ -3,11 +3,18 @@
3 3  This document provides basic information about the functionality of the new desktop app and how to report any bugs you find.
4 4  
5 5  
6 -(% class="box warningmessage" %)
7 -(((
8 -Please note. The beta app currently does not offer a language selection and is available in English only.
9 -)))
6 +{{id name="versions"/}}
10 10  
8 += Versioning =
9 +
10 +* 4.0.0-beta.5
11 +[[win-x64.msi>>https://desktop.teamwire.eu/merge/4.0.0-beta.5/teamwire-4.0.0-beta.5-win-x64.msi]] , [[mac-x64.dmg>>https://desktop.teamwire.eu/merge/4.0.0-beta.5/teamwire-4.0.0-beta.5-mac-x64.dmg]] , [[linux-amd64.deb>>https://desktop.teamwire.eu/merge/4.0.0-beta.5/teamwire-4.0.0-beta.5-linux-amd64.deb]] , [[linux-x86_64.rpm>>https://desktop.teamwire.eu/merge/4.0.0-beta.5/teamwire-4.0.0-beta.5-linux-x86_64.rpm]]
12 +
13 +* 4.0.0-beta.4
14 +* 4.0.0-beta.3
15 +* 4.0.0-beta.2
16 +## ##
17 +
11 11  {{id name="requirements"/}}
12 12  
13 13  = System requirements =
... ... @@ -26,8 +26,9 @@
26 26  If certain types of behavior or errors occur repeatedly, please share your experience with us! The following information is extremely helpful for the further development and improvement of the app:
27 27  
28 28  * Can the problem be repeatedly reproduced? Yes / No / Sometimes
36 +* Go to View > Toggle Developer Tools and open the "Console" tab in the new screen. Reproduce the behaviour and export the data you see.
29 29  * Describe how to reproduce the behaviour step by step
30 -* Your logfile
38 +* Your logfile (see [[Logfile location>>doc:||anchor="logfile"]])
31 31  * A screenshot, if necessary
32 32  * The version of your Teamwire Desktop Beta app
33 33  * The version of your operating system (e.g. Windows 10 Pro)
... ... @@ -103,13 +103,13 @@
103 103  (% class="lead" %)
104 104  Supported parameters
105 105  
106 -Desktop App **4.0.0-beta.2** supports the following configuration parameters:
114 +Desktop App **4.0.0-beta.2** (and newer) supports the following configuration parameters:
107 107  
108 108  * ##serverHost## (String), previously BackendServerName
109 109  * ##proxyURL## (String)
110 110  ## ##
111 111  
112 -Desktop App **4.0.0-beta.3** will supports the auto-registration process and the following configuration parameters:
120 +Desktop App **4.0.0-beta.3** (and newer) supports the auto-registration process and the following configuration parameters:
113 113  
114 114  * ##serverHost## (String), previously BackendServerName
115 115  * ##proxyURL## (String)
... ... @@ -118,10 +118,11 @@
118 118  * ##email## (String)
119 119  * ##registrationToken## (String)
120 120  * ##phoneNumber## (String)
121 -* ##trustedCertificates## (Array), previously CustomCAChain
129 +* ##trustedCertificates## (Array)
130 +This new parameter has been added to solve the problems when connecting to the Backend API through a TLS-protected HTTPS with a self-signed certificate. "trustedCertificates" is a certificates whitelist. It is an array of Base64-encoded SHA256 certificate fingerprints.
122 122  ## ##
123 123  
124 -You can download a template for Windows registry and the JSON config here: [[configuration-templates.zip>>attach:Public.Applications.Desktop.Public-Beta-Guide.WebHome@configuration-templates-beta2.zip||download="configuration-templates-beta2.zip"]]
133 +You can download a template for Windows registry and the JSON config here: [[configuration-templates.zip>>attach:Public.Applications.Desktop.Public-Beta-Guide.WebHome@configuration-templates-beta3.zip||download="configuration-templates-beta3.zip"]]
125 125  
126 126  
127 127  {{id name="appfeatures"/}}
... ... @@ -136,7 +136,7 @@
136 136  )))
137 137  |(% style="text-align:left" %)Registeration via email and SMS|(% style="background-color:#9bcfef" %) |{{velocity}}$services.icon.render('check'){{/velocity}}
138 138  |(% style="text-align:left" %)Login via password|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
139 -|(% style="text-align:left" %)Automated registration|(% style="background-color:#9bcfef" %) |{{velocity}}$services.icon.render('check'){{/velocity}}
148 +|(% style="text-align:left" %)Automated registration|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
140 140  |(% style="text-align:left" %)Restrict registration via token|(% style="background-color:#9bcfef" %) |{{velocity}}$services.icon.render('check'){{/velocity}}
141 141  |(% style="text-align:left" %)Logout|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
142 142  |(% colspan="3" style="text-align:left" %)(((
... ... @@ -145,6 +145,8 @@
145 145  |(% style="text-align:left" %)Search for chat title / message / contact|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
146 146  |(% style="text-align:left" %)Show / Hide archived chat|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
147 147  |(% style="text-align:left" %)Set and use Push-to-Talk|(% style="background-color:#9bcfef" %) |
157 +|(% style="text-align:left" %)Favourite chats tab|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|
158 +|(% style="text-align:left" %)Unread chats tab|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|
148 148  |(% colspan="3" style="text-align:left" %)(((
149 149  == Chats ==
150 150  )))
... ... @@ -172,6 +172,7 @@
172 172  |(% style="text-align:left" %)Reply to message or attachment|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
173 173  |(% style="text-align:left" %)Forward message or attachments to new or existing chat|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
174 174  |(% style="text-align:left" %)Leave / Close / Mute / Archive chat|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
186 +|(% style="text-align:left" %)Favourite chat / Mark chat as read or unread|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|
175 175  |(% style="text-align:left" %)Show chat admins and members|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}|{{velocity}}$services.icon.render('check'){{/velocity}}
176 176  |(% style="text-align:left" %)Edit chat avatar / title / mode / members|(% style="background-color:#9bcfef" %){{velocity}}$services.icon.render('check'){{/velocity}}
177 177  edit chat avatar will follow|{{velocity}}$services.icon.render('check'){{/velocity}}
configuration-templates-beta2.zip
Size
... ... @@ -1,1 +1,1 @@
1 -791 bytes
1 +795 bytes
Content
configuration-templates-beta3.zip
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.teamwire001
Size
... ... @@ -1,0 +1,1 @@
1 +1.3 KB
Content