Skip to content

Release 0.9.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 22:14

refs/tags/0.9.2 (2025-01-12)

🪲 Bug Fixes

  • Prevent application from saving current channel to settings file. The current image channel now is reset between restarts as this was confusing to users. (98ebe9e)
  • prevent dng from being loaded as tiff (96417bb)
  • Send frame wen editing alpha tools to prevent crash (f4eb469)
  • Fallback to native image library if TurboJPEG fails on certain images, such as taken by Samsung phones (3a8b34c)
  • Add all supported heif extensions. Fixes #457 (2e316a9)

✨ Features

  • Simplified Chinese support (dfb6b67)
  • Arabic language support (0851570)
  • Support Japanese, Arabic, Chinese (a5b0dc7)
  • Enable bypassing image filters (60beaf6)
  • generate palette from image (932e9ae)
  • Copy palette color to clipboard, highlight palette color if contained (Closes #572, #571) (4279a7d)
  • Basic swatch / palette UI (f105239)
  • enable thumbnails in image browser (d39b79d)
  • search files in current directory in file browser (1a1775c)
  • Expose image save options (372aeef)
  • Allow storing bookmarls in the file dialog (bf5b7e1)
  • Criterion benchmarks (c821883)
  • Read Krita files (711b666)
  • Rotate images according to their EXIF rotation data (dbeb9a9)
  • Heif format is bundled in release for Apple Silicon macs (extra heif build available for intel macs) (dbd7146)
  • Heif support in OSX release builds (0e1a3d7)

🍏 Chore

  • Filters are in scrollable list (01264bb)