Releases: derselbst/ANPV
Releases · derselbst/ANPV
ANPV 1.0
- Support categorizing thumbnails by sections (#44, #48) and restructure internal data handling
- Add support for JPEG XL (#54)
- Support deleting files (#55)
- Various usability and performance improvements
ANPV 0.9
- Reduce memory consumption when opening directories with many RAWs (#36)
- Fix decoded thumbnails from appearing pixelated sometimes
- Improve handling of unsupported TIFF codecs
ANPV 0.8
- Fix decoding not being started in
ViewMode::None
- Fix application-wide actions not working when MainWindow is closed
- Fix dirty image regions not repainting sometimes
- Remove KUrlNavigator and dependency to KDE
- Fix a stack-based use-after-free
ANPV 0.7
- Add URL breadcrumb navigator from KDE #25
- Prevent "Cannot open file because it's used by another process"-error to crash ANPV in some cases
- Relax memory requirements esp. when decoding tiled TIFFs (#19)
- Apply color conversion for partially decoded tiled TIFFs (#34)
ANPV 0.6
- Added partial decode support for JPEGs
- Support 16bit PNGs
- Correctly report decoding errors in ThumbnailView
- Support sorting for file extension
- Fix incorrect status reporting when loading some directories
- Fix a deadlock when opening an image, which has been queued for decoding, but decoding hasn't been started yet
- Fix an uninitialized memory access when cancelling PNG decoding
ANPV 0.5
- Select images via persistent checkboxes
- Fix encoding issues when passing file paths via commandline on Windows
- Fix a buffer underrun when opening TIFF files via commandline
- Improve usability moving or hard-linking files
- Add PNG support (#29)
ANPV 0.4
- Implement on-demand-decoding (#26)
- Fix a nullptr deref during colorspace conversions
- Do not attempt colorspace conversions of unknown colorspaces
- Minor usability and bug-fixes
ANPV 0.3
- Added a "preview all images" option
- Performance Improvements
- Support for moving files on Windows
- Support for hard linking files
ANPV 0.2
- Added an application icon
- Various improvements to the UI
- Fix broken decoding of tiled-TIFFs
ANPV 0.1
Initial version. Highly incomplete but works in general. And shouldn't crash.