Replies: 2 comments 3 replies
-
Hi Kevin, thanks a lot for this new version. Next time, if new translations are needed in a future version, don't hesitate to ask for them before new version publishing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is it normal that this update is still not available on Winget? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.1.44
This is a big release with many new and changed behaviors. Documentation will be updated later and possibly some video tutorials on how to use the drag-to-change-crop-orientation feature, but for now, read on below!
For existing users, note that
JPEGView.ini
has been reorganized. It might be a little painful to set your changed options in the new INI, but now the options are grouped logically, and future options should be easier to find!New features:
PR Animated AVIF #143, thanks qbnu
PR QOI (Quite OK Image) support #150, thanks qbnu
CTRL + SHIFT + LMouse Drag
=> Instantly zoom into selected areaModified backport feature from fork by David Neon
FlashWindowAlert
When WrapAroundFolder=false, briefly flash window when attempting to navigate beyond the beginning or end of the file list.
(Default to enabled, since it's visual UI feedback)
BeepSoundAlert
When WrapAroundFolder=false, play the system beep sound when attempting to navigate beyond the beginning or end of the file list.
(Default to disabled, since audio feedback can be an annoyance)
Dragging the handles in
Top-Left
andBottom-Right
will change to portrait or landscape orientation if dragging in the direction to "pull" the crop into the other orientation. (Top-Left pull by w, Bottom-Right pull by h)(Effectively doubles the aspect ratios natively supported into portrait orientations)
Bugs fixed:
Changed behavior:
PR Use GDI+ to load PNGs when ForceGDIPlus or UseEmbeddedColorProfiles is true #149, thanks qbnu
IDM_TOGGLE_FIT_TO_SCREEN_100_PERCENTS
(Spacebar by default)Previous behavior: Always zoomed to center when a new image was loaded
IsSortedUpcounting
withFileSortAscending
(it is an English translatable word, and clearer on what it is related to)Zoom out: Unlimited to as small as possible
Zoom in: Unlimited as long as the image "rescaled" by zoom factor is < 65535 in any dimension (internal limitation)
Other changes:
ZoomPausePercent
The default behavior of JPEGview is to briefly pause at 100% when continuously zooming in or out. (This ensures you can always get to perfectly 100%)
This new setting allows the user to configure to a different percentage, or disable to zoom continuously with no interruption
Options should be easier to find and logically grouped. Previously, options were haphazardly added and weren't sorted in any particular order
(It might be a little painful to move your existing options over to the new INI format, but future options will be much easier to find!)
Installer Changes:
SHA-256 Checksums
Verify the release with these checksums on the release files:
This discussion was created from the release v1.1.44 Animated AVIF, Quite OK Image support.
Beta Was this translation helpful? Give feedback.
All reactions