Skip to content

Commit

Permalink
graphics/oculante: update to 0.8.23
Browse files Browse the repository at this point in the history
0.8.23 (2024-07-29)
🪲 Bug Fixes

    Display image path for loading errors (fixes #387) (9bc72095)
    Prevent panic for scrubber index being out of range and allow opening images without path prefic correctly (7a9a99c1)
    update index when image in same folder is loaded (fixes #377) (f2297402)
    Switching theme removes accent color (fixes #375) (e35dea4d)
    Preserve scubber index (d9146d08)
    Prevent image removal going out of bounds (fixes #379) (9b69076f)
    Clearing and deleting an image removes it from the virtual scrubber and advances to the next according to the scrubber direction (a0b7dc5a)
    Fix issue where SVG files were detected as XML (fixes #371) (d2ce9f17)
    Compare menu works without image loaded (46a8218f)
    ClearImage can be assigned to a shortcut (b9b00aca)
    extend BSD variants (f716dfc5)

✨ Features

    Allow configuring mipmaps and linear mag/min filters (58da0b26)
    Allow passing multiple images on the command line (0a2e918a)
    Enhance scrubber experience to provide a virtual file list. (e3c45a8e)
    Detect file types by content instead of extension. Warn if mismatch happens. (59138263)
    More love for compare mode ui, option to remove current image (68a5a483)
    Allow configuring the minimum window size (1787a14f)

🍏 Chore

    deps: bump zerovec from 0.10.2 to 0.10.4 (4cf7959e)
    update resvg (be6a67f6)
    Update Notan and Egui (fc1fccef)
    update deps (031e83ce)
  • Loading branch information
0323pin committed Jul 31, 2024
1 parent c4afd2d commit f8e6367
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 504 deletions.
8 changes: 5 additions & 3 deletions graphics/oculante/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.82 2024/05/21 09:20:32 pin Exp $
# $NetBSD: Makefile,v 1.83 2024/07/31 18:00:09 pin Exp $

DISTNAME= oculante-0.8.22
PKGREVISION= 1
DISTNAME= oculante-0.8.23
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=woelper/}

Expand All @@ -16,6 +15,9 @@ TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake

.include "cargo-depends.mk"

#RUST_REQ= 1.79.0
#Upstream does not state the required MSRV.
#This package is confirmed to build with Rust 1.79.0 on amd64
USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config perl

Expand Down
Loading

0 comments on commit f8e6367

Please sign in to comment.