oculante/_service
Muhammad Akbar Yanuar Mantari f13afcf5e6 - Update to version 0.9.2:
+ 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.
    - prevent dng from being loaded as tiff
    - Send frame wen editing alpha tools to prevent crash
    - Fallback to native image library if TurboJPEG fails on
      certain images, such as taken by Samsung phones
    - Add all supported heif extensions.
  + Features
    - Add Support Japanese, Arabic, Chinese
    - Enable bypassing image filters
    - generate palette from image
    - Copy palette color to clipboard, highlight palette color if
      contained
    - Basic swatch / palette UI
    - enable thumbnails in image browser
    - search files in current directory in file browser
    - Expose image save options
    - Allow storing bookmarls in the file dialog
    - Criterion benchmarks
    - Read Krita files
    - Rotate images according to their EXIF rotation data
- Add psd mimetype
- Removed cargo_audit from _service due that contains vendor now

OBS-URL: https://build.opensuse.org/package/show/graphics/oculante?expand=0&rev=43
2025-01-13 08:20:19 +00:00

9 lines
263 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="src">oculante-*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
</services>