0.1.5a hotfix

This commit is contained in:
Elvanos 2021-04-21 12:34:13 +02:00
parent ea7fb5ed5e
commit ee97ccfa42
4 changed files with 21 additions and 2 deletions

View file

@ -244,7 +244,7 @@
active-class="bg-gunmetal-light text-cultured"
class="noHigh"
@click="navigateToProjectPage"
:disable="!projectExists || isProjectPage"
:disable="!projectExists || isProjectPage || SGET_allOpenedDocuments.docs.length > 0"
>
<q-item-section>Resume project</q-item-section>
<q-item-section avatar>

View file

@ -70,7 +70,7 @@
</q-select>
<table class="q-mt-sm">
<table class="q-mt-sm" v-if="editMode">
<tr
v-for="(single,index) in localInput"
:key="index"

View file

@ -3,6 +3,22 @@
---
## 0.1.6
### Known issues
- POSSIBLY FIXED: When creating a brand new project, Fantasia Archive sometimes doesn't load the default categories in the left hierarchical tree. A temporary workaround before the issue is fixed is restarting the program - the project stays intact, can be normally edited and no data loss occurs.
- POSSIBLY FIXED: Some users report that dialog (popups) don't function the very first time you start FA. This is solved by restarting the application. The bug doesn't seem to appear again once FA has been started at least once before.
### Bugfixes & Optimizations
- Fixed buttons for moving list items up and down also showing outside of edit mode
- Fixed `Resume project` button working in instances where it shouldnt
### New features
### QoL adjustments
## 0.1.5a
### Known issues

View file

@ -1,4 +1,7 @@
- Fix file name symbols for OSs in new project names
- Add a way to view the project graph without closing all the documents
## THE GM BATCH
- Floating notes corkboard