Skip to content

Latest commit

 

History

History
109 lines (61 loc) · 1.66 KB

File metadata and controls

109 lines (61 loc) · 1.66 KB

Changelog

All notable changes to v2RayTun releases will be documented in this file.

This changelog is focused on user-visible changes, platform-specific updates, release notes, and important known issues.

v2RayTun uses independent release tracks for different platforms and platform groups. Versions and release dates do not have to match across platforms.

Format

Release entries should use platform-scoped versions.

Recommended format:

## PLATFORM-vMAJOR.MINOR.PATCH

### Added

- ...

### Updated

- ...

### Fixed

- ...

### Known issues

- ...

Examples:

## android-v1.8.0

### Added

- ...

### Updated

- ...

### Fixed

- ...

### Known issues

- ...

## ios-v1.5.0

### Added

- ...

## macos-v1.0.0

### Fixed

- ...

## windows-v1.2.0

### Added

- ...

### Updated

- ...

### Fixed

- ...

## linux-v0.2.0

### Added

- ...

Categories

Use these categories when applicable:

Category Meaning
Added New features or new platform support
Updated Updates in behavior, UI, packaging, platform logic, or existing features
Fixed Bug fixes
Removed Removed features or discontinued behavior
Security Security-related fixes or changes
Known issues Important issues users should know about before installing
Platform notes Platform-specific release details

Platform-specific notes

If a release differs by platform, add a separate entry for each platform-scoped release.

Do not assume that the same version number or release date applies to all platforms.

For example, android-v1.8.0, windows-v1.2.0, and ios-v1.5.0 may all exist at the same time and represent different platform releases.