Versie 14.0.0 van ShareX is uitgekomen, een versie die als pre-release wordt aangemerkt. Met dit opensourceprogramma kunnen zowel statische als bewegende beelden worden afgevangen, waarna er vervolgens verschillende bewerkingen op los kunnen worden gelaten. Wanneer je tevreden bent met het resultaat kan het worden opgeslagen naar zo'n tachtig bestemmingen, zoals Flickr, Pastebin, Dropbox, Google Drive, OneDrive, Amazon S3 en Streamable. Ook kan de functionaliteit verder uitgebreid worden met zelfgeschreven uploadmodules om ook dit onderdeel naar eigen hand te zetten. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
Changes in ShareX version 14.0.0:
- Update our Twitter account link to new username @ShareX
- Support screen capturing cursor with bigger pointer size
- Added Romanian language support
- Added zoom support to image editor
Ctrl
+ Mouse wheel: Zoom centered on cursorCtrl
++
Zoom inCtrl
+-
Zoom outCtrl
+0
Reset zoomCtrl
+Alt
+0
Zoom to fit- Added "Zoom to fit on open" option
- Added canvas color button to image editor canvas size window
- Added "Restrict region capture and cursor within the active monitor" option, which significantly improves the FPS of region capture for multi monitor owners by restricting region capture to active monitor only, so we highly recommend enabling this option if you own multiple monitors
- Added FPS limit option for region capture/image editor, default value is 100, you can disable limit by setting value to 0
- Allow 0 value for step annotation tool
- OCR improvements:
- Added offline OCR support (requires Windows 10 or newer version to work)
- ShareX will show message box if OCR is unsupported in current operating system
- Moved OCR button to Tools menu from Capture menu
- Added "Scale factor" option which resizes image input before applying OCR, which improves OCR results
- Added customizable service links, by default these services available: Google Translate, Google Search, Bing
- Added "Select region" button to OCR window, which lets you do OCR from screen without reopening the tool
- Fullscreen image preview improvements:
- Support navigation using Left arrow/Right arrow keys, mouse wheel or by clicking navigation buttons at sides
- Show file name, image size and image index at top
- Also added it as "Image viewer" tool
- Added
-ImageViewer "filePath"
CLI command- Added hotkeys for image viewer and borderless window tools
- History window improvements:
- Use virtual mode in list which only populates visible part of the list so that way when user has significant amount of history entries startup time won't be affected
- Automatically search while typing
- Automatically apply filter when value changed
- Select first item after filtering
- Removed max item count setting from history window because with virtual mode it is not necessary anymore
- Moved advanced search panel to right side and added close button
- Notification window improvements:
- Added option to automatically hide notification window when screen capturing/recording so that way when multiple screenshots taken in quick successions then notification window won't be visible in any of screenshots
- Show only last notification instead of showing multiple notifications on top of each other
- Added
-hide_banner
to all FFmpeg arguments- Increased toast window duration decimal places by 1
- Improved save image error message to suggest user to check anti virus controlled folder access feature
- Removed PortableApps support in favor of Portable builds at GitHub releases page
- Use current theme in update message box and downloader window
- Don't show update message box for dev build install
- Added bitrate option for x264 video encoder
- Support FFmpeg 5.0 when refreshing device list
- Custom uploader improvements:
- Rewritten custom uploader syntax parser from scratch, now using
{
and}
for syntax boundaries instead of$
, that way syntax can be used recursively inside each other- Removed regex list, instead first parameter of regex function must be used for regex pattern, for example:
{regex:rel="external" href="(.+)"|1}
- Removed parse response section because not necessary anymore with remove of regex list
- ShareX is going to try its best to automatically migrate old custom uploaders to new syntax but there are a few things like regex syntax that cannot be auto migrated
- Added custom uploader syntax test button near URL textbox
- Use text upload window when doing custom uploader text upload test
- Renamed Lithiio file uploader to LobFile, update LobFile API to v3
- Added "Pin to top" button to Inspect window tool
- In image effects window, allow configuring custom name for each effects
- Removed Streamable anonymous upload option because not supported by Streamable anymore
- Deleted VideoBin because their API is not available anymore