Skip to content

Releases: ggand0/viewskater

0.1.1

20 Oct 06:38
b6e4f47
Compare
Choose a tag to compare

Release Notes

  • Added a footer UI to display image index and copy filenames / file paths
  • Added keyboard shortcuts
  • Fixed the issue where image loading was not synced between panes in the dual pane mode
  • Fixed slider-related bugs

Technical Changes

  • Introduced batched image loading to fix the syncing issue in dual-pane mode
  • Added a global loading queue to manage image loading
  • Overhauled internal modules to improve maintainability (significant refactoring)

0.1.0

20 May 07:34
4cc40e7
Compare
Choose a tag to compare

Initial prototype release

  • Render images with Iced's Viewer widget
  • Async image loading and dynamic caching on CPU memory
  • Navigation UI with keyboard and slider, supporting continuous events
  • Single-pane / dual-pane modes