Version bump for v0.12.0 (#1024)

* Update version to v0.12.0 across documentation, configuration, and Docker files

* Collapse Troubleshooting and Guides sections in documentation config
This commit is contained in:
Sean Morley
2026-02-23 09:00:13 -05:00
committed by GitHub
parent bec90fe2a5
commit c6efdaa75b
7 changed files with 154 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ export default defineConfig({
priceCurrency: "USD",
description: "Open-source version available for self-hosting.",
},
softwareVersion: "v0.11.0",
softwareVersion: "v0.12.0",
license:
"https://github.com/seanmorley15/adventurelog/blob/main/LICENSE",
screenshot:
@@ -235,7 +235,7 @@ export default defineConfig({
},
{
text: "Troubleshooting",
collapsed: false,
collapsed: true,
items: [
{
text: "No Images Displaying",
@@ -253,7 +253,7 @@ export default defineConfig({
},
{
text: "Guides",
collapsed: false,
collapsed: true,
items: [
{
text: "Admin Panel",
@@ -271,12 +271,16 @@ export default defineConfig({
},
{
text: "Changelogs",
collapsed: false,
collapsed: true,
items: [
{
text: "Development Timeline",
link: "/docs/changelogs/development_timeline",
},
{
text: "v0.12.0",
link: "/docs/changelogs/v0-12-0",
},
{
text: "v0.11.0",
link: "/docs/changelogs/v0-11-0",