You've already forked AstralRinth
forked from didirus/AstralRinth
Update changelog, fix overflowing maven coords
This commit is contained in:
@@ -622,7 +622,7 @@
|
|||||||
<CopyCode :text="version.id" />
|
<CopyCode :text="version.id" />
|
||||||
</div>
|
</div>
|
||||||
<div v-if="!isEditing && flags.developerMode">
|
<div v-if="!isEditing && flags.developerMode">
|
||||||
<h4>Modrinth Maven</h4>
|
<h4>Maven coordinates</h4>
|
||||||
<div class="maven-section">
|
<div class="maven-section">
|
||||||
<CopyCode :text="`maven.modrinth:${project.id}:${version.id}`" />
|
<CopyCode :text="`maven.modrinth:${project.id}:${version.id}`" />
|
||||||
</div>
|
</div>
|
||||||
@@ -1555,6 +1555,10 @@ export default defineNuxtComponent({
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
|
|
||||||
|
button {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-member {
|
.team-member {
|
||||||
|
|||||||
@@ -169,7 +169,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #copy-maven>
|
<template #copy-maven>
|
||||||
<ClipboardCopyIcon aria-hidden="true" />
|
<ClipboardCopyIcon aria-hidden="true" />
|
||||||
Copy Modrinth Maven
|
Copy Maven coordinates
|
||||||
</template>
|
</template>
|
||||||
</OverflowMenu>
|
</OverflowMenu>
|
||||||
</ButtonStyled>
|
</ButtonStyled>
|
||||||
|
|||||||
@@ -10,6 +10,24 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
|
{
|
||||||
|
date: `2025-04-28T19:45:00-07:00`,
|
||||||
|
product: 'servers',
|
||||||
|
body: `### Added
|
||||||
|
- Added support for installing snapshot versions of Minecraft.
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
- Fixed a bug where the loader version wouldn't update after changing Minecraft version if the old loader version did not support the newly selected Minecraft version.
|
||||||
|
- Improved wording of unprovisioned servers, to inform people that newly purchased servers may be unprovisioned for a small amount of time.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
date: `2025-04-28T19:45:00-07:00`,
|
||||||
|
product: 'web',
|
||||||
|
body: `### Improvements
|
||||||
|
- Combined Apple Silicon and Intel download links for Modrinth App into one link.
|
||||||
|
- Added an option to copy a permanent link (using IDs instead of changeable slugs) to projects, users, and organizations.
|
||||||
|
- Fixed overflow issue with dev-mode Maven coordinates widget, and changed wording.`,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
date: `2025-04-26T19:15:00-07:00`,
|
date: `2025-04-26T19:15:00-07:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
|
|||||||
Reference in New Issue
Block a user