Update changelog

This commit is contained in:
Prospector 2025-06-26 10:45:48 -07:00
parent c793b68aed
commit 2d8420131d

View File

@ -10,6 +10,23 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2025-06-26T11:00:00-07:00`,
product: 'servers',
body: `### Improvements
- Fixed support bubble overlapping notifications sometimes.
- Fixed race condition when creating backups.`,
},
{
date: `2025-06-26T11:00:00-07:00`,
product: 'web',
body: `### Added
- Added a dismissable Modrinth Servers promotion to project Download interface to inform users of the service's availability.
### Improvements
- Added colors for the newly added legacy mod loaders
- Improved file upload error message in some places.`,
},
{ {
date: `2025-06-16T11:00:00-07:00`, date: `2025-06-16T11:00:00-07:00`,
product: 'web', product: 'web',