0.1.11 version hotfixes

This commit is contained in:
Elvanos 2023-05-20 20:58:19 +02:00
parent 0d3df8eadb
commit fea69669fe
2 changed files with 16 additions and 2 deletions

View file

@ -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 <elvanos66@gmail.com>",
@ -85,4 +85,4 @@
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}
}

View file

@ -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).