Update what's new

This commit is contained in:
Luis Ángel San Martín 2023-08-26 20:40:37 +02:00
parent 12495c60ef
commit 25638a64dc

View File

@ -46,28 +46,20 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
"color:#858585;");
auto text = new QLabel();
text->setText("New metadata support and better search engine:<br/>"
text->setText("New update that brings options to enable automatic library updates and more: <br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReader</span><br/>"
" &#8226; Add shortcuts for moving by one the double page mode to the left/right, by default CTRL + SHIFT + LEFT, and, CTRL + SHIFT + RIGHT. Remember that you can change any shortcut in the shortcuts dialog. You can also achieve this functionality using the 'Go to page flow' and chossing the page you want to be on the left/right (depending on the reading mode comic/manga).<br/>"
" &#8226; Add a setting to disable scroll animations and scroll smoothing, recommended if you are using a touch pad or if you find the mouse wheel behaviour laggy.<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
" &#8226; Avoid showing stale information in the server config dialog by updating the connection information when the dialog is opened.<br/>"
" &#8226; Add new metadata support, it improves compatibility with ComicInfo.xml.<br/>"
" &#8226; Add support for showing a 'recently added/updated' indicator.<br/>"
" &#8226; Improved comic metadata dialog.<br/>"
" &#8226; Add textual tags support that can be queried through the search engine.<br/>"
" &#8226; Make '=' in the search engine work as ':' does.<br/>"
" &#8226; Add new operators to the search engine: exact match ==, <, >, <=, >=.<br/>"
" &#8226; Support filtering by since/before dates in the search engine. e.g. `added > 7` means recent content added since 7 days ago, and `added < 30` means content added before the last 30 days.<br/>"
" &#8226; Show the full library path in the dialog shown to warn about missing libraries.<br/>"
" &#8226; Fix scroll bar in the info comics view in Qt6 builds.<br/>"
" &#8226; New `Recent` smart list, it will show recent comics added.<br/>"
" &#8226; Try to detect changed files with the same name on libraries updates, there is also a new setting to decide if the modified date of a file should be used as an indicator to know if the file has been changed since it was added (disabled by default, it shouldn't be neccessary in most cases).<br/>"
" &#8226; Fix alphanumeric navigation in the folders tree view. Shortcuts were interfering the default behaviour, now some shortcuts will be ignored if the folders tree has the focus.<br/>"
" &#8226; Fix sorting in the Comic Vine series selection dialog.<br/>"
" &#8226; Fix getting only distinct rows when querying folders through the search engine. The fix is noticeable only in the iOS and Android clients.<br/>"
" &#8226; Fix crash when dropping comics in sublists. (new in 9.13.1)<br/>"
" &#8226; Fix \"Set type\" context menu the grid view for folders<br/>"
" &#8226; Add a different versioning strategy for databases. DBs version will change only when the structure changes and not when YACReader version changes.<br/>"
" &#8226; Add support for updating libraries automatically with various settings to chose from. During automatic library updates most actions are disabled, you can stop an update by clicking on the busy indicator next to the Libraries title.<br/>"
" &#8226; Improve content reloading. Navigation and selection state is no longer reseted after content changes (e.g. library updates, tags edits, etc.).<br/>"
" &#8226; The app will try to move comics and folders to the trash bin when deletions are requested, if the file system used doesn't support trash bin the files will be removed permanetly.<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReaderLibraryServer</span><br/>"
" &#8226; Add `rescan-xml-info` command.<br/>"
"<br/>"
"I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in <a href=\"https://www.patreon.com/yacreader\" style=\"color:#E8B800;\">Patreon</a> "
"or donate some money using <a href=\"https://www.paypal.com/donate?business=5TAMNQCDDMVP8&item_name=Support+YACReader\" style=\"color:#E8B800;\">Pay-Pal</a> and help keeping the project alive. "