mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
changelog
This commit is contained in:
@@ -11,22 +11,34 @@ export type VersionEntry = {
|
||||
|
||||
const VERSIONS: VersionEntry[] = [
|
||||
{
|
||||
date: `2026-07-08T22:58:25+00:00`,
|
||||
product: 'web',
|
||||
body: `## Changed
|
||||
- Revised design for the project download modal.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-08T15:05:35+00:00`,
|
||||
date: `2026-07-10T17:38:17+00:00`,
|
||||
product: 'app',
|
||||
version: '0.15.9',
|
||||
version: '0.15.10',
|
||||
body: `## Added
|
||||
- Added new advanced filter category to Discover content.
|
||||
- Added options to exclude plugins and data packs from mod search
|
||||
- Added options to exclude mods and plugins from data pack search
|
||||
|
||||
## Fixed
|
||||
- Instance edits not appearing to be immediately saved.`,
|
||||
- Instance edits not appearing to be immediately saved.
|
||||
- Fixed search cache being way longer than intended. Search results should now be cached for no more than 10 minutes, making it more possible to find newer or more recently updated content.
|
||||
- Fixed it being impossible to respond to the ad consent banner.
|
||||
- Improved installation issues
|
||||
- Added better error handling, with a "Copy details" button on the frontend for the failure notifications + shows up after 30 seconds of no recorded progress - so support can investigate failures and pass it on to us
|
||||
- Changed "preparing instance" stage -> "Queued to install" - now handles maximum three install jobs at a time to prevent install jobs from being bricked.
|
||||
- Improves download tracking by reporting download progress live rather than after each modpack content file is downloaded`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-10T17:38:17+00:00`,
|
||||
product: 'web',
|
||||
body: `## Fixed
|
||||
- Fixed the empty state of the download modal when an unsupported combination of loaders and versions are selected.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-08T22:58:25+00:00`,
|
||||
product: 'web',
|
||||
body: `## Changed
|
||||
- Revised design for the project download modal.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-08T15:05:35+00:00`,
|
||||
|
||||
Reference in New Issue
Block a user