Skip to content

Commit

Permalink
Merge pull request #388 from YACReader/develop
Browse files Browse the repository at this point in the history
9.13.1 (fixed)
  • Loading branch information
luisangelsm committed Jul 16, 2023
2 parents 214ae69 + 7e70cf2 commit 4229df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/yacreader_global.h
Expand Up @@ -6,7 +6,7 @@
#include <QMetaType>
#include <QAbstractItemModel>

#define VERSION "9.13.0"
#define VERSION "9.13.1"

#define IMPORT_COMIC_INFO_XML_METADATA "IMPORT_COMIC_INFO_XML_METADATA"
#define COMPARE_MODIFIED_DATE_ON_LIBRARY_UPDATES "COMPARE_MODIFIED_DATE_ON_LIBRARY_UPDATES"
Expand Down
1 change: 1 addition & 0 deletions custom_widgets/whats_new_dialog.cpp
Expand Up @@ -67,6 +67,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" &#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/>"
"<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. "
Expand Down

0 comments on commit 4229df6

Please sign in to comment.