Skip to main content

program-update

Amazonโ€‹

Kindle Software Updatesโ€‹

๐Ÿšจ Strict anti-crawling

๐Ÿ‘จโ€๐Ÿ’ป Author: @EthanWng97

๐Ÿ’ก Example: https://rsshub.app/amazon/kindle/software-updates

๐Ÿ›Ž๏ธ Route: /amazon/kindle/software-updates

๐Ÿ™ Source Code: /amazon/kindle-software-updates.ts

Androidโ€‹

SDK Platform Tools release notesโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/android/platform-tools-releases

๐Ÿ›Ž๏ธ Route: /android/platform-tools-releases

๐Ÿ™ Source Code: /android/platform-tools-releases.ts

APKPureโ€‹

Versionsโ€‹

๐Ÿšจ Strict anti-crawling๐ŸŽญ Rely on Puppeteer

๐Ÿ‘จโ€๐Ÿ’ป Author: @maple3142

๐Ÿ’ก Example: https://rsshub.app/apkpure/versions/jp.co.craftegg.band/jp

๐Ÿ›Ž๏ธ Route: /apkpure/versions/:pkg/:region?

๐Ÿ”— Parameters:

  • pkg, required - Package name
  • region, optional - Region code, en by default

๐Ÿ™ Source Code: /apkpure/versions.ts

App Centerโ€‹

Releaseโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @Rongronggg9

๐Ÿ’ก Example: https://rsshub.app/app-center/release/cloudflare/1.1.1.1-windows/beta

๐Ÿ›Ž๏ธ Route: /app-center/release/:user/:app/:distribution_group

๐Ÿ”— Parameters:

  • user, required - User
  • app, required - App name
  • distribution_group, required - Distribution group

๐Ÿ™ Source Code: /app-center/release.ts

tip

The parameters can be extracted from the Release page URL: https://install.appcenter.ms/users/:user/apps/:app/distribution_groups/:distribution_group

Appleโ€‹

App Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @EkkoG @nczitzk

๐Ÿ’ก Example: https://rsshub.app/apple/apps/update/us/id408709785

๐Ÿ›Ž๏ธ Route: /apple/apps/update/:country/:id/:platform?

๐Ÿ”— Parameters:

  • country, required - App Store Country, obtain from the app URL, see below
  • id, required - App id, obtain from the app URL
  • platform, optional - App Platform, see below, all by default

๐Ÿ™ Source Code: /apple/apps.ts

AlliOSmacOStvOS
iOSmacOStvOS
tip

For example, the URL of GarageBand in the App Store is https://apps.apple.com/us/app/messages/id408709785. In this case, the App Store Country parameter for the route is us, and the App id parameter is id1146560473. So the route should be /apple/apps/update/us/id408709785.

App Store/Mac App Storeโ€‹

In-App-Purchase Price Drop Alertโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @HenryQW

๐Ÿ’ก Example: https://rsshub.app/appstore/iap/us/id953286746

๐Ÿ›Ž๏ธ Route: /appstore/iap/:country/:id

๐Ÿ”— Parameters:

  • country, required - App Store Country, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, us
  • id, required - App Store app id, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, id953286746

๐Ÿ™ Source Code: /appstore/in-app-purchase.ts

Price Dropโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @HenryQW

๐Ÿ’ก Example: https://rsshub.app/appstore/price/us/mac/id1152443474

๐Ÿ›Ž๏ธ Route: /appstore/price/:country/:type/:id

๐Ÿ”— Parameters:

  • country, required - App Store Country, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, us
  • type, required - App type๏ผŒeither iOS or mac
  • id, required - App Store app id, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, id1152443474

๐Ÿ™ Source Code: /appstore/price.ts

ๆฏๆ—ฅ็ฒพๅ“้™ๅ… / ไฟƒ้”€ๅบ”็”จ๏ผˆ้ฒœ้ข่ฟž็บฟ by AppSo๏ผ‰โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @Andiedie

๐Ÿ’ก Example: https://rsshub.app/appstore/xianmian

๐Ÿ›Ž๏ธ Route: /appstore/xianmian

๐Ÿ™ Source Code: /appstore/xianmian.ts

ASUSโ€‹

BIOSโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @Fatpandac

๐Ÿ’ก Example: https://rsshub.app/asus/bios/RT-AX88U

๐Ÿ›Ž๏ธ Route: /asus/bios/:model

๐Ÿ”— Parameters:

  • model, required - Model, can be found in product page

๐Ÿ™ Source Code: /asus/bios.ts

GPU Tweakโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @TonyRL

๐Ÿ’ก Example: https://rsshub.app/asus/gpu-tweak

๐Ÿ›Ž๏ธ Route: /asus/gpu-tweak

๐Ÿ™ Source Code: /asus/gpu-tweak.ts

Bilibiliโ€‹

ๆ›ดๆ–ฐๆƒ…ๆŠฅโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/bilibili/app/android

๐Ÿ›Ž๏ธ Route: /bilibili/app/:id?

๐Ÿ”— Parameters:

  • id, optional - ๅฎขๆˆท็ซฏ id๏ผŒ่งไธ‹่กจ๏ผŒ้ป˜่ฎคไธบๅฎ‰ๅ“็‰ˆ

๐Ÿ™ Source Code: /bilibili/app.ts

ๅฎ‰ๅ“็‰ˆiPhone ็‰ˆiPad HD ็‰ˆUWP ็‰ˆTV ็‰ˆ
androidiphoneipadwinandroid_tv_yst

BlueStacksโ€‹

BlueStacks 5 Release Notesโ€‹

๐Ÿšจ Strict anti-crawling๐ŸŽญ Rely on Puppeteer๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @TonyRL

๐Ÿ’ก Example: https://rsshub.app/bluestacks/release/5

๐Ÿ›Ž๏ธ Route: /bluestacks/release/5

๐Ÿ™ Source Code: /bluestacks/release.ts

Braveโ€‹

Release Notesโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/brave/latest

๐Ÿ›Ž๏ธ Route: /brave/latest

๐Ÿ™ Source Code: /brave/latest.ts

Civitaiโ€‹

Latest modelsโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @DIYgod

๐Ÿ’ก Example: https://rsshub.app/civitai/models

๐Ÿ›Ž๏ธ Route: /civitai/models

๐Ÿ™ Source Code: /civitai/models.ts

Model discussionsโ€‹

โš™๏ธ Config required๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @DIYgod

๐Ÿ’ก Example: https://rsshub.app/civitai/discussions/4384

๐Ÿ›Ž๏ธ Route: /civitai/discussions/:modelId

๐Ÿ”— Parameters:

  • modelId, required - N

โš™๏ธ Deployment Configs:

  • CIVITAI_COOKIE, required -

๐Ÿ™ Source Code: /civitai/discussions.ts

warning

Need to configure CIVITAI_COOKIE to obtain image information of NSFW models.

CPUIDโ€‹

Newsโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ’ก Example: https://rsshub.app/cpuid/news

๐Ÿ›Ž๏ธ Route: /cpuid/news

๐Ÿ™ Source Code: /cpuid/news.ts

Docker Hubโ€‹

Image New Buildโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @HenryQW

๐Ÿ’ก Example: https://rsshub.app/dockerhub/build/wangqiru/ttrss

๐Ÿ›Ž๏ธ Route: /dockerhub/build/:owner/:image/:tag?

๐Ÿ”— Parameters:

  • owner, required - Image owner
  • image, required - Image name
  • tag, optional - Image tag๏ผŒdefault to latest

๐Ÿ™ Source Code: /dockerhub/build.ts

warning

The owner of the official image fills in the library, for example: https://rsshub.app/dockerhub/build/library/mysql

Image New Tagโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ’ก Example: https://rsshub.app/dockerhub/tag/library/mariadb

๐Ÿ›Ž๏ธ Route: /dockerhub/tag/:owner/:image/:limits?

๐Ÿ”— Parameters:

  • owner, required - Image owner
  • image, required - Image name
  • limits, optional - Tag count, 10 by default

๐Ÿ™ Source Code: /dockerhub/tag.ts

warning

Use library as the owner for official images, such as https://rsshub.app/dockerhub/tag/library/mysql

Eagleโ€‹

Changelogโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @tigercubden

๐Ÿ’ก Example: https://rsshub.app/eagle/changelog/en

๐Ÿ›Ž๏ธ Route: /eagle/changelog/:language?

๐Ÿ”— Parameters:

  • language, optional - Language, see list, default to be cn

๐Ÿ™ Source Code: /eagle/changelog.ts

Language

Simplified ChineseTraditional ChineseEnglish
cntwen

F-Droidโ€‹

App Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @garywill

๐Ÿ’ก Example: https://rsshub.app/f-droid/apprelease/com.termux

๐Ÿ›Ž๏ธ Route: /f-droid/apprelease/:app

๐Ÿ”— Parameters:

  • app, required - App's package name

๐Ÿ™ Source Code: /f-droid/apprelease.ts

FossHubโ€‹

Software Updateโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/fosshub/qBittorrent

๐Ÿ›Ž๏ธ Route: /fosshub/:id

๐Ÿ”— Parameters:

  • id, required - Software id, can be found in URL

๐Ÿ™ Source Code: /fosshub/index.ts

GoFansโ€‹

ๆœ€ๆ–ฐ้™ๅ… / ไฟƒ้”€ๅบ”็”จโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @HenryQW

๐Ÿ’ก Example: https://rsshub.app/gofans

๐Ÿ›Ž๏ธ Route: /gofans/:kind?

๐Ÿ”— Parameters:

  • kind, optional - Platform, either macos or ios, empty means both (default)

๐Ÿ™ Source Code: /gofans/index.ts

Googleโ€‹

Extension Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @DIYgod

๐Ÿ’ก Example: https://rsshub.app/google/chrome/extension/kefjpfngnndepjbopdmoebkipbgkggaa

๐Ÿ›Ž๏ธ Route: /google/chrome/extension/:id

๐Ÿ”— Parameters:

  • id, required - Extension id, can be found in extension url

๐Ÿ™ Source Code: /google/extension.ts

Greasy Forkโ€‹

Script Feedbackโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @miles170

๐Ÿ’ก Example: https://rsshub.app/greasyfork/scripts/431691-bypass-all-shortlinks/feedback

๐Ÿ›Ž๏ธ Route: /greasyfork/scripts/:script/feedback

๐Ÿ”— Parameters:

  • script, required - Script id, can be found in URL

๐Ÿ™ Source Code: /greasyfork/feedback.ts

Script Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @imlonghao @miles170

๐Ÿ’ก Example: https://rsshub.app/greasyfork/en/google.com

๐Ÿ›Ž๏ธ Route: /greasyfork/:language/:domain?,/scripts/sort/:sort/:language?

๐Ÿ™ Source Code: /greasyfork/scripts.ts

SortDescription
todayDaily installs
total_installsTotal installs
ratingsRatings
createdCreated date
updatedUpdated date
nameName

Script Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @imlonghao @miles170

๐Ÿ’ก Example: https://rsshub.app/greasyfork/en/google.com

๐Ÿ›Ž๏ธ Route: /greasyfork/:language/:domain?,/scripts/sort/:sort/:language?

๐Ÿ™ Source Code: /greasyfork/scripts.ts

SortDescription
todayDaily installs
total_installsTotal installs
ratingsRatings
createdCreated date
updatedUpdated date
nameName

Script Version Historyโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @miles170

๐Ÿ’ก Example: https://rsshub.app/greasyfork/scripts/431691-bypass-all-shortlinks/versions

๐Ÿ›Ž๏ธ Route: /greasyfork/scripts/:script/versions

๐Ÿ”— Parameters:

  • script, required - Script id, can be found in URL

๐Ÿ™ Source Code: /greasyfork/versions.ts

Infuseโ€‹

Release Notesโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @NathanDai

๐Ÿ’ก Example: https://rsshub.app/firecore/ios

๐Ÿ›Ž๏ธ Route: /firecore/:os

๐Ÿ”— Parameters:

  • os, required - ios,tvos,macos

๐Ÿ™ Source Code: /firecore/index.ts

iFi audioโ€‹

Download Hubโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @EthanWng97

๐Ÿ’ก Example: https://rsshub.app/ifi-audio/download/1503007035/44472

๐Ÿ›Ž๏ธ Route: /ifi-audio/download/:val/:id

๐Ÿ”— Parameters:

  • val, required - product val
  • id, required - product id

๐Ÿ™ Source Code: /ifi-audio/download.ts

warning
  1. Open https://ifi-audio.com/download-hub and the Network panel
  2. Select the device and the corresponding serial number in the website and click Search
  3. Find the last request named https://ifi-audio.com/wp-admin/admin-ajax.php in the Network panel, find out the val and id in the Payload panel, and fill in the url

ImageMagickโ€‹

Changelogโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/imagemagick/changelog

๐Ÿ›Ž๏ธ Route: /imagemagick/changelog

๐Ÿ™ Source Code: /imagemagick/changelog.ts

IPSW.meโ€‹

Apple Firmware Update-IPSWs/OTAs versionโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @Jeason0228

๐Ÿ’ก Example: https://rsshub.app/ipsw/index/ipsws/iPad8,11

๐Ÿ›Ž๏ธ Route: /ipsw/index/:ptype/:pname

๐Ÿ”— Parameters:

  • ptype, required - Fill in ipsws or otas to get different versions of firmware
  • pname, required - Product name, http://rsshub.app/ipsw/index/ipsws/iPod, if you fill in the iPad, follow the entire iPad series(ptype default to ipsws).http://rsshub.app/ipsw/index/ipsws/iPhone11,8, if you fill in the specific iPhone11,8, submit to the ipsws firmware information of this model

๐Ÿ™ Source Code: /ipsw/index.ts

Mozillaโ€‹

Add-ons Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @DIYgod

๐Ÿ’ก Example: https://rsshub.app/firefox/addons/rsshub-radar

๐Ÿ›Ž๏ธ Route: /firefox/addons/:id

๐Ÿ”— Parameters:

  • id, required - Add-ons id, can be found in add-ons url

๐Ÿ™ Source Code: /firefox/addons.ts

MacUpdateโ€‹

Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @TonyRL

๐Ÿ’ก Example: https://rsshub.app/macupdate/app/11942

๐Ÿ›Ž๏ธ Route: /macupdate/app/:appId/:appSlug?

๐Ÿ”— Parameters:

  • appId, required - Application unique ID, can be found in URL
  • appSlug, optional - Application slug, can be found in URL

๐Ÿ™ Source Code: /macupdate/app.ts

Microsoft Edgeโ€‹

Addons Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @hoilc @DIYgod

๐Ÿ’ก Example: https://rsshub.app/microsoft/edge/addon/gangkeiaobmjcjokiofpkfpcobpbmnln

๐Ÿ›Ž๏ธ Route: /microsoft/edge/addon/:crxid

๐Ÿ”— Parameters:

  • crxid, required - Addon id, can be found in addon url

๐Ÿ™ Source Code: /microsoft/addon.ts

MIUIโ€‹

New firmwareโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @Indexyz

๐Ÿ’ก Example: https://rsshub.app/miui/aries

๐Ÿ›Ž๏ธ Route: /miui/:device/:type?/:region?

๐Ÿ”— Parameters:

  • device, required - the device codename eg. aries for Mi 2S
  • type, optional - type
  • region, optional - Region, default to cn

๐Ÿ™ Source Code: /miui/index.ts

stabledevelopment
releasedev
regionregion
Chinacn
Globalglobal

Neat Download Managerโ€‹

Downloadโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/neatdownloadmanager/download

๐Ÿ›Ž๏ธ Route: /neatdownloadmanager/download/:os?

๐Ÿ”— Parameters:

  • os, optional - Operating system, windows or macos, all by default

๐Ÿ™ Source Code: /neatdownloadmanager/download.ts

Not a Tesla Appโ€‹

Tesla Software Updatesโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @mrbruce516

๐Ÿ’ก Example: https://rsshub.app/notateslaapp/ota

๐Ÿ›Ž๏ธ Route: /notateslaapp/ota

๐Ÿ™ Source Code: /notateslaapp/update.ts

O&O Softwareโ€‹

Changelogโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/oo-software/changelog/shutup10

๐Ÿ›Ž๏ธ Route: /oo-software/changelog/:id

๐Ÿ”— Parameters:

  • id, required - Software id, see below, shutup10 by default, can be found in URL

๐Ÿ™ Source Code: /oo-software/changelog.ts

SoftwareId
O&O ShutUp10++shutup10
O&O AppBusterooappbuster
O&O Lanytixoolanytix
O&O DeskInfooodeskinfo

Postmanโ€‹

Release Notesโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/postman/release-notes

๐Ÿ›Ž๏ธ Route: /postman/release-notes

๐Ÿ™ Source Code: /postman/release-notes.ts

PuTTYโ€‹

Change Logโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/putty/changes

๐Ÿ›Ž๏ธ Route: /putty/changes

๐Ÿ™ Source Code: /putty/changes.ts

qBittorrentโ€‹

Newsโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @TonyRL

๐Ÿ’ก Example: https://rsshub.app/qbittorrent/news

๐Ÿ›Ž๏ธ Route: /qbittorrent/news

๐Ÿ™ Source Code: /qbittorrent/news.ts

RemNoteโ€‹

Changelogโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @TonyRL @amakerlife

๐Ÿ’ก Example: https://rsshub.app/remnote/changelog

๐Ÿ›Ž๏ธ Route: /remnote/changelog

๐Ÿ™ Source Code: /remnote/changelog.ts

RSSHubโ€‹

New routesโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @DIYgod

๐Ÿ’ก Example: https://rsshub.app/rsshub/routes/en

๐Ÿ›Ž๏ธ Route: /rsshub/routes/:lang?

๐Ÿ”— Parameters:

  • lang, optional - Language, zh means Chinese docs, other values or null means English docs, en by default

๐Ÿ™ Source Code: /rsshub/routes.ts

Sonyโ€‹

Software Downloadsโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @EthanWng97

๐Ÿ’ก Example: https://rsshub.app/sony/downloads/product/nw-wm1am2

๐Ÿ›Ž๏ธ Route: /sony/downloads/:productType/:productId

๐Ÿ”— Parameters:

  • productType, required - product type
  • productId, required - product id

๐Ÿ™ Source Code: /sony/downloads.ts

tip

Open https://www.sony.com/electronics/support and search for the corresponding product, such as Sony A7M4, the website corresponding to which is https://www.sony.com/electronics/support/e-mount-body-ilce-7-series/ilce-7m4/downloads, where productType is e-mount-body-ilce-7-series and productId is ilce-7m4.

SourceForgeโ€‹

Softwareโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @JimenezLi

๐Ÿ’ก Example: https://rsshub.app/sourceforge/topic=artificial-intelligence&os=windows

๐Ÿ›Ž๏ธ Route: /sourceforge/:routeParams?

๐Ÿ”— Parameters:

  • routeParams, optional - route params, see below

๐Ÿ™ Source Code: /sourceforge/index.ts

For some URL like https://sourceforge.net/directory/artificial-intelligence/windows/, it is equal to https://sourceforge.net/directory/?topic=artificial-intelligence&os=windows", thus subscribing to /sourceforge/topic=artificial-intelligence&os=windows.

URL params can duplicate, such as /sourceforge/topic=artificial-intelligence&os=windows&os=linux.

TradingViewโ€‹

Desktop releases and release notesโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/tradingview/desktop

๐Ÿ›Ž๏ธ Route: /tradingview/desktop

๐Ÿ™ Source Code: /tradingview/desktop.ts

Typoraโ€‹

Changelogโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @cnzgray

๐Ÿ’ก Example: https://rsshub.app/typora/changelog

๐Ÿ›Ž๏ธ Route: /typora/changelog

๐Ÿ™ Source Code: /typora/changelog.ts

Dev Release Changelogโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/typora/changelog/dev

๐Ÿ›Ž๏ธ Route: /typora/changelog/dev

๐Ÿ™ Source Code: /typora/changelog-dev.ts

Unraidโ€‹

Community Appsโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @KTachibanaM

๐Ÿ’ก Example: https://rsshub.app/unraid/community-apps

๐Ÿ›Ž๏ธ Route: /unraid/community-apps

๐Ÿ™ Source Code: /unraid/community-apps.ts

WizTreeโ€‹

What's Newโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/diskanalyzer/whats-new

๐Ÿ›Ž๏ธ Route: /diskanalyzer/whats-new

๐Ÿ™ Source Code: /diskanalyzer/whats-new.ts

Western Digitalโ€‹

Downloadโ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ’ก Example: https://rsshub.app/wdc/download/279

๐Ÿ›Ž๏ธ Route: /wdc/download/:id?

๐Ÿ”— Parameters:

  • id, optional - Software id, can be found in URL, 279 as Western Digital Dashboard by default

๐Ÿ™ Source Code: /wdc/download.ts

winstallโ€‹

Apps Updateโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @TonyRL

๐Ÿ’ก Example: https://rsshub.app/winstall/Mozilla.Firefox

๐Ÿ›Ž๏ธ Route: /winstall/:appId

๐Ÿ”— Parameters:

  • appId, required - Application ID

๐Ÿ™ Source Code: /winstall/update.ts

WziFileโ€‹

Version Historyโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @Fatpandac

๐Ÿ’ก Example: https://rsshub.app/wizfile/updates

๐Ÿ›Ž๏ธ Route: /wizfile/updates

๐Ÿ™ Source Code: /wizfile/index.ts

Zoteroโ€‹

Version Historyโ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: @jasongzy

๐Ÿ’ก Example: https://rsshub.app/zotero/versions

๐Ÿ›Ž๏ธ Route: /zotero/versions

๐Ÿ™ Source Code: /zotero/versions.ts

็Ž‹่€…่ฃ่€€โ€‹

ๆ›ดๆ–ฐๆ—ฅๅฟ—โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @nuomi1

๐Ÿ’ก Example: https://rsshub.app/tencent/qq/sdk/changelog/iOS

๐Ÿ›Ž๏ธ Route: /tencent/qq/sdk/changelog/:platform

๐Ÿ”— Parameters:

  • platform, required - ๅนณๅฐ๏ผŒiOS / Android

๐Ÿ™ Source Code: /tencent/qq/sdk/changelog.ts

ๅฐ็ฑณโ€‹

ๅฐ็ฑณๅบ”็”จๅ•†ๅบ—้‡‘็ฑณๅฅ–โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: @nczitzk

๐Ÿ’ก Example: https://rsshub.app/mi/golden

๐Ÿ›Ž๏ธ Route: /mi/golden

๐Ÿ™ Source Code: /mi/golden.ts