Skip to content

new features#129

Merged
RafaUC merged 16 commits into
masterfrom
dev
May 24, 2026
Merged

new features#129
RafaUC merged 16 commits into
masterfrom
dev

Conversation

@RafaUC

@RafaUC RafaUC commented May 24, 2026

Copy link
Copy Markdown
Owner

New Features

Bug Fixes

  • Prevent app crash caused by a race condition when the file watcher detects a new file before the file system finishes writing t.
  • Fix visual bug where thumbnails show the new image before updating thumbnail dimensions in the main gallery when changing filters or view.
  • Fix a bug where the extra properties were not written to files because the ExifTool config file was not being correctly included in the build. Fixes Bug: Extra properties not saved in file metadata #78
  • Fix deleting files caused scroll position to reset to top. Deleting an image resets the "scroll position" #118
  • Fix visual updates in the tag selector
  • Added better focus handling to overlay floating panels.

RafaUC added 16 commits March 31, 2026 22:56
…cher detects a new file before the file system finishes writing it.
- Added to the Inspector panel in slide mode a section selector to select between the general info or a specific EXIF metadata group of the file.
… execution during add/remove tags to file selection. Potential fix to issue #114
… files. Closes #112

- Optimization: debounce watcher file updates when writing exif metadata to speed the bulk writing.

- Tags marked as headers no longer are exported starting with an "#" to improve import compatibility.

- Fix: dateModifiedOs was not correctly mapped from the backend when fetching files.
…s from working. Use the useFocusEnforcer hook to regain focus when lost. fixes #116

- Add useFocusEnforcer hook
…ng files in the background and optionally cancel it if wanted.

- Fix memory usage and progress bar updates when counting missing files in the background.
…kup scheduler initialize options in preview mode. Fixes #122
…oolbar inside the appearance settings.

- Add hotkeys for the left file info viewer and overview mode inspector.

- Fix some minor slide mode bugs.
@RafaUC RafaUC merged commit e65fc9b into master May 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Extra properties not saved in file metadata

1 participant