Skip to content

Commit

Permalink
version 1.4.0 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Jul 15, 2024
1 parent 4220dd6 commit cebcf82
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blog/2024-04-14-update/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors: simon
---

# New features in 2024-04-14
# New features in version 1.1

We are happy to announce some new features for everyone:

Expand Down
2 changes: 1 addition & 1 deletion blog/2024-05-07-cloudflare-and-alipay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors: simon
---

# Cloudflare and Alipay
# Version 1.2: Cloudflare and Alipay

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

Expand Down
2 changes: 1 addition & 1 deletion blog/2024-06-05-desktop-app/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors: simon

import ImageCaption from './image-caption'

# Desktop App (beta) released
# Version 1.3: Desktop App (beta) released

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

Expand Down
Binary file added blog/2025-07-12-new-sign-in/debugger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions blog/2025-07-12-new-sign-in/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
authors: simon
---

# Version 1.4: Sign in with Alipay and return of Chrome Remote Debugger

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.

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.

{/* truncate */}

## Chrome Remote Debugger

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.

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.

![List of debug targets](list.png)

![Debugger window](debugger.png)

Currently there are two limitations:

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.
2. It doesn't work on mobile devices because of the lack of cross-tab communication. We are looking for a solution for this.

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.

## Other changes

1. The sign-in page now becomes a popup dialog, it's more user-friendly and easier to use.
2. Screen mirror now supports Firefox and Safari using a fallback decoder. Note that the performance may not be as good as Chrome.

## End Note

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!
Binary file added blog/2025-07-12-new-sign-in/list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cebcf82

Please sign in to comment.