Skip to content

Releases: easymodo/qimgv

qimgv-x64_v1.0.3-alpha-128-gaeccf866

10 May 05:05
Compare
Choose a tag to compare
Pre-release

Automated build

Version 1.0.2

29 Sep 22:21
Compare
Choose a tag to compare

Bug fixes

  • fix file replace dialog not working
  • fix trackpad scroll with libinput

(both bugs are pretty bad - have to do a release...)

Misc

  • build with Qt 5.12 now works again!

Version 1.0.1

26 Sep 19:13
Compare
Choose a tag to compare

Bug fixes

  • [linux] fix mouse wheel not working with libinput 1.19 #337
  • [linux] fix smoothscroll with libinput 1.19
  • [linux] fix thumbnails not rendering properly when fractional scaling is enabled
  • [linux] fix "Save As" working incorrectly when changing file extension (KDE)
  • add confirmation when editing from folderview #339
  • fix crop selection not working when another aspect ratio is selected first #335
  • fix possible crash when opening the context menu
  • fix WheelUp / WheelDown being swapped around (no user action needed)

Version 1.0.0

22 Sep 17:18
Compare
Choose a tag to compare

What's new

General

  • Qt6 support
  • UI updates
  • Custom theme support
  • Printing support
  • Export to pdf
  • Improved image format compatibility
  • Allow image resizing by percentage #249
  • Tweak zoom step range #324
  • Add absolute zoom step option
  • Confirmation when overwriting files
  • Allow Tab key in shortcuts
  • Add slideshow / shuffle mode indication in window title
  • Adjacent directory switching (shift+left / shift+right) #304
  • Automatic seamless directory switching
  • Allow more video formats besides webm/mp4 #233
  • Zoom Lock feature #268 #306
  • Shortcut for toggling fullscreen infobar #326
  • Show in folder menu option now pre-selects current file
  • [windows] included plugins for JXL & AVIF formats
    • JXL animation needs to be manually enabled in settings

Folder view

  • Display folders
  • Display image resolution
  • Filesystem navigation via Enter / Backspace
  • Show path bar (will be improved in future)
  • Allow multi-selection
  • Mass rotate / delete
  • Improved drag'n'drop
  • Renaming now works in folderview
  • Improved thumbnail loading responsiveness
  • Unload off-screen thumbnails option #260

Misc

  • Fix video playback with the latest mpv #259
  • Fix window positioning under some window managers
  • Allow custom cache folder location #245
  • Change default thumbnailer thread count to 4
  • Fix cursor autohide on wayland #281
  • Fix context menu potentially appearing off-screen #220
  • Other minor bug fixes
  • Lots of visual fixes
  • MacOS fixes (still a bit rough, not releasing it yet)

32bit builds will be uploaded later

Version 0.9.1

04 May 23:14
Compare
Choose a tag to compare

Fixed:

  • [windows] Maximized state not being saved (regression)
  • [windows] Occasional white window flicker on startup (needs testing to make sure its gone)
  • [windows] Deleting gifs/videos didn`t work (file still being accessed due to playback)
  • [linux] Fixed incorrect window position on launch (it occasionally shifted upwards by the height of titlebar)
  • Exif orientation not being applied (regression)
  • Expand images option not working correctly when expand limit is unset
  • Building with qt <5.14 now works again

Version 0.9

30 Apr 23:33
Compare
Choose a tag to compare

What's new:

  • Directory tree & bookmarks in folder view
  • High quality scaling via OpenCV
  • Reduced memory usage when viewing zoomed images
  • Zoom level indicator
  • Image centering options
  • Slideshow mode (~ key)
  • Show directory now highlights current file
  • Improved touchpad support (see settings > controls)
  • gif playback controls. Play / pause & frame step, similar to video
  • Crop panel now has save button. Shortcut is Shift+Enter
  • Added an option to start into folder view
  • Support for HEIF / HEIC image format

Bug fixes:

  • Window state is now saved correctly fix in v0.9.1
  • Various UI fixes
  • Possible crash fix in thumbnailer

NOTE: if you are updating from v0.8.9 uninstall previous version first

Version 0.8.9

09 Feb 23:28
Compare
Choose a tag to compare

What's new

  • [FolderView] You can now edit / remove files right from folder view.
  • [FolderView] Scroll animations for keyboard navigation.
  • [Thumbnailer] Files are now stored as png. This fixes transparency in folder view.
  • [Panel] Scrollbar indicator.
  • [Viewer] Configurable zoom step.
  • [Viewer] Added another way to zoom: hold RMB and scroll.
  • [Viewer] Added expandLimit option.
  • Added jpeg save quality option.
  • Changed some default settings.
  • Updated theme & icons.

Bug fixes

  • Several bug fixes related to file operations.
  • Minor visual fixes.
  • Keyboard input fixes. All your keys should now work, including symbols accessible through shift.
  • Added an alternate input handling for other OSes like macOS / haiku / *bsd etc. Default input uses a Qt feature that is unsupported there yet.
  • Removed max zoom option.
  • [windows] Do not track subfolders.
  • [Thumbnailer] Fix for video files with % in file path.
  • [FolderView] Thumbnails are now always uncropped.
  • [FolderView] Fixes for mouse scrolling.
  • Fix some keyboard focus issues.
  • File format detection fixes.
  • Crash fixes.

Note: minimum required cmake version is now 3.13
Note 2: builds updated. Re-download if you have issues opening non-english filenames.

Version 0.8.8

12 Nov 20:22
Compare
Choose a tag to compare

What's new

  • Added volume control actions: toggleMute, volumeUp, volumeDown

  • Added mute button

  • Added showDirectory action & context menu entry. Opens current dir in the default file manager.

  • Configurable text color for fullscreen info bar

  • Off-screen thumbnails are now unloaded to save memory

Bug fixes

  • Fixed file format detection issues

  • Fixed overlays sometimes losing keyboard focus

  • Fixed moving files (regression)

  • Fixed notification not being shown on file copy / move

  • Fixed some temporary files not being removed on windows

  • Fixed crash on indexed png with transparency

  • Fixed possible crash when renaming a file

Other

  • Images are now being saved through a temporary file in case something goes wrong

  • Fixed incorrect shortcuts for frameStep / frameStepBack (they were switched around)

NOTE: builds reuploaded with a crash fix

Version 0.8.6

15 Oct 07:26
Compare
Choose a tag to compare
  • Dramatically improved startup speed.

Core & MainWindow init (worst case scenario - windows, 5200rpm hdd):
v0.8.5 ~300ms
v0.8.6 ~25ms!

While this wasn't as much of a problem on linux, you will still see a noticeable difference.

This was achieved by using lazy initialization of many ui elements, as well as avoiding some less optimized Qt classes.

  • Added some missing hidpi icons

Version 0.8.5

01 Oct 06:46
Compare
Choose a tag to compare
  • Crop: change behavior to match older versions
  • VideoControls: fix overlapping with panel
  • FolderView: scrollbar is now easier to hit while in fullscreen
  • Fix opening videos without correct mime type