diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 69fedc3a..a47423f5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index a473ebd5..bb19797b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9066469d..23f72af6 100644 --- a/README.md +++ b/README.md @@ -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