v0.7.0
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
dist
|
||||
.astro
|
||||
.vscode
|
||||
@@ -1,10 +1,10 @@
|
||||
FROM node:slim AS runtime
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
COPY ./dist dist/
|
||||
COPY package*.json .
|
||||
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
ENV HOST=0.0.0.0
|
||||
ENV PORT=4321
|
||||
|
||||
4
docs/package-lock.json
generated
4
docs/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"version": "0.6.1",
|
||||
"version": "0.7.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "docs",
|
||||
"version": "0.6.1",
|
||||
"version": "0.7.0",
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"@astrojs/node": "^8.2.6",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"type": "module",
|
||||
"version": "0.6.1",
|
||||
"version": "0.7.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
||||
@@ -111,7 +111,7 @@ const isNotHomepage = Astro.props.slug !== "";
|
||||
class="fill-primary dark:fill-white"
|
||||
font-size="0.75rem"
|
||||
>
|
||||
v0.6.1
|
||||
v0.7.0
|
||||
</text>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
@@ -3,6 +3,17 @@ title: Changelog
|
||||
description: What changed in the last patch?
|
||||
---
|
||||
|
||||
## v0.7.0
|
||||
### Features
|
||||
- Trail sort and sort direction are now remembered through a page reload
|
||||
- You can now pick between OpenStreetMaps and OpenTopoMaps tiles
|
||||
- The gradient track line can now display altitude, slope, and speed
|
||||
- A waypoint's coordinates can now be inferred from a photo's EXIF data
|
||||
|
||||
### Docs
|
||||
|
||||
- Added a guide for custom categories
|
||||
|
||||
## v0.6.1
|
||||
### Bug fixes
|
||||
- Fixes a bug that would show wrong comments under a trail
|
||||
|
||||
Reference in New Issue
Block a user