diff options
author | Nick White <git@njw.name> | 2024-02-16 09:41:55 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2024-02-16 09:41:55 +0000 |
commit | bf6e4762191aee0c27242f1d9cbbc2b8972c12f9 (patch) | |
tree | ea45bb9ae579fecf78c7a0f9a6e0ca7cccdd514d | |
parent | 078fb79490d099fe08fc96671cbdab735fdbfaef (diff) |
Update appdata with 1.2.0 releasev1.2.0
-rw-r--r-- | cmd/rescribe/xyz.rescribe.rescribe.appdata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/rescribe/xyz.rescribe.rescribe.appdata.xml b/cmd/rescribe/xyz.rescribe.rescribe.appdata.xml index 795b228..98916b5 100644 --- a/cmd/rescribe/xyz.rescribe.rescribe.appdata.xml +++ b/cmd/rescribe/xyz.rescribe.rescribe.appdata.xml @@ -23,6 +23,11 @@ <content_rating type="oars-1.1" /> <releases> + <release version="1.2.0" date="2024-02-16" type="stable"> + <description> + <p>Fixed bug with directories containing files with spaces causing the process to fail, added concatenated text output named bookname.txt, fixed selecting a custom training in flatpak build, fixed getgbook on arm64 MacOS, improved layout of log area to fill all available space in the window, improved readability of log area text.</p> + </description> + </release> <release version="1.1.0" date="2023-02-13" type="stable"> <description> <p>Improved PDF reading by adding support for embedded CCITT images. Improved PDF parsing to prevent a possible crash with bad PDF files. Improved error messages for unreadable PDFs. Improved GUI theme thanks to an update to Fyne.</p> |