8274d0a44f
+ Bug Fixes - Flip operation would always flip horizontal - When pressing right mouse, panning operation got stuck. Panning is now only possible using left or middle mouse. + Features - Show confirmation dialog when deleting a file - Stack Blur provides much faster blur performance for the blur filter - Visually indicate difference between operator types with a separator - Persistent and volatile settings are now split for easier versioning of configuration files - enable version control friendly settings - Use built in file browser + Chore - deps: bump quinn-proto from 0.11.3 to 0.11.8 - update turbojpeg and remove image dependency - Update gif/ gif-dispose - Update fast_image_resize, libavif-image, self_update, libheif-rs - update trash - Update webbrowser, wgpu, ruzstd - Update jpg2000 and add test image - update image and nalgebra OBS-URL: https://build.opensuse.org/package/show/graphics/oculante?expand=0&rev=33
10 lines
309 B
Plaintext
10 lines
309 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>
|
|
<service name="cargo_audit" mode="manual"/>
|
|
</services>
|