Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ body:
label: Vortex version
description: Pick the version you reproduced the bug on. `Settings → About` shows the exact version, or run `vortex --version` from the CLI.
options:
- v0.2.0-beta (latest beta)
- v0.3.0-beta.1 (latest beta)
- v0.2.0-beta
- main / built from source
- older / unsure
validations:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bug report template: version dropdown now lists `v0.3.0-beta.1` as the
latest beta.
- README: feedback section links to the v0.3.0-beta.1 discussion thread.

## [0.3.0-beta.1] - 2026-07-19

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ See [`PRD-v2.md`](PRD-v2.md) for the per-task breakdown.
This is a **beta release** — bugs, rough edges and missing flows are expected. Two channels:

- **Bugs** → [open an issue](https://github.com/mpiton/vortex/issues/new?template=bug_report.yml) with the *Vortex version* dropdown set to `v0.3.0-beta.1`
- **Discussions** → [GitHub Discussions](https://github.com/mpiton/vortex/discussions) for general impressions, missing features, plugin requests
- **Discussions** → [v0.3.0-beta.1 feedback thread](https://github.com/mpiton/vortex/discussions/177) for general impressions, missing features, plugin requests

## License

Expand Down
Loading