mirror of
https://github.com/YACReader/yacreader
synced 2025-12-17 06:33:21 -05:00
Update CHANGELOG
This commit is contained in:
@ -6,6 +6,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
|
||||
|
||||
### YACReaderLibrary
|
||||
* New customizable User Agent string to use it with Comic Vine. It can be set in YACReaderLibrary.ini in the [ComicVine] section using the `COMIC_VINE_USER_AGENT` key.
|
||||
* Prevent crash when opening the folders context menu if a folder is not selected.
|
||||
|
||||
## 9.16.1
|
||||
|
||||
|
||||
@ -69,6 +69,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
||||
" • Support for storing the new image filters from iOS and Android apps<br/>"
|
||||
" • Fixed cover loading in Comic Vine scraper (new in 9.16.1)<br/>"
|
||||
" • Added a customizable User Agent string to use it with Comic Vine. It can be set in YACReaderLibrary.ini in the [ComicVine] section using the COMIC_VINE_USER_AGENT key (new in 9.16.2)<br/>"
|
||||
" • Prevent crash when opening the folders context menu if a folder is not selected. (new in 9.16.2)<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReaderLibraryServer</span><br/>"
|
||||
" • Log libraries validation when the app starts<br/>"
|
||||
|
||||
Reference in New Issue
Block a user