Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0-beta.2] - 2026-06-25

### Fixed

- Missing `IMembership` export ([#23530](https://github.com/Nexus-Mods/Vortex/pull/23530))
- Collection downloads failing with `no checkpoint stored for download` ([#23529](https://github.com/Nexus-Mods/Vortex/pull/23529))
- Collection Mods tab opening the wrong mod page when multiple mods shared the same author ([#23524](https://github.com/Nexus-Mods/Vortex/pull/23524))
- Avatar and premium banner flickering in a loop on OAuth token refresh ([#23521](https://github.com/Nexus-Mods/Vortex/pull/23521))

## [2.2.0-beta.1] - 2026-06-16

_First beta of the 2.2 release._
Expand Down Expand Up @@ -2000,6 +2009,7 @@ _Yanked due to critical issue found with file overrides_
- When providing feedback, users are treated as logged out if using OAuth
- Changelog dashlet was incorrectly displaying markdown

[2.2.0-beta.2]: https://github.com/Nexus-Mods/Vortex/releases/tag/2.2.0-beta.2
[2.2.0-beta.1]: https://github.com/Nexus-Mods/Vortex/releases/tag/2.2.0-beta.1
[2.1.1]: https://github.com/Nexus-Mods/Vortex/releases/tag/2.1.1
[2.1.0]: https://github.com/Nexus-Mods/Vortex/releases/tag/2.1.0
Expand Down