YOGA Image Optimizer Changelog

What's new in YOGA Image Optimizer 1.2.4

Apr 10, 2024
  • i18n: Updated Occitan translation (@Mejans, #53)
  • misc: Added Python 3.12 support (@flozz)
  • misc!: Removed Python 3.7 support (@flozz)

New in YOGA Image Optimizer 1.2.3 (Sep 3, 2023)

  • Fixed crash when the system locale cannot be determined (@flozz, #43)

New in YOGA Image Optimizer 1.2.2 (Jan 2, 2023)

  • BUG FIXES:
  • Fixed an issue that prevents the update of the view with older Pango
  • versions (@flozz, #41)
  • TRANSLATIONS:
  • Updated Italian translation (@albanobattistella, #39)
  • Updated Spanish translation (@haggen88, #42)

New in YOGA Image Optimizer 1.2.1 (Nov 23, 2022)

  • Fixes / improvements:
  • Flatpak: use the real user cache, not the one of the Flatpak application (@flozz)
  • Added Python 3.11 support (@flozz)
  • Translations:
  • Added Brazilian Portuguese translation (@Kazevic, #36)
  • Completed Dutch translation (@Vistaus, #34)

New in YOGA Image Optimizer 1.2.0 (Oct 22, 2022)

  • Interface / User Experience:
  • More compact and less bloated interface (#17)
  • Allow opening input images in the default image viewer by double-clicking on them
  • Asynchronous generation and loading of thumbnails to not freeze the interface when importing a lot of images (#26)
  • Speeded up thumbnail loading on Linux by using already generated thumbnails from the shared cache
  • Speeded up thumbnail generation using BOX sampling instead of LANCZOS
  • Displayed a warning icon if the output image is larger than the input one
  • Bugfix / Code Improvement:
  • Fix a crash when generating thumbnails for JPEGs with an invalid orientation EXIF tag (#29)
  • Fix inverted width and height with rotated JPEGs
  • Fix a crash of the image import process when generating the thumbnail of a broken image (#27)
  • Fix a crash of the optimization batch if an error occurs when optimizing an image (#27)
  • Fix issues related to "concurrent.futures" on Python 3.7 and 3.8 (#32)
  • Updated the code to not use deprecated constants on newer Pillow versions
  • Various typo fixed (@kianmeng, #31)
  • Translations:
  • Dutch translation (incomplete) (@Vistaus, #25)
  • German Translation (Jürgen Benvenuti)

New in YOGA Image Optimizer 1.1.2 (Sep 12, 2022)

  • New translations:
  • Spanish
  • Russian
  • Updated translation:
  • Turkish

New in YOGA Image Optimizer 1.1.1 (Sep 7, 2022)

  • Fix the abnormal amount of processes created (and not cleaned) when starting an optimization (#13)