v0.9.0
This commit is contained in:
@@ -2,9 +2,12 @@
|
|||||||
## Features
|
## Features
|
||||||
- Complete visual overhaul of the list page
|
- Complete visual overhaul of the list page
|
||||||
- Lists can now be shared with other users
|
- Lists can now be shared with other users
|
||||||
|
- Updates visual style for waypoints
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
- Fixes a bug that caused categories not to load properly on page reload
|
- Fixes a bug that caused categories not to load properly on page reload
|
||||||
|
- Fixes icon picker suggestions for waypoints
|
||||||
|
- Fixes a bug that would prevent public and shared trails from showing up in the overview
|
||||||
|
|
||||||
|
|
||||||
# v0.8.2
|
# v0.8.2
|
||||||
|
|||||||
4
docs/package-lock.json
generated
4
docs/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "docs",
|
"name": "docs",
|
||||||
"version": "0.8.2",
|
"version": "0.9.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "docs",
|
"name": "docs",
|
||||||
"version": "0.8.2",
|
"version": "0.9.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.7.0",
|
"@astrojs/check": "^0.7.0",
|
||||||
"@astrojs/node": "^8.2.6",
|
"@astrojs/node": "^8.2.6",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "docs",
|
"name": "docs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.8.2",
|
"version": "0.9.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ const isNotHomepage = Astro.props.slug !== "";
|
|||||||
class="fill-primary dark:fill-white"
|
class="fill-primary dark:fill-white"
|
||||||
font-size="0.75rem"
|
font-size="0.75rem"
|
||||||
>
|
>
|
||||||
v0.8.2
|
v0.9.0
|
||||||
</text>
|
</text>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,6 +3,17 @@ title: Changelog
|
|||||||
description: What changed in the last patch?
|
description: What changed in the last patch?
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## v0.9.0
|
||||||
|
### Features
|
||||||
|
- Complete visual overhaul of the list page
|
||||||
|
- Lists can now be shared with other users
|
||||||
|
- Updates visual style for waypoints
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
- Fixes a bug that caused categories not to load properly on page reload
|
||||||
|
- Fixes icon picker suggestions for waypoints
|
||||||
|
- Fixes a bug that would prevent public and shared trails from showing up in the overview
|
||||||
|
|
||||||
## v0.8.2
|
## v0.8.2
|
||||||
### Features
|
### Features
|
||||||
- The pagination is now available at top and bottom
|
- The pagination is now available at top and bottom
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wanderer",
|
"name": "wanderer",
|
||||||
"version": "0.8.2",
|
"version": "0.9.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user