mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
changelog
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user