Releases: deeffest/DEEF-Lite-Image-Viewer
Releases · deeffest/DEEF-Lite-Image-Viewer
3.0-beta
2.1
2.0.2
2.0.1
2.0
Update 2.0!
- Complete abandonment of PyQt Fluent Widgets interface, now only standard widgets from PyQt5 are used.
- Viewing images is now done via QLabel instead of QGraphicsView.
- Removed almost all functionality of the app (temporarily).
- You can now view folder content through the Dock widget (you can hide it if you want).
- Replaced the standard method of checking a file (extension list) by checking its mimetype.
- Added the ability to open full screen mode.
1.3
- Github is now used for bug reports, Google Form - bye bye.
- Now when an update is successfully found, you can see what's new in it.
- Long-awaited localization of the application, 7 languages have been added!
Among them:ru_RU
,es_ES
,zh_CN
,fr_FR
,de_DE
,ja_JP
anduk_UA
.
1.2
- Significantly improved functionality of the Open Image Address dialog, now you can select a local file or paste an image address.
- Added possibility to view image properties.
- Added possibility to send Bug Report via Google Form (located in the settings interface).
- Changed the logic of switching the previous/next image, now when opening a file, its entire directory is added to the list, and it is used to switch forward/backward.
- Now when deleting a file the program switches to the next image.
- Fixed a bug where the settings for saving the last window size and the settings for checking for updates at startup did not work properly.
- Other changes and improvements.