Skip to content

Commit cebcf82

Browse files
committed
version 1.4.0 release note
1 parent 4220dd6 commit cebcf82

File tree

6 files changed

+40
-3
lines changed

6 files changed

+40
-3
lines changed

blog/2024-04-14-update/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors: simon
33
---
44

5-
# New features in 2024-04-14
5+
# New features in version 1.1
66

77
We are happy to announce some new features for everyone:
88

blog/2024-05-07-cloudflare-and-alipay/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors: simon
33
---
44

5-
# Cloudflare and Alipay
5+
# Version 1.2: Cloudflare and Alipay
66

77
We are constantly working to improve the user experience and make it easier for everyone to use Tango.
88

blog/2024-06-05-desktop-app/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors: simon
44

55
import ImageCaption from './image-caption'
66

7-
# Desktop App (beta) released
7+
# Version 1.3: Desktop App (beta) released
88

99
We are happy to announce the beta release of the Tango Desktop App. The app is available for Windows, macOS, and Linux.
1010

857 KB
Loading

blog/2025-07-12-new-sign-in/index.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
authors: simon
3+
---
4+
5+
# Version 1.4: Sign in with Alipay and return of Chrome Remote Debugger
6+
7+
We are happy to announce that we have added a new sign-in method: Alipay. Now, you can sign in to Tango with your Alipay account.
8+
9+
Chrome Remote Debugger allows you to debug web pages on your Android device from your PC. It's a powerful tool for web developers. It was in the old demo but not in the new app, now it's back with a fresh look.
10+
11+
{/* truncate */}
12+
13+
## Chrome Remote Debugger
14+
15+
The Chrome Remote Debugger (Chrome DevTools) feature has been added back to Tango. It now supports the latest version of Chrome for Android using latest version of Chrome DevTools Frontend.
16+
17+
This feature is basically same as `chrome://inspect` page in Chrome. It first lists all supported browsers and WebViews on the device, then opens a new window for debugging the selected target.
18+
19+
![List of debug targets](list.png)
20+
21+
![Debugger window](debugger.png)
22+
23+
Currently there are two limitations:
24+
25+
1. It doesn't work offline, because Chrome DevTools Frontend has around 2800 files across 45MB compressed. It's not impossible to cache them all, but it will take a lot of time and storage.
26+
2. It doesn't work on mobile devices because of the lack of cross-tab communication. We are looking for a solution for this.
27+
28+
We also discovered several issues with Chrome itself when integrating the debugger. We have reported them to the Chrome team and are waiting for their response.
29+
30+
## Other changes
31+
32+
1. The sign-in page now becomes a popup dialog, it's more user-friendly and easier to use.
33+
2. Screen mirror now supports Firefox and Safari using a fallback decoder. Note that the performance may not be as good as Chrome.
34+
35+
## End Note
36+
37+
Remember to join our [Discord server](https://discord.gg/26k3ttC2PN) to get the latest news, check the public roadmap, and let us know your feedback. We are looking forward to hearing from you!

blog/2025-07-12-new-sign-in/list.png

50.3 KB
Loading

0 commit comments

Comments
 (0)