Skip to content

Releases: easymodo/qimgv

Version 0.8.4

21 Sep 21:06
Compare
Choose a tag to compare
  • fix rename window (regression)
  • show error when a file operation fails
  • [windows] fix white window flicker at startup
  • [windows] fix moving/deleting animated media

Version 0.8.3

19 Sep 15:36
6e1a7b9
Compare
Choose a tag to compare

New

  • triggerScalingFilter action
  • Support drag'n'dropping out of qimgv

Fixes

  • Save maximized window state
  • CMake fixes (VIDEO_SUPPORT option working incorrectly)
  • Some unicode fixes on windows
  • Fix lag during sorting mode switch
  • Fix icon grid behavior when a lot of files are being added/modified from outside
  • Fix clipboard file copying (via ctrl+c)
  • Load files with incorrect file extensions (when opened directly)

Windows builds

Qt 5.12.4. Both 32-bit and 64-bit builds. Just archives for now, installer coming sometime later.
Now includes QtRaw plugin.
Haven't tested it much, expect bugs!
Downloads below. Click 'Assets' if thery are not visible.

Version 0.8.2

27 Aug 17:09
Compare
Choose a tag to compare

Fix new shortcuts not working when you update from 0.7.x

Version 0.8.1

26 Aug 12:32
Compare
Choose a tag to compare

New stuff

  • qimgv will now track changes in the current directory. May not work for remote locations like smb shares.

  • You can now change sorting mode on-the-fly. It Just Werks.

  • Add sorting mode combobox in folder view. You can also assign shortcuts to sorting modes.

  • You can now rename files by pressing F2.

  • Added sxiv-like info bar at the bottom.

  • Added info panel that shows exif tags. Press I to toggle.

  • Copy current file to clipboard by pressing Ctrl+C.

  • Copy current file path by pressing Ctrl+Shift+C.

  • Force reload file F5.

  • Context menu now can be accessed by pressing Menu key.

  • You can now assign a different shortcut to context menu, it is no longer hardcoded to right click.

  • You can now assign a shortcut to toggle transparency grid display.

  • Improve folder view performance.

  • Improve touchpad scrolling when using libinput driver.

  • A more polished UI theme.

  • Split config file in two parts. The main one will not change every time you open program.

Bug fixes

  • (important one) Fixed long startup times by moving videoplayer into a separate library that is loaded ondemand. I've seen some complaints about this, please give this version a try.

  • Fix some issues with mouse event handling.

  • Fix scaling working incorrectly for webp files.

  • Fix opening wrong directory when passed . as an argument.

  • Previously when you used "Open dialog" qimgv would sometimes hang. Now it doesn't do that.

  • Saving PNG files will no longed produce huge file sizes.

Notes

  • This release may be a bit buggy as it included quite a bit of refactoring. Stuff will get fixed promptly.

  • Added ppa for ubuntu. No more compiling, yay.

  • Windows users will have to wait for 0.8.2 release (~ a week).

Version 0.7.3

30 Jan 16:55
Compare
Choose a tag to compare
  • [FolderView] Zoom support
  • [FolderView] Ability to toggle filenames display
  • [FolderView] Icon grid is now centered
  • Re-done some of the icons, added HiDPI versions
  • Startup speed optimizations
  • Multiple UI related tweaks & bug fixes
  • Fixed build with Qt 5.9 (regression)

Notes for windows release

  • Config file is now stored in conf directory
  • If you aren't using the installer make sure that you can write to conf, cache and thumbnails directories (might happen if you unpack into Program Files)
  • The default version is now without video support (see filenames)

Version 0.7.2

29 Jan 14:01
Compare
Choose a tag to compare
  • Improved HiDPI support
  • APNG support (via QtApng plugin - included in windows package)
  • Optional RAW support via QtRaw plugin
  • Separate settings for fullscreen / windowed background
  • UI performance improvements
  • Updated some icons
  • Minor startup speed optimizations
  • Crop UI improvements
  • Smooth scroll checkbox now works again
  • Fixed some other bugs
  • Added --help text

Windows build: reverted to Qt 5.11.2 runtime

0.7.1_opencv

23 Dec 22:48
Compare
Choose a tag to compare
0.7.1_opencv Pre-release
Pre-release

An attempt at using OpenCV.

Features bicubic / lanczos4 scaling + image sharpening (configurable in settings). Looks pretty good.

Version 0.7.1

18 Sep 06:40
7dd7e08
Compare
Choose a tag to compare

Fix build with Qt 5.9
Fix build with musl libc

Version 0.7

08 Aug 20:05
Compare
Choose a tag to compare

aliens

New stuff

  • Folder View mode. Toggle with Enter or Backspace. This mode will be further improved in future

  • Ability to run commands / shell scripts on a current image

    • Go to Settings/Scripts
    • Create a command
    • Add a shortcut just like for any regular action
  • Context menu

  • Video controls

  • Background transparency & blur support (KDE)

  • Directory sorting (name, date, file size)

  • Trash support

Improvements

  • A new icon

  • Redesigned settings window

  • Several ui improvements: auto-hiding top buttons, toggle-able info overlay etc

  • Updated theme

  • Exif rotation should now be auto-applied on image load

  • More responsive image switching (fixed a job management bug in Loader)

  • Configurable thread count for thumbnailer

  • Fixed some possible crashes

Other

  • Added build flags for some features (kde blur and video support)

Note: if you are upgrading and some actions are not working - reset your shortcuts

Version 0.6.3

21 Mar 17:56
162911b
Compare
Choose a tag to compare

You can now mirror images by pressing H / V keys.