Skip to content

Releases: 7Sageer/sublink-worker

Sublink Worker v2.3.1

14 Feb 03:27

Choose a tag to compare

Release v2.3.1

📚 Documentation

🚀 Quick Start

# Cloudflare Workers
npm install && npm run deploy

# Docker
docker compose up -d

# Node.js
npm run build:node && npm run dev:node

Note: This release was automatically created by GitHub Actions.
For detailed changes, see the changelog.

Sublink Worker v2.3.0

09 Feb 11:03

Choose a tag to compare

Release v2.3.0

📚 Documentation

🚀 Quick Start

# Cloudflare Workers
npm install && npm run deploy

# Docker
docker compose up -d

# Node.js
npm run build:node && npm run dev:node

Note: This release was automatically created by GitHub Actions.
For detailed changes, see the changelog.

Sublink Worker v2.2.0

26 Dec 05:05

Choose a tag to compare

Release v2.2.0

📚 Documentation

🚀 Quick Start

# Cloudflare Workers
npm install && npm run deploy

# Docker
docker compose up -d

# Node.js
npm run build:node && npm run dev:node

Note: This release was automatically created by GitHub Actions.
For detailed changes, see the changelog.

Full Changelog: v2.1.1...v2.2.0

Sublink Worker v2.1.1

13 Dec 03:10

Choose a tag to compare

Release v2.1.1

📚 Documentation

🚀 Quick Start

# Cloudflare Workers
npm install && npm run deploy

# Docker
docker compose up -d

# Node.js
npm run build:node && npm run dev:node

Note: This release was automatically created by GitHub Actions.
For detailed changes, see the changelog.

Sublink Worker v2.1.0

08 Dec 09:12

Choose a tag to compare

Release v2.1.0

📚 Documentation

🚀 Quick Start

# Cloudflare Workers
npm install && npm run deploy

# Docker
docker compose up -d

# Node.js
npm run build:node && npm run dev:node

Note: This release was automatically created by GitHub Actions.
For detailed changes, see the changelog.

Sublink Worker v2.0.1

05 Dec 12:13

Choose a tag to compare

Release v2.0.1

📚 Documentation

🚀 Quick Start

# Cloudflare Workers
npm install && npm run deploy

# Docker
docker compose up -d

# Node.js
npm run build:node && npm run dev:node

Note: This release was automatically created by GitHub Actions.
For detailed changes, see the changelog.

Sublink Worker v2.0.0

04 Dec 06:55

Choose a tag to compare

🎉 Sublink Worker v2.0.0

这是首个采用语义化版本规范的正式发布版本。v2.0.0 继续以统一订阅管线为核心,重点解决部署弹性、配置持久化与分享效率。

✨ 主要特性

新增功能

  • 模块化多运行时:解耦配置构建、代理解析与存储适配,Cloudflare Workers、Node.js、Vercel 与 Docker 均可一键部署
  • 全链路持久化:统一的 KV/Redis/Upstash/Vercel KV 接口,Config Storage 自动托管基础配置与短链,默认 30 天 TTL 可续期

重大变更

  • 重构前端组件:全面拥抱 Hono 和 Alpine.js,提供更流畅的使用和二次开发体验

📚 文档

🚀 快速开始

# Cloudflare Workers
npm install
npm run deploy

# Docker
docker compose up -d

# Node.js
npm run build:node
npm run dev:node

从 v2.0.0 起,所有版本将遵循 语义化版本规范