Skip to content

v7.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 11:48
· 499 commits to master since this release
b8c0a3b

⚠️ On Windows if you edited model.ts files in AppData, please back them up before updating, as they will be deleted in this update. Source files are now in Program Files on Windows, and the ones in AppData take precedence over them. After updating, you can put your edited model.ts files back in AppData, and they will override the default ones as expected. ⚠️

Translation

Sources

  • Add support for lists on Twitter with "list_id:ID" (6801927)
  • Add support for user IDs on Twitter with "user_id:ID" (5855f18)
  • Add basic support for Mastodon (issue #2739) (3f47e01, 61b925d)
  • Add support for "general" rating on Danbooru and Gelbooru (issue #2723) (b859ada, 37183e3)

Features

  • Reset page number when changing search in mobile version (issue #2715) (85a0b4f)
  • Ignore duplicates when adding single images for downloads (issue #2685) (95b2c04)
  • Ask to delete settings directory on uninstall (issue #2745) (2b1976f)
  • Add "authorization_code" type for OAuth2 (previously named "pkce") (401aa78)
  • Add new "added tags" option at site level (dd94e1f)

Fixes

  • Fix window title for web services options (issue #2704) (a818869)
  • Don't store settings in the macOS .app file (issue #2676) (7efa1ca)
  • Add "nobackslash" to the Szurubooru command (issue #2708) (89cc257)
  • Add qt5-qtnetworkauth-devel to Yum requirements (PR #2722) (812ce2d), thanks @SlamminCO!
  • Add Qt5Svg to Windows installer (issue #2721) (46c4ffd)
  • Add support for milliseconds in parsed datetimes (issue #2727) (0ea5327)
  • Update new issue link (issue #2734) (cebc93f)
  • Fix crash when having buttons only in the drawer (issue #2728) (1994627)
  • Add missing QScintilla DLL to ZIP package (issue #2733) (2a4e72d)
  • Disable authorization code flow without a client ID (65d9aeb)
  • Fix exiftool with utf-8 filenames on Windows (issue #2725) (0da880b)
  • Fix progress bar overlapping tags in viewer window (issue #2714) (21ccb65)
  • Update Yandex icon (PR #2751) (5380c43), thanks @adem4ik!
  • Make text wrap in new source registry settings (c6cce32)
  • Fix missing icon in tag-tab pop-ups (issue #2754) (8807ae6)

Technical

  • Optimize image files (PR #2712) (16ac60d, 552a27c), thanks @adem4ik!
  • Add support for boolean meta fields (69549b8)
  • Add script to generate a source skeleton (cb7fb0d)
  • Remove a few unnecessary DLLs from the Windows portable version (262e8f9)
  • Automatically label issue templates (10e59b2)
  • Use syntax highlighter in search field (issue #2738) (176250a, bd62354, e150982)
  • Move timer initialization to viewer window contructor (issue #2728) (a8d7a49)
  • Bump Windows OpenSSL to 1.1.1q (efa38d9)
  • Properly ignore null values returned by source files (6fd7e1d)
  • Fix invalidly called OAuth2 authorization code flow constructor (bda40fc)
  • Use "auto" for a few variables in ViewerWindow (6f60bac)
  • Stop running github actions on crowdin branch (b885725)
  • Disable rich text in search field (issue #2752) (f3c8921)
  • Update all TS files when updating translation files (077553b)
  • Add libqt5networkauth5-dev to apt-get requirements (PR #2755) (6661bbf), thanks @SlamminCO!