| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| QuickImageViewer.exe | 2026-08-05 | 9.5 MB | |
| README.md | 2026-08-05 | 1.4 kB | |
| v2.180.0.230 source code.tar.gz | 2026-08-05 | 135.4 MB | |
| v2.180.0.230 source code.zip | 2026-08-05 | 135.6 MB | |
| Totals: 4 Items | 280.5 MB | 0 | |
feat(Version): bump version to 2.180.0.230
-
- Prepare for new release with updated build number.
-
- Introduce crash handler breadcrumbs for better debugging.
-
- Optimize IO worker threads based on performance analysis.
-
- Enhance thumbnail panel sorting and caching logic.
-
- Improve directory window handling and sorting consistency.
-
- Refactor UIManager to handle active directory window more robustly.
-
- Update WorkerThread to reserve stack space for crash filters.
-
Bump version number in Version.h from 1.70 to 1.80.
- Add CrashHandler.cpp and CrashHandler.h for new breadcrumb functionality.
- Modify CommandExecuter.cpp to include Platform/CrashHandler.h.
- Update Constants.h with IO_WORKER_THREADS definition.
- Enhance FileHandler.cpp with SortScanResultInAppOrder and SortPathsInAppOrder functions.
- Refactor RendererD2D.cpp for accurate thumbnail budget enforcement.
- Improve MouseHandler.cpp to prevent cursor flickering between windows.
- Adjust UIManager.cpp to prefer visible directory panels over hidden ones.
- Update WorkerThread.h to reserve stack space for crash filters.
Refs: Version.h, CommandExecuter.cpp, Constants.h, CrashHandler.cpp, CrashHandler.h, FileHandler.cpp, FileHandler.h, RendererD2D.cpp, MouseHandler.cpp, DirWnd.cpp, ThumbnailPanelWnd.cpp, UIManager.cpp, BuildNumber.txt Signed-off-by: Ivan Hristov Yanev icyhoty2k@gmail.com