Skip to content

PRO-2684/qqnt-version-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QQNT-Version-History

GitHub Release GitHub Downloads (all assets, all releases)

Note

QQ is offering latest version only for China IP, so this repo might not get comprehensive updates. See config.png for illustration of this problem: the upper half is what I get on my physical machine in China, while the lower half is what I get on my Azure machine not located in China. You can see that QQ is offering different versions.

This repo automatically tracks public version history of QQNT.

Downloads

Version & Version Code

  • Version Code is the version number used in the installer file name and download URL, and is in the format of x.x.x_x.
  • Version is the version number used in all other places, and is in the format of x.x.x.x. For example:
    • It is displayed in the about page of QQ.
    • It is present in various json files like package.json
    • It is used as the name of directory under resources\app\versions in the installation directory.

This file contains the version history of QQNT since 9.9.15.28498/9.9.15_241009. It is structured as follows:

{
    "<version code>": {
        "version": "<version>",
        "x64": {
            "url": "<x64 installer URL>",
            "size": <x64 installer size in bytes>,
            "md5": "<x64 installer MD5>"
        },
        "x86": {
            "url": "<x86 installer URL>",
            "size": <x86 installer size in bytes>,
            "md5": "<x86 installer MD5>"
        },
        "arm": {
            "url": "<arm installer URL>",
            "size": <arm installer size in bytes>,
            "md5": "<arm installer MD5>"
        }
    },
    ...
}

Other Sources

Telegram @QQUpdates

@QQUpdates on Telegram provides VERY comprehensive version history of QQ on ALL platforms. Check that out if you can't find the version you want.

Winget

You may use winget to search for specific versions and install QQNT, but certain versions might be missing from this source:

  • To list all available versions: winget search Tencent.QQ.NT --versions
  • To install a specific version: winget install Tencent.QQ.NT --version <version>
  • Related packages
    • Tencent.QQ.NT (QQNT)
    • Tencent.WeChat (WeChat)
    • Tencent.WeChat.Universal (WeChat 4)

Chinese Forums

These sources are updated manually, and might not be updated in time. However, they contain versions prior to 9.9.15.28498/9.9.15_241009, which acts as complementary to this repo.

Related Projects

Star History

Star History Chart

About

Automatically tracks version history of QQNT

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages