Releases: riyasy/FlyPhotos
Release list
v2.7.0 New gestures, Exif Panel, Animated Thumbnails
❤️ Support FlyPhotos' development by sponsoring or by downloading from Microsoft Store
✨ New Features & Improvements
- Thumbnail strip is animated. Turn On in Settings. (#191)
- Added an EXIF info panel (Invoke using I key or More button). (#196)
- Added a More toolbar button (M key) consolidating commands like Print, Share etc and earlier external APP shortcut panel.
- Use shortcut key E for the old external app shortcut panel.
- Added Arabic (ar-SA) language with RTL layout except for thumbnail bar and navigation. (#107)
- Enter key now toggles maximize/restore. (#143)
- Double-click outside the image maximizes the window based on setting. (#143)
- Scroll wheel navigates (instead of zooming) when left button is held down (#143)
- Full Screen Close button also respects "Auto Hide Caption Buttons" setting (#206)
- New Shortcut P shows Print Dialog if format supported by Windows. Windows cannot natively print many formats.
- Zoom percent indicator uses tabular numerals to prevent the label from shivering in width.
- Reduced memory allocation overhead when loading HEIC/AVIF images, improving performance for large files.
- Ongoing refactoring - Extracted photo list, prefetch cache, and clipboard handling out of the core display controller for improved maintainability and stability. (#184)
🐞 Bug Fixes
- Fixed Setting screen icons rendering wrong or as boxes in Windows 10. (#200)
- Fixed an issue where RAW decoder toggle or priority order change not reflecting on current photo. (#186)
- Fixed Drag pan being discarded when initiated during a zoom animation. (#190)
- Fixed an issue where the auto-hide mouse doesn't work as expected. (#203)
❓ FAQ
Got questions, or running into an issue? Please check out our Frequently Asked Questions (FAQ) page for quick answers and troubleshooting steps.
Thanks to everyone who reported issues and suggested improvements. Looking forward to your feedback on this release.
v2.6.5 Even Better Zoom and Zoom animation
❤️ If you like FlyPhotos, you can support FlyPhotos by sponsoring or by downloading from Microsoft Store
This update brings further zoom quality improvements, a crash fix, and startup optimizations.
✨ New Features & Improvements
- Added Anisotropic as a new image scaling algorithm - sharper and smoother than Bilinear while remaining performant. (#177)
- You can drag the Fly window (when in windowed state) by clicking and dragging the background (#143)
- Replaced live off-screen rendering with 3-level mip maps for even smoother zoom animations. (#177)
- General startup performance optimizations. (#167)
- Nvidia specific zoom optimizations (#55, #185)
🐞 Bug Fixes
- Fixed an invisible crash on app close when backdrop was set to Mica or Acrylic. (#183)
- Fixed an issue where Zoom animation ends with a subpixel snap (#185)
❓ FAQ
Got questions, or running into an issue? Please check out our Frequently Asked Questions (FAQ) page for quick answers and troubleshooting steps.
Thanks to everyone who reported issues and suggested improvements. Looking forward to your feedback on this release.
v2.6.2 Improved Zoom Quality and Smoothness
If app is crashing for anyone (if they had set backdrop to "Frozen"), check bug #183
❤️ If you like FlyPhotos, you can support FlyPhotos by sponsoring or by downloading from Microsoft Store
This update focuses on zooming quality and smoothness, along with a few important bug fixes.
✨ New Features & Improvements
- New smoother physics algorithm for zooming animation for a more natural and fluid zoom experience. (#177)
- Eliminated image pixelation during zoom animations, resulting in cleaner and sharper visuals while zooming. (#166)
- New Setting to select image scaling algorithm
Nearest Neighbour/Bilinear/High Quality Cubic(#166) - Added support for Hungarian language. Thanks to @Szelleem who provided the translation. (#107)
🐞 Bug Fixes
- Fixed an issue where mouse side buttons could sometimes behave like a left mouse button click. (#172)
- Fixed a frame tearing issue that could occur while zooming using a touchpad. (#173)
🌍 Supported Languages
English, German, French, Spanish, Japanese, Korean, Italian, Polish, Russian, Ukrainian, Dutch, Swedish, Finnish, Simplified Chinese, Traditional Chinese, Malayalam, Portuguese (Portugal), Portuguese (Brazil), and Hungarian.
❓ FAQ
Got questions, or running into an issue? Please check out our Frequently Asked Questions (FAQ) page for quick answers and troubleshooting steps.
Thanks to everyone who reported issues, translated the app, and suggested improvements!
Looking forward to your feedback on this release.
v2.6.1
This is a quick follow-up release to address a regression introduced in the previous version.
The issue could cause standard Windows controls (minimize/restore/close) to disappear after repeatedly toggling Full Screen mode, making the application difficult to use.
🐞 Bug Fixes
- Fixed Windows controls disappearing after toggling back and forth FullScreen (#170)
❓ FAQ
Got questions, or running into an issue? Please check out our Frequently Asked Questions (FAQ) page for quick answers and troubleshooting steps.
❤️ Support FlyPhotos
If you like FlyPhotos, you can support FlyPhotos by sponsoring
v2.6.0 New Installer Tech
❤️ If you like FlyPhotos, you can support FlyPhotos by sponsoring or by downloading from Microsoft Store
✨ New Features & Improvements
- New WiX-based installer for the free MSI version. No more uninstalling previous versions before upgrading.
- Fixed visibility issues with caption buttons (minimize, restore, close). (#168)
- Fixed issues with background and theme switching introduced in the previous release.
🌍 Supported Languages
English, German, French, Spanish, Japanese, Korean, Italian, Polish, Russian, Ukrainian, Dutch, Swedish, Finnish, Simplified Chinese, Traditional Chinese, Malayalam, Portuguese (Portugal) and Portuguese (Brazil).
❓ FAQ
Got questions, or running into an issue? Please check out our Frequently Asked Questions (FAQ) page for quick answers and troubleshooting steps.
Thanks to everyone who reported issues, translated the app, and suggested improvements!
Looking forward to your feedback on this release.
v2.5.22 Sleeker, faster, and more fluid than ever
❤️ If you like FlyPhotos, you can support FlyPhotos by sponsoring or by downloading from Microsoft Store
If you are using MSI to install, IN-PLACE UPGRADE will not work. Please uninstall previous version and install the new version. Your settings won't be affected.
This update brings a lot of new features and improvements. Please go through the list carefully.
✨ New Features & Improvements
- Auto Hide Caption buttons (minimize, restore, close) when mouse is not near them. (#164)
- Ctrl + Drag should move the window (#143)
- Click outside photo to exit for Maximized and FullScreen state now made optional (#103)
From last release
- Added a completely new rendering pipeline for pan and zoom animations. All your lagging/stuttering issues should be fixed now. FlyPhotos can now render at your monitor's maximum refresh rate and has been tested up to 144 FPS, resulting in an incredibly fluid, buttery-smooth experience. This is the biggest rendering rewrite since launch. (#153).
- Added a redesigned and reorganized Settings screen. (#156)
- Added an option to scale small images to fill the screen instead of displaying them at 1:1 size as default. (#154)
- Added an option to launch FlyPhotos in Maximized, Fullscreen or Previous state. 'Previous state' option remembers size, position, and monitor windowed/maximized state (but no fullscreen). (#149)
- Added more keyboard and mouse shortcuts. See the table below for the complete list. (#146)
- Added keyboard shortcuts for launching external applications. (#155)
- Improved SVG rendering speed while reducing memory usage. (#145)
- Added support for selecting RAW decoder priority for speed or compatibility. (#139, #97)
- Added support for Russian (thanks to @syntetic-sudo), Ukrainian (thanks to @prodbysanya), Portuguese, and Simplified Chinese / zh-CN (thanks to @xpxxy). FlyPhotos now supports 18 languages! (#133)
- Lots of optimizations for speed and performance.
🐞 Bug Fixes
- Fixed an issue where Animated AVIF images could lag on certain laptops running in power-saving mode. (#153)
- Fixed an issue where thumbnail generation was slow for network paths. (#137)
- Fixed an issue where using the mouse side button to switch images resulted in low resolution. (#162)
⌨️ New Keyboard & Mouse Shortcuts
| Shortcut | Action |
|---|---|
| W | Locate file in Explorer |
| L | Rotate image anti-clockwise |
| R | Rotate image clockwise |
| F | Fit to Window |
| A | Actual Size |
| E | Open External Editors panel |
| Ctrl + 1-4 | Launch configured external editor |
| Alt + Enter | File Properties - General tab |
| D | File Properties - Details tab |
| S | Windows Share dialog |
| F11 | Toggle Fullscreen |
| Middle Mouse Button | Toggle Fullscreen |
| Mouse Wheel Tilt Left / Right | Navigate photos |
| Mouse Forward Button | Next photo |
| Mouse Back Button | Previous photo |
| Long Press Right Mouse Button | Continuous zoom in |
🌍 Supported Languages
English, German, French, Spanish, Japanese, Korean, Italian, Polish, Russian, Ukrainian, Dutch, Swedish, Finnish, Simplified Chinese, Traditional Chinese, Malayalam, Portuguese (Portugal) and Portuguese (Brazil).
❓ FAQ
Got questions, or running into an issue? Please check out our Frequently Asked Questions (FAQ) page for quick answers and troubleshooting steps.
Thanks to everyone who reported issues, translated the app, and suggested improvements!
Looking forward to your feedback on this release.
v2.5.21 Sleeker, faster, and more fluid [Preview in store]
❤️ You can support FlyPhotos by sponsoring or by downloading from Microsoft Store
Version 2.5.21 will be available in the Store only for some time. Please allow a couple of weeks for the MSI release.
This update moves FlyPhotos to Windows App SDK 2.0, and many of the supporting DLLs have changed. I need some time to clean up unnecessary dependencies and test the installer before releasing the MSI version. I've also spent the last few weeks rewriting large parts of FlyPhotos' rendering pipeline to support your GPU and monitor's maximum refresh rate, so I'm taking a short breather before completing the MSI packaging work.
Thank you for your patience!
This update brings a lot of new features and improvements. Please go through the list carefully.
✨ New Features & Improvements
- Added a completely new rendering pipeline for pan and zoom animations. All your lagging/stuttering issues should be fixed now. FlyPhotos can now render at your monitor's maximum refresh rate and has been tested up to 144 FPS, resulting in an incredibly fluid, buttery-smooth experience. This is the biggest rendering rewrite since launch. (#153).
- Added a redesigned and reorganized Settings screen. (#156)
- Added an option to scale small images to fill the screen instead of displaying them at 1:1 size as default. (#154)
- Added an option to launch FlyPhotos in Maximized, Fullscreen or Previous state. 'Previous state' option remembers size, position, and monitor windowed/maximized state (but no fullscreen). (#149)
- Added more keyboard and mouse shortcuts. See the table below for the complete list. (#146)
- Added keyboard shortcuts for launching external applications. (#155)
- Improved SVG rendering speed while reducing memory usage. (#145)
- Added support for selecting RAW decoder priority for speed or compatibility. (#139, #97)
- Added support for Russian (thanks to @syntetic-sudo), Ukrainian (thanks to @prodbysanya), Portuguese, and Simplified Chinese / zh-CN (thanks to @xpxxy). FlyPhotos now supports 18 languages! (#133)
- Lots of optimizations for speed and performance.
🐞 Bug Fixes
- Fixed an issue where Animated AVIF images could lag on certain laptops running in power-saving mode. (#153)
- Fixed an issue where thumbnail generation was slow for network paths. (#137)
- Fixed an issue where using the mouse side button to switch images resulted in low resolution. (#162)
⌨️ New Keyboard & Mouse Shortcuts
| Shortcut | Action |
|---|---|
| W | Locate file in Explorer |
| L | Rotate image anti-clockwise |
| R | Rotate image clockwise |
| F | Fit to Window |
| A | Actual Size |
| E | Open External Editors panel |
| Ctrl + 1-4 | Launch configured external editor |
| Alt + Enter | File Properties - General tab |
| D | File Properties - Details tab |
| S | Windows Share dialog |
| F11 | Toggle Fullscreen |
| Middle Mouse Button | Toggle Fullscreen |
| Mouse Wheel Tilt Left / Right | Navigate photos |
| Mouse Forward Button | Next photo |
| Mouse Back Button | Previous photo |
| Long Press Right Mouse Button | Continuous zoom in |
🌍 Supported Languages
English, German, French, Spanish, Japanese, Korean, Italian, Polish, Russian, Ukrainian, Dutch, Swedish, Finnish, Simplified Chinese, Traditional Chinese, Malayalam, Portuguese (Portugal) and Portuguese (Brazil).
❓ FAQ
Got questions, or running into an issue? Please check out our Frequently Asked Questions (FAQ) page for quick answers and troubleshooting steps.
Thanks to everyone who reported issues, translated the app, and suggested improvements!
Looking forward to your feedback on this release.
v2.5.20 Lots of new formats
❤️ You can support FlyPhotos by sponsoring or by downloading from Microsoft Store
If you are using MSI to install, IN-PLACE UPGRADE will not work. Please uninstall previous version and install the new version. Your settings won't be affected.
This update brings lot of features. Please go through the list carefully.
✨ New Features & Improvements
- Added support for Animated AVIF images. (#127)
- Added support for Animated WebP images. (#125)
- Added support for HE / HE* Nikon NEF RAW files created by newer cameras such as Nikon Zf, Z8 and similar models. (#129)
- Added support for .cin, .dpx, .exr, .fits, .hdr, .pam, .pbm, .pct, .pcx, .pfm, .pgm, .pix, .pnm, .ppm, .pict, .qoi, .ras, .rgb, .rgba, .sgi, .sun, .tga, .ff. (#131)
- Added the ability to run multiple instances of FlyPhotos. (#114)
- Added an option to clear Fly's disk cache. (#132)
- Added option to use Embedded JPEG instead of full RAW decode for RAW files. Please note Full RAW decode is OFF by default. (#129)
- Lot of optimizations for speed and performance
🐞 Bug Fixes
- Fixed an issue where photos were not displayed in alphabetical order when viewed directly from a memory card. (#130)
- Fixed an issue where FlyPhotos switched to the first photo when DPI scaling changed. (#128)
- Fixed an issue where MSI apps were linking to wrong exe in app selector dialog in Fly settings.
- Fixed an issue where Icon size for store apps were small when listing in app selector dialog in Fly settings.
TIP : You can select Fly itself as a program in App Selector Dialog in Fly Settings screen. So that any photo can be launched in new Fly Window while browsing.
Thanks to everyone who reported issues and suggested improvements!
Looking forward to your feedback on this release.
v2.5.18 - Patch Release
❤️ You can support FlyPhotos by sponsoring or by downloading from Microsoft Store
If you are using MSI to install, IN-PLACE UPGRADE will not work. Please uninstall previous version and install the new version. Your settings won't be affected.
This is a patch release to fix two bugs. One is a regression issue.
🐞 Bug Fixes
- "Open with Fly" Context menu was getting added even if we uncheck that option during installation. And worse if we click it, we are getting an error box (#124)
- Image Positioning logic had issues when the DPI scale was not 100%. Strange that it didn't get reported in the last six months. (#122)
v2.5.17
❤️ You can support FlyPhotos by sponsoring or by downloading from Microsoft Store
If you are using MSI to install, IN-PLACE UPGRADE will not work. Please uninstall previous version and install the new version. Your settings won't be affected.
This update brings lot of features. Please go through the list carefully.
✨ New Features & Improvements
- New App Icon and File Type Icon. (#113)
- Remember last window state (window size/position/monitor/state windowed-maximized) (#112)
- Full screen toggle shortcut using F11 (#118)
- Windows ARM64 support (#120) - Thanks to @talynone for contributing
- Additional image format support in Windows 10 even if WIC codecs are missing(#116)
- Traditional Chinese (Taiwan) (zh-TW) translation added (#121, related to #107). Thanks to contributor @AkazaRenn
🐞 Bug Fixes
- In MS Store version, Windows explorer tooltip was overwritten by Fly for associated files. Fixed. (#111)
- Support for copying, opening and deleting hidden files (#119)
- Delete not working in certain conditions - Fixed (#102)
Thanks to everyone who reported issues and suggested improvements!
Looking forward to your feedback on this release.