Skip to content

Commit

Permalink
Add v1.10.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Mar 31, 2024
1 parent 895429f commit 8243fdb
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 26 deletions.
62 changes: 41 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/assets/2b2t-compatible.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/2b2t-incompatible.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/colorful-description.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/pages/changelog/v1.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Release Notes
description: What's changed in CraftServer v1.10.0
layout: /src/layouts/Markdown.astro
---
## Table of Contents

<!-- Auto generated -->

## Color approximation

CraftServer will now approximate unsupported text colors to the most similar of the eight colors that Discord supports rather than displaying them as plain text.

![Colorful server description](../../assets/colorful-description.png)

## Server description reliability

CraftServer's parsing of server information has been upgraded, improving support for servers that use JSON descriptions.

![After the update; 2b2t being successfully viewed](../../assets/2b2t-compatible.png)

![Before the update; 2b2t.org failing to ping with an error of "The server appears to be online, but is incompatible with CraftServer."](../../assets/2b2t-incompatible.png)

## Forge server reliability

CraftServer is now more reliable when viewing older Minecraft Forge servers.
2 changes: 1 addition & 1 deletion src/pages/changelog/v1.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CraftServer is now posting server count statistics to unofficial Discord bot lis

![Discordlist details panel including server count](../../assets/discordlist-guild-count.png)

If you're ever been struck with a burning curiosity about how many Discord servers use CraftServer, you'll now know right where to look!
If you've ever been struck with a burning curiosity about how many Discord servers use CraftServer, you'll now know right where to look!

## Bedrock support

Expand Down
6 changes: 2 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Subheader from "../components/Subheader.astro";

<Layout
title="CraftServer Discord Bot"
description="View live information about your favorite Minecraft: Java Edition servers, directly from Discord.">
description="View live information about your favorite Minecraft servers, directly from Discord.">
<div class="text-white">
<Hero background="primary">
<h1 class="text-4xl lg:text-5xl font-title text-center">
Expand All @@ -27,9 +27,7 @@ import Subheader from "../components/Subheader.astro";
{/* Embed */}
<Embed>
View live information about your favorite
<Highlight class="bg-green-600 text-white">
Minecraft:&nbsp;Java&nbsp;Edition
</Highlight>
<Highlight class="bg-green-600 text-white">Minecraft</Highlight>
servers, directly from
<Highlight class="bg-discord text-white">Discord.</Highlight>
</Embed>
Expand Down

0 comments on commit 8243fdb

Please sign in to comment.