changelog

This commit is contained in:
Prospector
2026-07-21 11:44:19 -07:00
parent 832240a45f
commit d0bdeb1bc6
+35 -3
View File
@@ -11,12 +11,44 @@ export type VersionEntry = {
const VERSIONS: VersionEntry[] = [
{
date: `2026-07-16T19:36:45+00:00`,
date: `2026-07-21T18:43:00+00:00`,
product: 'web',
body: `## Changed
- Replaced default Aditude consent pop-up with a custom one with more accurate phrasing.
- Updated page headers to use a consistent design style.
- Updated translations
## Fixed
- Fixed analytics tooltip not pinned after mobile chart drag
- Fixed extra spacing sometimes on the download modal.`,
},
{
date: `2026-07-21T18:43:00+00:00`,
product: 'app',
version: '0.15.12',
body: `## Fixed
version: '0.15.13',
body: `## Added
- Added browse page header onto project pages when going into a project page from search.
- Added support for the [Ears](https://modrinth.com/mod/ears) mod in the Skin selector.
## Changed
- Replaced default Aditude consent pop-up with a custom one with more accurate phrasing.
- Updated page headers to use a consistent design style.
- Updated translations
## Fixed
- Fixed ratelimits not being handled properly.
- Fixed UV spill issues causing some tiny parts of the skin texture to appear as floating lines.
- Fixed issue with some modpacks failing to install due to file mismatches.
- Fixed hardcore worlds generated in 26.1+ not being recognised as hardcore in the Jump back in and Worlds tab.`,
},
{
date: `2026-07-21T18:43:00+00:00`,
product: 'hosting',
body: `## Added
- Added browse page header onto project pages when going into a project page from search.
## Changed
- Updated translations`,
},
{
date: `2026-07-14T22:14:08+00:00`,