This commit is contained in:
Christian Beutel
2024-06-16 01:03:02 +02:00
parent aecb21aab3
commit 018545bbcd
10 changed files with 47 additions and 22 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "docs",
"version": "0.7.0",
"version": "0.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "docs",
"version": "0.7.0",
"version": "0.7.1",
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/node": "^8.2.6",

View File

@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.7.0",
"version": "0.7.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",

View File

@@ -111,7 +111,7 @@ const isNotHomepage = Astro.props.slug !== "";
class="fill-primary dark:fill-white"
font-size="0.75rem"
>
v0.7.0
v0.7.1
</text>
</svg>
</div>

View File

@@ -3,6 +3,14 @@ title: Changelog
description: What changed in the last patch?
---
## v0.7.1
### Features
- A warning is now displayed if the ORIGIN environment variable is misconfigured
### Bug fixes
- Fixes login for http connections
- Trails are now properly sorted across all pages
## v0.7.0
### Features
- Trail sort and sort direction are now remembered through a page reload