Skip to content

Releases: julyx10/lap

v0.1.12

30 Mar 11:05

Choose a tag to compare

v0.1.12 Highlights

  • Significantly improved thumbnail loading performance, resulting in much smoother browsing experience for large libraries
  • Improved image viewing experience, reducing flickering when navigating between images
  • Updated FFmpeg to version 8.1, improving performance and stability of video indexing
  • Added support for favorite folders (#36)
  • Replaced the RAW processing library, now supporting 20+ RAW formats and fully resolving inconsistencies between thumbnails and previews
  • Improved RAW preview experience
  • Added support for editing RAW files in JPEG preview mode, with the ability to export as JPEG and other formats
  • Added file type filtering: Image / RAW / Video (#42)
  • Fixed orientation issues in video thumbnails for certain formats (#34)
  • Added privacy settings to enhance stability and overall user experience
  • Updated frontend and backend dependencies to the latest versions
  • Various UI improvements and refinements

Bug Fixes

  • Improved indexing stability — fixed crashes caused by problematic files during scanning that could prevent the app from launching (#43, #46)
  • Fixed an issue where the total file count in albums was not updated after file operations (#32)
  • Fixed copy/paste issues in the search input field (#35)
  • Fixed fullscreen mode issues on Windows

Thanks

Many thanks to everyone who reported issues and shared valuable feedback

Change log

Full Changelog: v0.1.11...v0.1.12

v0.1.11

21 Mar 17:29

Choose a tag to compare

v0.1.11 Highlights

  • Add RAW files support (cr2, cr3, crw, nef, nrw, arw, srf, sr2, raf, rw2, orf, pef, dng, srw, rwl, mrw, 3fr, mos, dcr, kdc, erf, mef, raw, mdc)
  • Open map in Apple Maps (macOS only)
  • Support opening images/videos with external applications (configurable in Settings)
  • Added print support
  • Added native macOS menu support (⌘ + , to open Settings)
  • Added thumbnail preview in the info panel
  • Merged Adjust into Edit Image for a more streamlined editing experience
  • Improved context menu ordering for better usability
  • Support fullscreen in ImageViewer(Windows 11)
  • Support Shift/Cmd/Ctrl + double-click to open items in a new window
  • Support Shift + click range selection to enter multi-select mode automatically
  • Support keyboard navigation in album list and album folder tree
  • Improved settings structure, wording, and scaling behavior

Thanks

Special thanks to everyone who reported issues, shared sample files, and tested builds.

In particular, thanks to:

Full Changelog: v0.1.10...v0.1.11

PR Build

17 Mar 15:25

Choose a tag to compare

PR Build Pre-release
Pre-release

⚠️ This is a pre-release build.

  • Intended for testing new features and bug validation
  • Preview of the upcoming official release
  • May contain known or unknown issues
  • Not recommended for general or production use

v0.1.10

15 Mar 15:27

Choose a tag to compare

Lap v0.1.10 is a feature and stability release with important improvements for browsing, organization, and daily workflow.

A major highlight in this release is the fix for the crash issue reported in issue #13.
Special thanks to Fischmuetze, themacguru, and JochenHiller for reporting, testing, and verifying the issue.

Besides the crash fix, this release also includes:

  • Background scanning
  • Custom font size support
  • Lens grouping
  • Improved shortcuts
  • Expanded smart tags
  • Various UI improvements and optimizations

Detailed release notes: https://julyx10.github.io/lap/guide/release-notes/v0.1.10.html

Full Changelog: v0.1.9...v0.1.10

v0.1.9

11 Mar 05:58

Choose a tag to compare

Lap v0.1.9 is a focused hotfix release for stability and update behavior.

Full Changelog: v0.1.8...v0.1.9

v0.1.8

08 Mar 13:34

Choose a tag to compare

v0.1.7

28 Feb 18:19

Choose a tag to compare

v0.1.6

22 Feb 14:14

Choose a tag to compare

v0.1.5

16 Feb 04:17

Choose a tag to compare

Key changes in 0.1.5:

  • New Features: Introduced a dedicated setting to control the filmstrip preview position.
  • Fixed: Resolved issues where thumbnails would not render correctly when jumping to random positions in justified view.
  • Fixed: Fixed layout calculations for rotated images.
  • Fixed: Optimized grid view scrolling performance for a smoother experience.
  • Fixed: Optimized user interface and layout in preparation for the upcoming Windows release.

What's Changed

v0.1.4

11 Feb 02:49

Choose a tag to compare

Key changes in 0.1.4:

  • Major refactor of the grid view into a unified Gallery view with Justified, Tile, FilmStrip, and Standard Grid layout styles.
  • Improved code quality, type safety, and CI/CD stability.