From fea69669fee23c71b8c423b3ddfed4aa271bc169 Mon Sep 17 00:00:00 2001 From: Elvanos Date: Sat, 20 May 2023 20:58:19 +0200 Subject: [PATCH] 0.1.11 version hotfixes --- package.json | 4 ++-- src/documents/changeLog.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 974b512..cb29572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasiaarchive", - "version": "0.1.10", + "version": "0.1.11", "description": "A database manager for world building", "productName": "Fantasia Archive", "author": "Elvanos ", @@ -85,4 +85,4 @@ "npm": ">= 6.13.4", "yarn": ">= 1.21.1" } -} +} \ No newline at end of file diff --git a/src/documents/changeLog.md b/src/documents/changeLog.md index 04f87cd..3338fe0 100644 --- a/src/documents/changeLog.md +++ b/src/documents/changeLog.md @@ -3,8 +3,22 @@ --- +## 0.1.11 + +### Known issues + +- Creating a brand new project can very occasionally get stuck. Restarting the app fixes this. +- Loading existing project can very occasionally get stuck. Restarting the app fixes this. +- Saving documents can sometimes leave it in edit mode instead of closing it (data gets saved anyway). + +### Bugfixes & Optimizations + +- Fixed PDF exports in regards to the @at links in text editors (thanks AkroMentos!) + ## 0.1.10 +### Known issues + - Creating a brand new project can very occasionally get stuck. Restarting the app fixes this. - Loading existing project can very occasionally get stuck. Restarting the app fixes this. - Saving documents can sometimes leave it in edit mode instead of closing it (data gets saved anyway).