mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
changelog
This commit is contained in:
@@ -10,6 +10,27 @@ export type VersionEntry = {
|
||||
}
|
||||
|
||||
const VERSIONS: VersionEntry[] = [
|
||||
{
|
||||
date: `2026-07-22T21:33:46+00:00`,
|
||||
product: 'app',
|
||||
version: '0.15.19',
|
||||
body: `## Added
|
||||
- Added project licensing info to project sidebar
|
||||
|
||||
## Fixed
|
||||
- Fixed project updated date needing to wait for versions to load.
|
||||
- Fixed large error notifications going off-screen and being impossible to copy or close.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-22T21:33:46+00:00`,
|
||||
product: 'web',
|
||||
body: `## Changed
|
||||
- Project license info is now prefetched on hover so it loads quicker.
|
||||
|
||||
## Fixed
|
||||
- Fixed project updated date needing to wait for versions to load.
|
||||
- Fixed large error notifications going off-screen and being impossible to copy or close.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-22T10:46:03+00:00`,
|
||||
product: 'app',
|
||||
|
||||
Reference in New Issue
Block a user