mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
fix changelog
This commit is contained in:
+32
-28
@@ -15,36 +15,40 @@ const VERSIONS: VersionEntry[] = [
|
||||
product: 'app',
|
||||
version: '0.17.1',
|
||||
body: `## Added
|
||||
- Added user pages.
|
||||
- Added a banner for users of a shared instance which let's them know that they need to review an update to play the instance - alongside the existing checks when you click Play.
|
||||
- Added a way to see and manage the invite links you have created for a shared instance in the Sharing tab of the Instance Settings modal.
|
||||
- Added a way to see where a shared instance content is coming from when in the Install to play modal, either the linked modpack or if it was added on top. Content which is a part of the linked modpack will show the modpack information underneath it's name.
|
||||
- Added user blocking
|
||||
- You can block users on their profile page.
|
||||
- You can block users when reporting a shared instance. This prevents the user from sending you invites to shared instances and Modrinth Hosting server panels.
|
||||
- You can manage who you've blocked in the new Social settings in the app's Settings menu, or on the Modrinth website.
|
||||
- Added the ability to edit your Modrinth profile in the app's Settings menu.
|
||||
- Added the ability to adjust the amount of quick instances shown in the sidebar by dragging the divider up and down.
|
||||
- Added an option to always show "Copy details" on the installation job notifications, rather than just on failed and interrupted instance install jobs.
|
||||
- Added user pages.
|
||||
- Added a banner for users of a shared instance which let's them know that they need to review an update to play the instance - alongside the existing checks when you click Play.
|
||||
- Added a way to see and manage the invite links you have created for a shared instance in the Sharing tab of the Instance Settings modal.
|
||||
- Added a way to see where a shared instance content is coming from when in the Install to play modal, either the linked modpack or if it was added on top. Content which is a part of the linked modpack will show the modpack information underneath it's name.
|
||||
- Added user blocking
|
||||
- You can block users on their profile page.
|
||||
- You can block users when reporting a shared instance. This prevents the user from sending you invites to shared instances and Modrinth Hosting server panels.
|
||||
- You can manage who you've blocked in the new Social settings in the app's Settings menu, or on the Modrinth website.
|
||||
- Added the ability to edit your Modrinth profile in the app's Settings menu.
|
||||
- Added the ability to adjust the amount of quick instances shown in the sidebar by dragging the divider up and down.
|
||||
- Added an option to always show "Copy details" on the installation job notifications, rather than just on failed and interrupted instance install jobs.
|
||||
- Clicking on friends in the friends list will take you to their profile page.
|
||||
|
||||
## Changed
|
||||
- More than three instances now show up in the left sidebar's quick instance selection area for larger window sizes.
|
||||
- Updated Modrinth App logo to just use the standard Modrinth logo to save space.
|
||||
- Updated the design of the back/forward buttons.
|
||||
- Clicking on friends in the friends list will take you to their profile page.
|
||||
- Limited shared instances to 50 users.
|
||||
- Changed the expiry date picker in the shared instance invite edit modal to be a dropdown of common dates, rather than a complicated date picker. You can still use the fine-grained date picker by choosing "Custom"
|
||||
- Instance icons must now be smaller than 4MB - any existing instances will have their icons compressed to 512x512px size to conform to the new limit. This will break any instances which have .GIF icons.
|
||||
- Split up the App Settings modal into categories.
|
||||
- Moved out behavioural settings into it's own subpage, rather than being in Appearance settings.
|
||||
- Updated "Advanced" toggle filter design to be the same as the other filters, just with only an exclude button as the primary action.
|
||||
- Re-aligned the traffic light buttons on macOS with the top bar.
|
||||
- Updated translations. Want to help translate the Modrinth App? [Click here](https://translate.modrinth.com)
|
||||
## Changed
|
||||
|
||||
## Fixed
|
||||
- Fixed issue where when browsing content for an instance, when visiting a project page and going back to search, it would reset the page back to one.
|
||||
- Refactored how breadcrumbs work in the app, this should solve many issues you might have encountered using the back and forward navigation buttons in the app header.
|
||||
- Fixed error spam when the shared instances API is not accessible, it will cleanly provide feedback that the app cannot connect.`,
|
||||
- More than three instances now show up in the left sidebar's quick instance selection area for larger window sizes.
|
||||
- Updated Modrinth App logo to just use the standard Modrinth logo to save space.
|
||||
- Updated the design of the back/forward buttons.
|
||||
- Limited shared instances to 50 users.
|
||||
- Changed the expiry date picker in the shared instance invite edit modal to be a dropdown of common dates, rather than a complicated date picker. You can still use the fine-grained date picker by choosing "Custom"
|
||||
- Instance icons must now be smaller than 4MB - any existing instances will have their icons compressed to 512x512px size to conform to the new limit. This will break any instances which have .GIF icons.
|
||||
- Split up the App Settings modal into categories.
|
||||
- Moved out behavioural settings into it's own subpage, rather than being in Appearance settings.
|
||||
- Updated "Advanced" toggle filter design to be the same as the other filters, just with only an exclude button as the primary action.
|
||||
- Re-aligned the traffic light buttons on macOS with the top bar.
|
||||
- Updated translations. Want to help translate the Modrinth App? [Click here](https://translate.modrinth.com)
|
||||
- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)
|
||||
|
||||
## Fixed
|
||||
|
||||
- **Modrinth Hosting:** Fixed issue where when browsing content for your server panel, when visiting a project page and going back to search, it would reset the page back to one.
|
||||
- Fixed issue where when browsing content for an instance, when visiting a project page and going back to search, it would reset the page back to one.
|
||||
- Refactored how breadcrumbs work in the app, this should solve many issues you might have encountered using the back and forward navigation buttons in the app header.
|
||||
- Fixed error spam when the shared instances API is not accessible, it will cleanly provide feedback that the app cannot connect.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-28T20:40:11+00:00`,
|
||||
|
||||
Reference in New Issue
Block a user