changelog

This commit is contained in:
Prospector
2026-07-29 14:34:41 -07:00
parent 39b3e20d0a
commit 22b2b7746e
+29
View File
@@ -10,6 +10,35 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-07-29T21:32:06+00:00`,
product: 'app',
version: '0.17.3',
body: `## Added
- Added button to create a new instance on the Library page.
## Changed
- Added a toggle to hide modpacks that are already installed.
- Added tooltip to installation settings button in installed modpack card.
## Fixed
- Improved error when shared instances reach a config file limit.
- When pushing updates to shared instances, will now scroll to the top when entering a sub-page.
- Fixed instance installations getting stuck when the instance is deleted.
- Fixed error when failing to fetch a shared instance icon.
- Installing content from Discover content will now install the latest that matches the game version and loader filters, not the absolute latest.`,
},
{
date: `2026-07-29T21:32:06+00:00`,
product: 'web',
body: `## Changed
- Incomplete current day revenue hides that day's line segment instead of showing a dip to \$0.
- Updated the modal for creating OAuth applications.
## Fixed
- Fixed dependencies in project download modal could give dependency with wrong Minecraft version.
- Fixed PATS page new generated tokens invalidating in the same session.`,
},
{
date: `2026-07-28T23:36:10+00:00`,
product: 'web',