Skip to content

General Fixes and Improvements

Compare
Choose a tag to compare
@NO-ob NO-ob released this 09 Jul 13:08
· 99 commits to master since this release

If you encounter any issues, please report them in github issues or in our discord server

New features:

  • Updated Flutter and dependencies
  • Improved search in tabs manager by moving all filtering away from text field into a separate menu + added a new [Duplicates] filter
  • Share button now shows download progress and tapping it while there is an active download will give you options to stop the current download or replace it with a new one
  • Since Realbooru API doesn't give correct file extensions, app will now try to guess them by making multiple requests to their servers to get the extension, if possible. This approach can lead to some issues, report us any bugs or problems
  • Added a button to go directly to a created tab from a notification after pressing [New] button in gallery tags drawer
  • Webview cache can now be cleared
  • Added Support for wildcritters

Fixes:

  • Fixed a crash when restoring backup from a huge (50mb+) database file
  • Fixed encoding when searching tags with special characters (i.e. &)
  • If request triggered a captcha check it will try to load again after exiting the webview
  • All requests (except for a few boorus) now use app useragent string instead of a browser one
  • Added a setting in [Snatching and Caching] to set a custom useragent string, please note that some cloudflare protected sites could have problems with useragents from normal browsers
  • Renamed [User ID] to [Login] for Danbooru to avoid confusion
  • Fixed [Write Image Data to JSON] setting causing issues with saving on Android 13
  • Fixed Sample quality setting not being used
  • Fixed [Default tags] setting inside a booru config not being used

and other small changes and fixes...