Show upload with sharex button in windows explorer context menu

ShareX

ShareX 13.4.0 — 2020-12-16

  • Added thumbnail size option to main window right click menu
  • Added Nord dark & light themes (by @botatooo)
  • Added Dracula theme
  • Visual improvements to setting windows navigation bars
  • Added border style option to annotations (solid, dash, dot, dash dot, dash dot dot)
  • Added tile option to “Image” image effect
  • Support drag n drop .sxie files to image effects window
  • Added CMYK support to screen color picker name format
  • Added title option to Gfycat uploader

ShareX 13.3.0 — 2020-10-29

[Action Required] Important announcement for Windows 7 users:

We updated .NET Framework version to 4.7.2 in the previous ShareX update. Microsoft recommends that a specific TLS version should not be hardcoded so that way the latest supported TLS protocols by the operating system can be used automatically. That is what we did too but then after our previous ShareX release we noticed even though Windows 7 supports TLS 1.2, it was still not using the latest version automatically and needed to hardcode TLS 1.2 in our code to support it. Therefore, due to the lack of TLS 1.2 support auto updater of ShareX is broken for Windows 7 users and ShareX must be updated manually from ShareX web site or you can download dev build inside ShareX app.

  • Added image effects listing to after capture tasks sub menu
  • Added menu icon size option to region capture
  • Added lock menu option to region capture that way toolbar grips can be hidden
  • Added duplicate button and hotkey Ctrl + D to image editor
  • In image editor show menu tooltips for task status
  • Added option to swap Enter key behavior in annotation text input box
  • Added arrow head direction option (by @Scrxtchy)
  • Added bayer scale option to GIF bayer dithering mode (by @Scrxtchy)
  • Screen record encoding progress is now shown in tray icon
  • Added watch folder option to automatically move files to screenshots folder
  • Added “Replace result URL using regular expression substitutions” option to task settings
  • Added file compare support to “Hash check” tool
  • Added clipboard viewer tool
  • Created image effects web page which you can download example image effects, and also added link to it in image effects window
  • When .sxie file opened, ask for enabling image effects if not already enabled
  • Removed export/import buttons from image effects window, because packager button can be now used for exporting image effects
  • Added “Color depth” image effect (by @somethingSTRANGE)
  • In “Image” image effect allow using -1 for absolute size to use 100% canvas size, so -1 width means 100% canvas width
  • Added margin mode option to “Canvas” image effect (by @7coil)
  • Added context menu font option to theme settings
  • Visual changes to hotkey tips in main window
  • Added error message support to custom uploaders
  • Added Japanese language support (by @kanaxx)
  • Removed Q hotkey from region capture because users keep pressing it accidentally
  • Added screen color picker format options to include 0-1 colors $r1 , $g1 , $b1 (by @JakeCover)
  • Added alternative screen color picker format, which can be used by Ctrl + click , default format is: $r255, $g255, $b255 (by @tomastalian3)
  • Added screen color picker info text option, default format is: RGB: $r255, $g255, $b255$nHex: $hex$nX: $x Y: $y
  • Added maximum item limit option to history window
  • Using custom text notification window now instead of Windows notification/balloon tip
  • Added first time minimize to tray notification
  • Added “DevMode” option to application settings advanced tab, this option enables some hidden features such as “Restart ShareX as admin” button in tray menu

ShareX 13.2.1 — 2020-09-08

  • Bug fixes
  • Updated FFmpeg download URL to GitHub because previous host has announced closure

ShareX 13.2.0 — 2020-08-31

  • Upgraded .NET Framework to version 4.7.2. If 4.7.2 or newer version of .NET Framework is not installed on system then it will be installed automatically by the ShareX installer
  • Added smart eraser annotation tool*
  • Added image alignment option to image combiner tool
  • Added experimental UseAlternativeClipboardCopyImage option to “Application settings window -> Advanced tab” which copies images to clipboard with these formats to let supported applications to read image with transparency and file name info:
    • 24 bitmap with background filled white
    • 32 bit PNG image
    • 32 bit premultiplied DIB
    • HTML fragment (for filename)
  • Added option to support transparent region selection in screen recorder
  • Added light version of dark icons which will be used automatically in main window and annotation bar when current theme is dark
  • Use custom theme colors in region capture tooltips
  • In region capture when moving, resizing or panning use grab cursor
  • Added hotkeys for image splitter, image thumbnailer, video converter and QR code (Decode from screen)
  • Added “Override screenshots folder” option to hotkey task settings window
  • Added icons to each hotkey task in hotkey task settings window
  • If checker size option of theme is 0 then use solid color for backgrounds
  • Region capture “Enable animations” option will also affect border ants animation
  • Added raw URL option to Seafile file uploader (by @user6323)
  • Added “Amazon S3 One Zone-Infrequent Access” and “Amazon S3 Intelligent-Tiering” Amazon S3 storage classes
  • Added shared drive support to Google Drive file uploader (by @SupSuper)
  • Added Portuguese language (by @FarewellAngelina)
  • Allow access level selection for Box file uploader shareable link (by @fib25)
  • Removed apply theme button as theme changes will now be applied automatically
  • Removed experimental custom theme check box, so now it is always enabled if custom theme is enabled
  • Improvements to settings save/load system to avoid unexpected setting resets:
    • When settings are saved to file, it is stored in Windows hard disk cache, so when electricity is lost or PC is not shutdown properly while settings are already in hard disk cache then this was causing the latest settings file and backup of previous settings file to be corrupted, whereas now ShareX bypasses hard disk cache while saving settings and copying backups to avoid this issue *Added two more fallback options when loading settings: temp and last weekly backup file. So if the latest and previous setting files somehow manage to become corrupt then as a last resort ShareX will load the last weekly backup of the settings file. New settings load fallback order is:
      • Latest setting file: Documents\ShareX\ApplicationConfig.json
      • Temp latest setting file: Documents\ShareX\ApplicationConfig.json.temp
      • Backup of previous setting file: Documents\ShareX\Backup\ApplicationConfig.json
      • Last weekly backup file: Documents\ShareX\Backup\ApplicationConfig-2020-05-W22.json
  • Uploader passwords are now encrypted using DPAPI while saving settings
    • Important: If you would like to backup your settings then use “Application settings window -> Settings tab -> Export button” instead of copying Documents\ShareX folder, otherwise you may have problems with encrypted passwords
  • Improvements to gradient maker window which is mainly used for image effects:
    • Added gradient presets list*
    • Allow creating gradient even when start (0%) and end (100%) gradient stop is missing
    • Gradient stops will be automatically ordered by location
    • Added “Reverse” button to be able to reverse locations of gradient stops
    • Show colors as icon in gradient stop list which also helps seeing transparent colors because of checkered background
  • Image effect related changes:
    • Redesigned image effects window
    • Register .sxie extension for ShareX image effects
    • Added -ImageEffect «filePath» CLI command, which is what .sxie extension use
    • Added image effect packager (“Packager” button in image effects window), which lets you create .sxie files. Advantage of packager compared to previous .json export is package can contain image files required for image effect to function, but also ease of importing image effects for users which is just double clicking .sxie file*
      • You can check out the examples in the #image-effects channel in our Discord server or show your image effects to us*
    • Added “ImageEffects” folder to ShareX personal folder
    • Added %ShareXImageEffects% path variable which will be used in all image effects which requires file or folder path, so when you supply path which is inside ShareX image effects folder then that section of the path will be automatically replaced with %ShareXImageEffects% . Reason for this is, if you share image effect to another user and if that users image effects folder is in custom location then path will still match correctly. Image effect packager also making sure that you can’t select assets folder outside of ShareX image effects folder to make sure that paths will match correctly
    • Added interpolation mode option to “Image” (previously called “Image watermark”) image effect, for example Nearest neighbor is handy when you want to make image border with 1px length image and extend it to fill whole image length, without this option extended image was looking blurry because of anti aliasing while drawing enlarged image
    • Added compositing mode option to “Image” image effect, for example Source copy option is handy when you want to draw image border corner which is rounded and contains transparency, those transparent pixels will be drawn directly without blending with image underneath that way you can make sure corners are transparent
    • Added opacity option to “Image” image effect
    • Added size aspect ratio support to “Image” image effect when 0 is used for width or height
    • Added text rendering mode option to “Text watermark” image effect
    • Added “Text” image effect, it allows drawing text with gradient outline and shadow*
    • Added “RGB split” image effect (by @L1Q)
    • Add “Force proportions” image effect (by @L1Q)
    • Added palette size option to “Selective color” image effect
    • Added padding and outline only options to “Outline” image effect
    • Backward compatibility breaking change: Removed GradientType , Color2 and UseCustomGradient options from image effects, instead UseGradient and Gradient options can be used
  • Added area and perimeter info to ruler tool
  • Added “Add image effects” button to main window task menu
  • Added -ImageEffects «filePath» CLI command
  • In main window thumbnail view if upload fails then shows error label top of thumbnail which when clicked will open error window
  • Added “Pick color from clipboard” button to color picker
  • If your clipboard contains color (hex or rgb) while opening any color dialog then it will load color from clipboard automatically and show tooltip to notify user
  • Updated Kutt API to v2 and added custom domain support
  • Removed file extension from YouTube video title
  • For new installations default tray middle click action now is “Upload from clipboard with content viewer”
  • Added display path options to directory indexer tool (by @JamieSharpe)
  • Image editor auto crop tool will account all inserted images and annotations while calculating crop region (by @Scrxtchy)

ShareX 13.1.0 — 2020-03-01

  • Added “Theme” tab to the Application settings window
    • If “Use custom theme” option is enabled then you can select “Dark” or “Light” theme presets from dropdown menu or make your own custom theme
    • If you only want the main window to have custom theme then you can uncheck “Apply custom theme to all windows” option to disable automatic theming of other windows
  • Thumbnail view in main window now supports multi selection by holding Ctrl / Shift and selecting thumbnails
  • Thumbnail view now supports key shortcuts, previously only available in list view
  • Added thumbnail title location option to main window right click menu
  • Added “Run action” sub menu to main window task right click menu
  • Step annotation tool can now have a tail, which can be shown by dragging the resize node
  • Added week of year pattern for file naming: %wy
  • Added random emoji pattern for file naming: %remoji
  • Added URLEncodeIgnoreEmoji option to Application settings Advanced tab which is needed when using emojis in file name. Currently this is only supported in Amazon S3 and Google Cloud Storage uploaders
  • Added Persian language support (by @pourmand1376)
  • Added “Particles” image effect. For example, it can be used to add snowflakes to screenshots
  • Removed random position option from image watermark because “Particles” image effect can be used for the same purpose
  • Added multi color gradient support to border & background image effects
  • Preview image in image effects window now resizes automatically to fill empty area
  • Added social media buttons to bottom left of main window, such as Twitter and Discord
  • Added “Video converter” tool, which supports encoding using these encoders:
    • H.264 / x264
    • H.265 / x265
    • VP8 (WebM)
    • VP9 (WebM)
    • MPEG-4 / Xvid
    • GIF
    • WebP
    • APNG
  • Added “Image splitter” tool, which can be used for instance, to make giant emojis for Discord
  • Added color name label to color picker tool
  • Support special folder variables in “Actions” file paths, for example: %ProgramFiles%
  • Added Opus as an option for FFmpeg audio codec (by @Scrxtchy)
  • Added VP9 (WebM) encoding support to screen recording
  • In “Export / Import” tab added “Settings” and “History” checkboxes to let users select what they want to export
  • History is now stored as JSON instead of XML, XML history file will be automatically migrated to JSON history file on startup
  • Screen recording encoding progress percentage is now available in tray icon tooltip
  • History window now supports mass copying (by @C03)
  • Added screen color picker support to color dialogs in region capture
  • In QR code window, decode result links are now clickable
  • In file exists window support Enter and Esc inputs
  • Removed Google+ URL sharing service

ShareX 13.0.1 — 2019-08-28

  • Bug fixes
  • Removed TinyPic image uploader

ShareX 13.0.0 — 2019-08-24

  • Added thumbnail view mode to main window
    • Added “Switch to list view” button to right click menu which can be used to return to list view
    • Clicking on image file thumbnails shows fullscreen image preview
    • For non-image files, file icon will be shown instead and clicking on them opens the file
    • Clicking on thumbnail title will open URL or file path, depending on which one exists
    • Added “Hide thumbnail title” button to right click menu to be able to have compact thumbnail view
    • Colored glows at the top of thumbnails are status indicators; green means task is running, blue means task is done and red means upload failed
    • File thumbnails can be dragged to copy file to Windows Explorer or another application
  • Added dark theme support which is enabled by default
    • If you do not like the dark theme then you can return back to light theme by unchecking “Use dark theme” option from application settings window
    • “Use dark theme” option only enables dark mode in main window and tray menu. If you would like all windows to use dark theme then check “Experimental dark theme” option in application settings window. The reason why we decided not to enable this option by default is because this option works by changing color properties of each control to dark theme colors but most controls in Windows Forms look bad when their color properties are changed or do not completely support changing the control colors
  • Added dark title bar support for Windows 10 17763 or higher (by @sylveon)
  • Moved “Use white ShareX icon” option to application settings general tab
  • Added image size label to fullscreen image viewer
  • Added select & move annotation tool (by @Danielku15)
  • Added “Switch to drawing tool after shape selection” and “Switch to selection tool after shape drawing” annotation options (by @Danielku15)
  • Added magnify annotation tool
  • Added Zero Width Shortener URL shortener
  • Support video uploads to Imgur (Because Imgur is recognised as an image destination, to be able to upload video files to Imgur you must configure ShareX to upload mp4 files to Imgur from “Task settings window -> Uploader filters tab”)
  • Support audio in Gfycat video uploads
  • Support custom uploader syntax in FTP URL path
  • Added “Response info” tab to custom uploader settings window
  • Show update message box when about window update checker label is clicked instead of immediately downloading the update
  • If upload is stopped or failed when early copy URL option is enabled then clear the clipboard
  • Added expiration support to Teknik file and text uploaders
  • Added Intel Quick Sync encoding support to screen recording, provides hardware H.264 encoding on Intel Sandy Bridge CPUs and up and hardware H.265 encoding on Skylake CPUs and up via a dedicated die on the processor chip (by @sylveon)
  • Added option to disable notification toast windows when active window is fullscreen (Task settings window -> Advanced tab -> DisableNotificationsOnFullscreen)
  • Added option to disable hotkeys when active window is fullscreen (Application settings window -> Advanced tab -> DisableHotkeysOnFullscreen)
  • Show balloon tip warning when application settings fail to save (Main reason we added this notification was because anti-virus software or the controlled folder access feature in Windows 10 tend to block ShareX from saving settings without users being aware)
  • Added “Set public-read ACL on file” option to Google Cloud Storage (by @lucario)
  • Support wildcard characters in history window filename filter and image history window search
  • Added random non ambiguous alphanumeric character support for file naming, example usage: %rna
  • Added “Show stats” button to history window which shows statistics calculated from history
  • Added refresh button to image effects window
  • Added slice image effect
  • Added random position option to image watermark effect

ShareX 12.4.1 — 2019-02-23

ShareX 12.4.0 — 2019-02-20

  • Added screenshot delay shortcut to main window and tray capture menu
  • Added white ShareX icon option to “Application settings window -> Advanced tab”
  • Custom uploader related changes:
    • Moved custom uploader settings to its own window in the destinations menu to make it easier to access
    • Added request, response and test tabs to create more space
    • Added “Parameters” option which will be used to generate URL query string
      • If the request URL contains a query string then it will be automatically converted to parameters for backward compatibility, and the query string will be removed from the request URL
    • Added request “Body” option with these options:
      • No body
      • Form data (multipart/form-data)
      • Form URL encoded (application/x-www-form-urlencoded)
      • JSON (application/json)
      • XML (application/xml)
      • Binary
    • For backward compatibility: if request method is POST then body will be set as “Form data”, for rest of request methods “No body” will be set; if “No body” is selected then all arguments will be moved to parameters
    • Allow overriding “Content-Type” and “Cookie” headers
    • Added “Beautify” and “Minify” buttons for JSON data
    • Added syntax highlighting support to all URL fields
    • Added syntax menu to result URL fields
    • Support $filename$ syntax in request URL and result URLs
    • Store application version in custom uploader JSON to be able to better support backward compatibility
    • Improve custom uploader batch import speed
    • Added response text tab in test tab which also has “JSON format” and “XML format” buttons to tidy response text
    • Removed “Response type” option
    • Added $responseurl$ syntax, which can be used in place of previously removed redirection URL response type
      • For backward compatibility: if redirection URL response type is used previously and URL field is empty then $responseurl$ syntax will be added to URL field automatically
    • Added $header:name$ syntax, it can be used to get specific response header value
      • For backward compatibility: if location header response type is used previously then $header:location$ syntax will be added to URL field automatically, but unfortunately automatic conversion of headers response type won’t be possible therefore warning text about it gonna be added to URL field
    • Support drag & drop importing of sxcu files
    • UI improvements to use data grid instead of add, update, remove buttons to let updating parameters, headers, arguments and regex list more easier
    • Set automatic name watermark for name textbox to make it obvious that name field is optional and it will be generated automatically
  • Added following OCR related options to task settings window (by @stuntguy3000):
    • Process OCR silently
    • Process OCR on dialog open
    • Automatically copy results to clipboard
  • When OCR is used for the first time, ask for permission from the user
  • Support long file paths on Windows 10 when group policy is enabled
  • Added “Filter missing files” option to image history
  • Added Amazon S3 signed payload option
  • Added delete input file option to “Task settings -> Actions”, which will only delete file if the output file path is different from the input file path
  • Remember last save directory in image editor
  • Implement Google Photos API because Picasa API is deprecated (by @lucario)
  • Add user customizable gaussian blur to image effects (by @sylveon)
  • Added Teknik file uploader, text uploader and URL shortener (by @uncled1023)
  • In FTP settings, respect “Append remote directory to URL path” option even when “URL path” is empty
  • In region capture, allow using proportional resizing Shift or snap resizing Alt together with corner moving Ctrl
  • Added copy image dimensions option to main window context menu
  • QR code decode button will now scan for all barcode types instead of just QR code
  • Removed webpage capture which was using Internet Explorer to render, because built in browser capture methods are superior to this method
  • Added right click and middle click actions for toast notification (Task settings window -> Advanced tab)
  • Added optional setting to strip color space information chunks from PNG image (Application settings window -> Advanced tab)
  • Added another easter egg to about window
  • Show close button in region capture toolbar when Windows is in tablet mode
  • Added JPEG quality option to image thumbnailer
  • Added standard colors palette to the color picker dialog
  • In color picker dialog, double clicking color palette box will select that color and close dialog automatically
  • Added apply button for personal folder setting which will also restart ShareX so user don’t have to manually
  • Allow changing name parser auto increment number from task settings window
  • Added early copy URL support (Task settings window -> Advanced tab) for Amazon S3 and Azure Storage
  • Added early copy URL support for Google Cloud Storage (by @lucario)
  • Improved upload error output to include more details about request
  • Removed FTP client tool
Читайте также:  Linux cmake cxx compiler

ShareX 12.3.1 — 2018-11-19

ShareX 12.3.0 — 2018-11-09

  • Added two pass encoding option to screen recording; basically it records lossless with highest performance option then after recording is done, it applies your encoding options. That way you can select slow encoding option for low file size output without sacrificing recording performance
  • Added WebP encoding support to screen recording
  • Added APNG encoding support to screen recording
  • Added AMF encoding support to screen recording (by @sylveon)
  • Removed screen record CLI option because task actions already have same functionality and with new two pass encoding option it was not that required anymore
  • Added Kutt URL shortener support
  • Added Backblaze B2 file uploader support (by @tinybarks)
  • Added Mexican Spanish language support (by @absay)
  • Save buttons in image editor will use task settings to generate name if file name is not supplied yet, that way user can save without use “Save as…” dialog first
  • Added URL filtering support to history window
  • Added search support to image history window
  • Moved image history settings from toolbar to its own settings window
  • Show total and filtered item count in image history window title bar
  • When a task is using OCR, save result to a text file with same name (by @YueLinHo)
  • Added “Use light resize nodes” option to region capture options menu which makes resize nodes transparent
  • Changes to personal path detection, you can find detailed info about how ShareX decides about personal path in here
  • Modified default file name pattern to use random alphanumeric: %pn_%ra <10>for new installations. If you want previous date time file naming then you can replace it with: %pn_%y-%mo-%d_%h-%mi-%s
  • Support name pattern in custom capture path
  • When using %pn (process name) name pattern empty spaces will be replaced with underscore
  • Added starting step number option to step drawing tool (by @Fyers)
  • In image editor text input window, properly handle enter key with CJK input (by @tinybarks)
  • In custom uploader regex syntax | character will be used as group separator instead of , to be consistent with other syntaxes, for backward compatibility , character is still going to be supported for some time
  • Removed support for old implicit custom uploader regex syntax such as $1,1$ now regex syntax must be declared explicitly like this $regex:1|1$
  • Added select syntax to custom uploader parser which shows window for user to select single option; example syntax: $select:domain1.com|domain2.com$
  • Added prompt syntax to custom uploader parser which shows input dialog for user to type text; example syntaxes: $prompt$ $prompt:title$ $prompt:title|default value$
  • Added base64 syntax to custom uploader parser, example syntax for authorization header: Basic $base64:username:password$
  • Added custom uploader syntax support to arguments and headers as well
    • Note: If you would like to use $ or \ characters in any of syntax supported sections then you must escape them with \ . Like this: \$ \\
  • Use a cryptographically stronger random value generator, for example while generating random file name (by @tinybarks)
  • Added option to automatically select last completed task in main window (Application settings -> Advanced tab -> AutoSelectLastCompletedTask)
  • Add upload log button to debug log window (by @sylveon)
  • Remember column widths of main window task list
  • Full screen image viewer will now show on active monitor (by @Fyers)
  • Allow toast notification to have image preview even when image isn’t saved as file (by @sylveon)
  • Added support for extensionless uploads on Google Cloud Storage (by @sylveon)
  • Added expiry time option to ownCloud / Nextcloud (by @jdon)
  • Added Imgur album paging to support listing more than 50 albums on album list
  • FTPS upload was accepting SSL 3.0 and TLS 1.0 previously, now instead it will accept TLS 1.0, TLS 1.1 and TLS 1.2
  • Improved reliability of ShareX auto start on Microsoft Store installations (by @sylveon)
  • ShareX will automatically start after Microsoft Store finished updating ShareX (by @sylveon)
  • Now Windows shutdown will wait for ShareX to save settings instead of closing it before ShareX have time to save settings (by @sylveon)
  • Clipboard content viewer now will cache content and upload it instead of what is in clipboard when “OK” button is pressed (by @CookieMichal)
  • Bidirectional control characters from file name will be removed before uploads
  • “Install dev build” button now always visible in application settings window

ShareX 12.2.0 — 2018-06-22

  • Added new image editor / region capture keybinds:
    • Image editor
      • Ctrl + S Save image
      • Ctrl + Shift + S Save image as…
      • Ctrl + Shift + C Copy image to clipboard
      • Ctrl + U Upload image
      • Ctrl + P Print image
    • Drawing tools
      • R Rectangle
      • E Ellipse
      • F Freehand
      • L Line
      • A Arrow
      • O Text (Outline)
      • T Text (Background)
      • S Speech balloon
      • I Step
      • B Blur
      • P Pixelate
    • Other tools
      • C Crop image
  • You can see all available key bindings from here
  • Holding Ctrl will ignore shape intersection; that way you can, for example draw a rectangle inside another rectangle without selecting it
  • Added draggable custom scroll bar to the image editor, which automatically hides when the image is fully inside the window (by @L1Q)
  • Added gradient text color support to image editor “Text (Outline)” tool
  • Added confirmation message box for unsaved changes when user closes the image editor by pressing title bar close button, Esc key or Right click
  • When pasting image, inserting image file or inserting image from screen, show insert image dialog which allows automatically expanding canvas to bottom or right side and inserting image there
  • Allow to hide or show magnifier with mouse wheel, for example you can Mouse wheel down until magnifier disappear and Mouse wheel up to show it back
  • Image editor will stop rendering when it’s out of focus to reduce unnecessary CPU usage
  • Added Enter and Esc key support to image editor dialogs
  • Added recent colors support to color picker which remembers last used 32 colors for quick selection
  • Screen color picker now shows current color sample in a rectangle next to its value
  • Added screen color picker support to image editor color picker
  • Added Ukrainian language support (by @6c6c6)
  • Added Indonesian language support (by @Nicedward)
  • Added show “Edit with ShareX” button in Windows Explorer context menu option to “Application settings window -> Integration tab”
  • Added support to escape custom uploader argument and header patterns with \
  • Support referrer and user-agent headers in custom uploaders
  • Added Cloudflare DNS to DNS changer tool
  • Added Firebase Dynamic Links URL shortener (by @matthewburnett)
  • Added YouTube file uploader (by @SupSuper)
    • Tip: There is no specific destination type for videos but you can use uploader filters to force files with video extensions to upload to desired destinations like this
  • Added Google Cloud Storage file uploader (by @matthewburnett)
  • Updated OneDrive uploader to Microsoft Graph API, this change allows using OneDrive for Business and uploading higher size files (by @SupSuper)
    • Note: If you were using OneDrive destination, you need to re-authenticate
  • Added Wasabi endpoint to Amazon S3 endpoints list
  • Added Azure Storage custom upload path support (by @Lego6245)
  • Added Azure Storage$root container support (by @Lego6245)
  • Container name won’t be appended to Azure Storage custom domain automatically anymore, can be added manually to custom domain section if needed
  • Removed auto container creation from Azure Storage upload to decrease upload time
  • Added URL preview to Azure Storage tab to make configuring easier
  • Removed GitHub gist anonymous upload support because it is deprecated
  • Removed Google URL shortener because it is deprecated
  • Removed Dropfile, Pastee and CoinURL
  • Added after capture task “Scan QR code” (requires image to be saved as file)
  • Added “Ask for confirmation when aborting screen recording” option (by @stuntguy3000)
  • Added upload image button to image effects window
  • Added selective color image effect which allows making two color images
  • Added color option to canvas image effect
  • Added sides option to auto crop image effect
  • High DPI improvements for UI (by @SupSuper)
  • When ShareX is updating, setup will be run with /UPDATE parameter which makes sure that the setup will not apply initial tasks again such as creating desktop shortcut or context menu entries (by @sylveon)
  • Added option to replace non-unreserved characters by underscores (by @sylveon)
  • If pre-release updates checkbox is checked then dev build install button will show up
  • Added upload file and edit image context menu buttons to history and image history windows
  • Added hotkey repeat limit option (Application settings -> Advanced tab)

ShareX 12.1.1 — 2018-03-25

ShareX 12.1.0 — 2018-03-19

  • Upgraded .NET Framework version to 4.6.2. Because of this upgrade Windows XP and Windows Vista is not supported anymore. If you don’t have .NET Framework 4.5 or higher is installed, ShareX auto updater will not be able to show new update because we are using GitHub API to check for updates and they require TLS 1.2 now which is not supported with .NET Framework 4.0. For detailed information click here
  • We now have a vanity Discord invite link: https://discord.gg/ShareX
  • Added image editor autosize start mode, which will resize the window to fit the image. If the image is too big then window will be maximised
  • Added sticker tool
  • Added Blob Emoji sticker pack
  • Added these buttons to image editor, image menu
    • New image (Creates empty canvas)
    • Open image file
    • Insert image file
    • Insert image from screen
    • Crop image
    • Auto crop image (Removes same color sections from edges)
    • Add image effects (Allows you to apply various effects to whole image)
  • Added paste image/text button to image editor, edit menu
  • Added visual scroll bars for panning (by @L1Q)
  • Added resampling option to image size dialog
  • Added “Font size” option to step tool
  • Added “Use letters” option to step tool
  • Added confirm and cancel buttons to image editor crop tool, which will allow moving or resizing crop region before confirming
  • Show area info text in crop tool
  • Added image interpolation mode option to “Image (File)” and “Image (Screen)” tools
  • Added “Drop shadow color” option
  • Added “Auto close editor on task” option, for example if you click “Upload image” on image editor toolbar then editor will close automatically if this option is enabled
  • In image editor paste Ctrl + V also gonna check for image files addition to image
  • Holding Ctrl while using sticker tool will use last sticker instead of opening sticker picker
  • Holding Ctrl while using image file tool will use last image file instead of opening file dialog
  • Added image editor startup dialog when editor is opened from tools menu
  • Removed Greenshot image editor
  • Using authorization header authentication for Amazon S3 now instead of presigned URL, this change allows to support DigitalOcean Spaces
  • Added new Amazon S3 regions: China (Ningxia), EU (Paris)
  • Added DigitalOcean Spaces Amsterdam, New York and Singapore endpoints to Amazon S3 regions list
  • Allow to disable public-read ACL on files uploaded via Amazon S3 (by @sylveon)
  • Added random domain syntax support for Amazon S3 (by @sylveon)
  • Added option to remove file extensions on Amazon S3 uploads (by @sylveon)
  • If JPEG image contains orientation metadata then the image will be rotated automatically
  • Added “Show cursor” quick setting to main window and tray capture menu
  • Added auto crop to image effects window
  • Added size mode option to image watermark effect (by @RedMser)
  • In destinations menu, unauthorized uploaders will be shown as red. If user tries to upload to any of these destinations then destination settings window with selected uploader tab will be opened automatically
  • Added decode button to QR code encode picture box right click menu
  • Renamed “ownCloud” to “ownCloud / Nextcloud” to make it clear Nextcloud is supported
  • OwnCloud / NextCloud direct link option gonna use /preview link now instead of /download
  • Added random adjective %radjective and animal name %ranimal pattern for file naming similar to Gfycat naming which is: %radjective%radjective%ranimal
  • Added random line from a file %rf pattern for file naming (by @AtlasTheBot)
  • Added $filename$ pattern for custom uploader arguments, it is only usable when custom uploader type is image, text or file
  • Support name patterns in custom uploader headers
  • Support escaping custom uploader URL syntax with \ character (by @ArsenArsen)
  • Added markdown copying options to also history window (by @stuntguy3000)
  • Update recorder devices to latest version
  • Added Google Translate button to OCR window (by @9joao6)
  • Added upload image and decode buttons to QR code window context menu
  • Make QR code input textbox multi line
  • Use UTF-8 for QR code encoding and restrict length to 2952 bytes
  • Make sure QR code output is square image
  • Using FluentFTP library now for FTP/FTPS uploads instead of deprecated System.Net.FtpClient library
  • Added /NORUN parameter support to ShareX setup which can be used together with /SILENT or /VERYSILENT to install ShareX silently without run it afterwards
  • Because of .NET Framework update now we can use built in Zip functions and no need to use 7-Zip library anymore, because of this change importing backups (.sxb files) from previous ShareX versions not gonna work because those were exported using 7z compression but you can extract them manually to Documents/ShareX folder yourself
  • Added .sxcu file association to Windows Store build (by @sylveon)

ShareX 12.0.0 — 2017-11-27

  • Added windowed mode support to image editor
  • Added panning support to image editor, hold middle mouse button to pan canvas (by @L1Q)
  • Added real time image effect (blur, pixelate, highlight) preview support to image editor
  • Added “Image” menu to image editor toolbar with these items:
    • Image size
    • Canvas size
    • Rotate 90° clockwise
    • Rotate 90° counter clockwise
    • Rotate 180°
    • Flip horizontal
    • Flip vertical
  • Added image editor start mode option to “Options” menu:
    • Normal window
    • Maximized window (Default)
    • Remember and use previous window size, position and maximized state
    • Fullscreen
  • Added image editor background color option to “Options” menu
  • Added cursor type option to cursor drawing tool
  • Show image size, file name and FPS in image editor title bar
  • Image editor last selected tool will be remembered separately from region capture
  • Changed region capture/image editor resize node visuals
  • Support proportional resizing when dragging resize node while holding Shift
  • Added QR code decode support, which can scan multiple QR codes at the same time from screen or file
  • Added “Upload text” to main window upload menu and as hotkey
  • Added “Shorten URL” to main window upload menu and as hotkey
  • Removed update button from custom uploaders tab because now settings apply instantly
  • If custom uploader name field is empty then name will be generated automatically from request url, which is recommended for consistency
  • Custom uploader won’t export with empty request url or destination type
  • While exporting custom uploader all default or empty values will be ignored, that way JSON output can be more compact
  • Added custom URL sharing service support, which can be used for example for Discord webhooks
  • Added response syntax to custom uploader which can be used in URL fields
  • Added random syntax support to custom uploader request URL
  • Added Text/URL input to custom uploader arguments/headers value suggestion list
  • Renamed Picasa to Google Photos
  • Removed dead uploaders: Someimage, Imgland, Minus, Uplea
  • Added image effects preset list support, this will cause previous image effect settings to reset
  • Added markdown copy options to main window task context menu
  • Removed Amazon S3 reduced redundancy storage option because it is now deprecated and even costs more than standard storage to encourage moving to standard storage
  • Added standard infrequent access storage option to Amazon S3
  • Hide notification window from Alt + Tab and Win + Tab menu (by @sylveon)
  • Implemented latest paste.ee API, this will cause previous authentication setting to reset
  • Implemented latest Flickr API which is using OAuth for authentication now, this will cause previous authentication setting to reset
  • Added direct link option to Flickr
  • Updated Lithiio to new API which is using username/password for authentication now instead of Steam OAuth
  • Increased Twitter message character limit to 280
  • Windows Store ShareX build is now using .NET Framework 4.6.1 so there is no need for additional executable to handle Centennial startup changes anymore (by @sylveon)
  • Touch input improvements for region capture (by @mghiasi75)
  • Watch folder feature will also check for file size multiple times to make sure that file is not being written before starting upload
  • Added ShareX Discord server invite link to main window, you can press X button to permanently hide it
  • Both Discord and Patreon buttons will be automatically hidden when main window task list is not empty
  • Pressing Esc in quick task menu will close it
  • Added verbose request logs option to application settings advanced tab which can be used to debug upload related issues
  • Added drag and drop file from history window support (by @campbeb)
  • Support Ctrl + A in OCR results window (by @campbeb)
  • Main window image preview can now be positioned on the bottom (by @campbeb)
  • Removed https option for Imgur and instead always https will be used because now it is used by default on Imgur
  • Show current version and latest version in update message box
  • In application settings window middle mouse clicking on pre-release check box will download latest dev build from AppVeyor but it should be only used for testing purposes because dev builds can be unstable and therefore not recommended for production use
  • Updated design of ShareX web site to have dark colors

ShareX 11.9.1 — 2017-08-14

ShareX 11.9.0 — 2017-08-06

  • ShareX is now available on Windows Store!
  • Added Italian language support (by @pjammo)
  • Added cursor tool to region capture which allows moving, deleting or adding more cursors
  • Added multiple center point support to line and arrow tools
  • Added arrows on both ends option to arrow tool
  • Added batch image thumbnailer tool
  • Added random syntax to custom uploader, which can be used to return random domain each upload
  • Added custom domain support for Azure storage (by @Lego6245)
  • Added padding and border size option to text watermark
  • Added unread counter to news button

ShareX 11.8.0 — 2017-07-04

  • Added “News” button to main window which will show new updates or announcements
  • If after capture task “Annotate image” is selected and there are no annotations applied in region capture, the annotation window will open automatically after region selection, which will allow users to annotate after region selection similar to previous ShareX versions
  • Added “Crop” tool, which is not available when in region capture mode
  • Added “Image (Screen)” tool, which allows to duplicate area from the screen to move to a different position
    • Tip: You can use this tool to create an inverse blur highlighting effect. First blur the part of the area which should become the background, then use this tool to exclude the area that should not be blurred from the rest of the image.
  • Added disable animations option to region capture options menu
  • Region animation speed is now slightly faster
  • Changed toolbar highlight animation to not look like a progress bar
  • In region capture when using multi region, non active regions will use static ant border instead of blinking border
  • PersonalPath.cfg file which stores custom personal folder path will be saved to Documents\ShareX instead of %localappdata%\ShareX folder and old file will be automatically migrated to new location
  • Tray icon progress animation changes
  • FTP settings UI remade to be more user friendly
  • While opening the color picker, if clipboard contains color text ( r, g, b , #hex etc.) then that color will be used as current color automatically
  • Color picker will show old color where possible (for example if opened in image annotation window) under current color
  • In color picker if transparent button is pressed when alpha is 0, then alpha will be set to 255 which will allow quick toggling between 0 and 255
  • In region capture if an element is resized to be too small and resize nodes start overlapping, ShareX will now hide some of those resize nodes to allow for more precise control
  • Changes to default annotation settings
  • In order to increase image annotation performance some tools are now using lower quality rendering during annotation, but higher quality for final output
  • Added curved edge support to torn edges image effect
  • Added Screen recording (GIF) default hotkey Ctrl + Shift + Print Screen for new installations
  • Added configurable environments support for Azure storage (by @nta)
  • Added infinity expire time option to Plik file uploader (by @mxschmitt)
  • PNG bit depth is now configurable through task settings. Automatic detection will scan the image and apply best option for lower file size without quality loss
  • Now it is possible to drag n drop file from ShareX main window task list to Discord client

ShareX 11.7.0 — 2017-04-14

  • We now have a Discord server: https://discord.gg/E4R3Qa9
  • Added Traditional Chinese translation (by @alantsai)
  • Implemented new Gfycat API with user account upload support (by @Dinnerbone)
  • Added Plik file uploader support (by @mxschmitt)
  • All capture methods are now able to detect the active window automatically. If the active window region is equal to or bigger than the capture region, it is used for the %t (Window title) and %pn (Process name) naming syntax. For example; if you are taking a fullscreen capture and active window is maximized or fullscreen, then it will be automatically used for file naming
  • ShareX annotation mode is now enabled by default for new installations and will be used instead of Greenshot image editor
  • If a ShareX annotation is opened by an “After capture” task, then the following task buttons will now be available in the toolbar:
    • Apply changes & continue task Enter
    • Continue task Space / Right click
    • Cancel task Esc
  • The ShareX annotation window now uses a dark background around the image and shows checkers only behind the image
  • Added animation to region & shape selection border
  • Added animation under annotation toolbar on startup to make it more noticeable, because there is a lot of people still don’t know there is toolbar in region capture and it is possible to annotate using it
  • Reimplemented Amazon S3 from scratch to not use Amazon SDK libraries and allow more customization
  • Added custom endpoint/region support to Amazon S3 so other services which are compatible with Amazon S3 API with v4 signature can be used
  • Added a path style request option to Amazon S3 to support some custom services which require it
  • Added “Google image search” to the main window task list right click menu and as a URL sharing destination
  • Removed Dropbox public folder support because as of March 15, 2017 public folders have been disabled by Dropbox but shareable links can still be used
  • Removed Dropbox shortened URL option because it is not supported in Dropbox API v2; ShareX now uses fully API v2 endpoints because API v1 is going to be deprecated soon
  • Added Dropbox “Use direct link” option as check box which is usable with shareable links
  • Added custom domain support for GitHub Enterprise Gist anonymous uploads (by @mxschmitt)
  • Add content type header to Azure Storage uploads so the browser can show content without requiring to download it (by @Scrxtchy)
  • Drag & dropping files from image history are now allowed
  • Added “Reset settings” button to “Application settings -> Export / Import tab”
  • HTTPS endpoints in Pastebin are now being used

ShareX 11.6.0 — 2017-02-23

  • Added outlined text drawing tool Drawing: Text (Outline) to region capture, previous text drawing tool was named as Drawing: Text (Background)
  • In region capture text input window pressing Enter accepts text and close input window, Ctrl + Enter inserts new line
  • Added cancel button to region capture text input window which ignores text changes and close input window, you can also press Esc
  • Added ShareX Firefox addon (Application settings -> Integration tab)
  • Added Azure Storage support (by @wi5nia)
  • Added workaround to support TLS 1.2 when .NET Framework 4.5 or newer is installed in system
  • Added option to disable region capture annotation support (Task settings -> Advanced tab)
  • Allow drag n drop file upload support to actions toolbar
  • Added additional hotkeys for main window task list and hotkey info text for its right click menu items
    • Open URL Enter
    • Open file Ctrl + Enter
    • Open folder Shift + Enter
    • Copy URL Ctrl + C
    • Copy file Shift + C
    • Copy image Alt + C
    • Copy file path Ctrl + Shift + C
    • Upload Ctrl + U
    • Download Ctrl + D
    • Edit image Ctrl + E
    • Delete task from list Del
    • Delete file locally Shift + Del
  • Removed info button from main window because most tasks hotkey visible in right click menu now
  • Removed sli.mg image uploader because the service is dead

ShareX 11.5.0 — 2017-01-25

  • Region capture related changes:
    • Added drop shadow support
    • Replaced rounded rectangle shapes with corner radius option to rectangle shapes
    • Added capture last region button to capture menu
    • Added edit menu to toolbar:
      • Undo Ctrl + Z
      • Delete Del
      • Delete all Shift + Del
      • Bring to front Home
      • Bring forward Page up
      • Send backward Page down
      • Send to back End
    • Annotation options will be reset to new defaults
    • Changed visual of arrow cap
  • Added customizable actions toolbar which is accessable from tray menu
  • Added toggle actions toolbar and exit ShareX hotkeys
  • Added ShareX custom uploader extension .sxcu support. Users can now simply double click .sxcu files. ShareX can activate custom uploader and select proper destinations automatically. Users won’t need any manual configuration to use custom uploaders.
  • Added “Destination type” option to custom uploader tab which is used when user double clicks .sxcu files so ShareX can know which destination to set custom uploader as active
  • Added H.264 NVENC & HEVC (H.265) NVENC encoder support (NVENC supported GPU, latest NVIDIA driver and up to date FFmpeg is required)
  • Added HTTPS result link option for Imgur
  • Added Pastie text uploader (by @plutoforever)
  • Added “OCR image” button to main window right click task menu
  • Added “Combine images” button to main window right click task menu which is only visible when two or more image files are selected
  • Check if file exists before screen recording and show file exists window if necessary
  • Added Nextcloud support to ownCloud file uploader (by @aStonedPenguin)
  • Changed Dropbox default settings for new users, moved upload path to outside public folder and enabled shareable URL option in preparation for Dropbox to disable public folders on March 15, 2017
  • Polr API v2 support which will be active by default, from settings API v1 can be enabled back
  • Removed Automate tool and moved it to its own GitHub page
  • Added resize if smaller option to resize image effect (by @wolfborg)
  • Updated Amazon S3 to include new endpoints
  • On upload errors include request URL in error message

ShareX 11.4.1 — 2016-11-09

ShareX 11.4.0 — 2016-11-09

  • Region capture related changes:
    • Added tools toolbar which will show up at top of the active monitor
    • Removed right click tools menu because the newly added toolbar is more user friendly
    • Right click will now cancel capture or remove the object under the cursor by default
    • Tips will also be hidden by default
    • Added center node to line and arrow tools to allow drawing curved lines
  • Added destination filtering by file extension to be able to upload specific file types to the destination of choice (Task settings window -> Uploader filters tab)
  • Hidden background UWP applications not included in the window list and region capture hover areas (by @campbeb)
  • Added file path parameter support to -ImageEditor CLI command (by @ventzz)

ShareX 11.3.0 — 2016-09-28

  • Region capture related changes:
    • Added speech balloon drawing tool which works similar to text drawing tool but have moveable tail
    • Added image drawing tool so now you can select image from file dialog
    • Added support to paste image or text using Ctrl + V key
    • Allow region capture right click menu to be closed by right clicking inside region capture window
    • Using rounded cap for line/arrow drawing
    • All region capture related tasks (screen color picker, ruler, screen record region selection etc.) will use currently configured region capture options such as magnifier, crosshair, snap size etc.
    • In text drawing tool, rectangle will be automatically resized according to initial text size so no need to drag rectangle when adding text anymore
    • Added corner radius setting to text drawing
    • In text input window, pressing Ctrl + Enter will close window
    • In text input window, if a non-existent font was selected, automatically default to Arial font
    • Swapped Mouse wheel tool changing keybind with Ctrl + Mouse wheel magnifier zoom changing keybind, otherwise people can change tool accidentally; so Mouse wheel will only change magnifier size now which will be less problematic than changing tool accidentally
    • Change pixel offset mode dynamically depending on pen size to draw line, rounded rectangle etc. aligned to exact pixels to avoid blurry lines
    • Removed Region capture (Simple annotate) hotkey because now current region capture have all features of old region capture annotate window
  • Using AppVeyor build server to compile and build ShareX setup/portable files and release them automatically without any user interaction that way it will increase security of our releases
  • Added experimental setting to use ShareX region capture to annotate images instead of using Greenshot image editor (In “Task settings -> Advanced tab -> UseShareXForAnnotation”)
  • Added Uplea file uploader (by @osfancy)
  • Added secondary screenshot path location option for situations where primary custom screenshot path is unavailable (In “Application settings -> Advanced tab -> CustomScreenshotsPath2”)
  • Added transparent button to color picker dialog
  • Removed up1.ca file uploader because service is down now
  • In image file dialog not allow non image file types to be selected
  • Updated DreamObjects endpoint
  • Returned SSH.NET library to previous version until buffer related issue fix is released

ShareX 11.2.1 — 2016-08-19

ShareX 11.2.0 — 2016-08-19

  • Added option to check for pre-releases in Application settings window . Future updates will initially release as pre-release and if release is stable enough, it will be released to rest of people
  • Region capture related changes:
    • Added freehand drawing tool
    • Added freehand region tool
    • When drawing with freehand you can hold Shift to draw direct lines which will work like polygon capture
    • Also you can hold Ctrl while drawing to move entire freehand shape
    • After shape is created in freehand region, node will be shown at last point which you can drag it to continue drawing
    • When region capture opened show current region type at top momentarily
    • Removed freehand & polygon capture from capture menu because region capture has better version of it now
    • Pressing Ctrl + Z will undo shape additions (So you can hold it to remove all previously added shapes)
    • After any shape is created Arrow keys will resize from bottom right instead of top left, you can hold Alt to resize from top left
    • Support using W, A, S, D keys to move or resize shapes
    • When dragging resize nodes, node will center to cursor position that way magnifier can point exact pixel at corner
    • Q key will swap between multi region mode and quick region mode
    • For non rectangle shape regions output will be cut with anti aliasing
    • When right click before open options menu select shape under cursor
    • Note: If you have low FPS then hiding tips with F1 will increase FPS greatly because text rendering every frame is costly
  • Allow reordering hotkeys in Hotkey settings window
  • ShareX main window: Added “Download” button to task right click menu for tasks which have file URL
  • Added transfer.sh file uploader
  • Task settings -> Image tab : Added auto use JPEG image format option instead of previous Image Format 2 option
  • ShareX will save temporary files to Temp/ShareX folder and clean this folder on startup
  • Removed anonymous upload support from lithi.io (by @lithium720)
  • Added abort screen recording hotkey
  • Screen color picker format option moved to Task settings -> Tools tab from Advanced tab and have popup to show all formats (If you are using custom value for this setting you need to reconfigure it)
  • Screen color picker: $hex format will be lowercase and $HEX will output uppercase hexadecimal color info
  • Update OCR.Space to use new NA API endpoints

ShareX 11.1.0 — 2016-07-14

  • Region capture related changes:
    • Tab key or Mouse 4 button will swap between last region tool and last annotation tool
    • Redesigned Task settings -> Region capture tab to be more user friendly
    • All mouse actions (except left click) will be configurable from Task settings -> Region capture that way you can get same behavior as old region capture; for example, right click to cancel capture
    • Removed AnnotationEnabled setting because you can now have full control on each mouse actions
    • Region capture will remember last used region tool and open with it selected
    • Last used annotation tool will be also remembered so that way when you swap tools it will select last used annotation tool
    • When drawing tool is selected cursor will show border color and size, this is also useful to know is current tool is region rectangle or drawing rectangle
    • Allow drawing info text near cursor when magnifier is not enabled
    • When creating region you can hold Ctrl key to change position of region
    • When region is selected Ctrl key will move region instead of Shift for consistency with region create moving
    • Holding Shift will increase region resize or move speed by 10px
    • Holding Alt will allow to resize region from bottom right instead of top left
    • Menu key will open options menu
    • Double clicking when multi region mode enabled won’t close it when there is no region to be captured
    • When creating region holding Alt key will more accurately and with better performance calculate close regions to snap
    • Added previous Region capture (Annotation) back as hotkey only which will be called as Region capture (Simple annotate) in hotkey settings
  • Added puush file uploader
  • Added Google Drive direct link option (by @mihe)
  • Added option to remember last drawing mode in Greenshot image editor settings window (by @campbeb)
  • Scale Greenshot image editor window size when icons are larger than default (by @campbeb)
  • Added option to maximize the Greenshot image editor window when it is larger than working area (by @campbeb)
  • In SFTP upload if file with same name is exist, truncate file before uploading
  • After capture tasks -> Show file in explorer and in other places where folder need to be opened with file, it will use already open Windows Explorer window instead of re opening new one (by @dannoe)
  • Hotkey settings and quick task menu reset to default buttons will ask for confirmation (by @dannoe)
  • Implemented Dropbox API v2
  • Option to use file extension for Hastebin syntax highlighting

ShareX 11.0.1 — 2016-06-10

ShareX 11.0.0 — 2016-06-10

  • Added annotation support inside region capture. In region capture you can right click to open menu which you can select annotation tool, capture fullscreen/monitor or be able to change region capture options. You can use middle click to cancel capture.
    • These are the currently available annotation tools:
      • Region
        • Rectangle
        • Rounded rectangle
        • Ellipse
      • Drawing
        • Rectangle
        • Rounded rectangle
        • Ellipse
        • Line
        • Arrow
        • Text
        • Step
      • Effect
        • Blur
        • Pixelate
        • Highlight
    • You can change these settings from region capture options menu:
      • Multi region mode
      • Show tips
      • Show position and size info
      • Show magnifier
      • Square shape magnifier
      • Magnifier pixel count
      • Magnifier pixel size
      • Show screen wide crosshair
      • Fixed size region mode
      • Show FPS
  • Added option to disable annotation support via “Task settings window -> Region capture tab”
  • Removed “Region (Annotate)” capture because default region capture has annotation support now
  • Added “Text capture (OCR)” to capture menu
  • Also added “Recognize text (OCR)” option to “After capture tasks” menu
  • Added lithi.io file uploader (by @lithium720)
  • Added sli.mg image uploader
  • Added option in “Destination settings, Email tab” to send email to a specific email address without requiring user prompt
  • Added icons for “After capture tasks” menu and “After upload tasks” menu items; checked items text will now display as bold
  • Added Copy dropdown button in “Color picker” window with the following items to be able to copy specific color type:
    • All
    • RGB
    • Hexadecimal
    • CMYK
    • HSB
    • Decimal
    • Position
  • Added “SaveSettingsAfterTaskCompleted” setting to “Application settings, Advanced tab” and enabled by default, this setting saves all settings after each task completed but only if there is no other active task (so if there are 50 tasks running in same time only after all tasks completed, settings will save) reason for this setting is because in few people while Windows shutdown does not let ShareX to save settings therefore having this option allows to secure settings in this situations
  • Region capture tips will show in active monitor instead of primary monitor
  • “Quick task menu” and “After capture window” after capture tasks now can be used in all image related tasks
  • Before uploading ShareX will check current destination config requirements and if config is not valid then will stop the task, warn user about invalid config and open destination settings window with current upload destination tab selected so user can check config easily
  • Added Shift + C hotkey to main window list to be able to copy selected file
  • Added tip icon to top right corner of main window to show tips and hotkeys that can be used in main window
  • Added support to be able to drag file from main window list to Windows Explorer or any other software (Holding Ctrl while dragging will copy URL or file path instead of file)
  • Added custom region hotkeys for “Screen recording” and “Screen recording (GIF)”
  • Added “Select region” button for custom region option in “Task settings, Capture tab”, this custom region option is used with custom capture hotkeys
  • Added Text to speech support for capture and task completed sounds in “Task settings -> Advanced tab”
  • All picture boxes in ShareX will now show image size when hovered with cursor
  • Added DisableUpload setting to “Application settings, Advanced tab” which can disable uploading in whole application
  • Added TrayTextMoreInfo setting to “Application settings, Advanced tab” which shows version and build info in tray icon tooltip which can be handy if you are running multiple ShareX build in same time
  • ShareX now uses system colors in all UI as possible to support custom themes such as Windows high contrast theme correctly
  • Added image drag & drop support to “Image combiner” tool
  • Added direct URL support for Streamable
  • Added tray button click options to “Application settings” window to be able to change which task to execute. If tray primary double click action is None then single primary click action can execute immediately without wait for double click check
  • Added “Open main window” hotkey
  • Added settings window to Greenshot Image Editor to be able to change few settings
  • Location of custom setting file paths will be stored in %LocalAppData%\ShareX\PersonalPath.cfg so that way it will be specific to user account and also allows to change it without requiring to run ShareX as admin. If you already have PersonalPath.cfg where ShareX.exe is then it would still work as usual
  • Added “Maximum image limit” option to Image History window to be able to improve load speed of images in case if you have high amount of images
  • Added screen tearing test button to monitor test tool
  • Allow drag n drop file support to hash check window
  • Added upload duration to debug log separate from task duration to be able to measure upload time properly
  • Main window right click “Clear list” button will also clear recent history now
  • Added toast window fade duration setting to “Task settings, Advanced tab”

ShareX 10.9.1 — 2016-03-25

ShareX 10.9.0 — 2016-03-25

  • Removed Copy file uploader because service is discontinued
  • Update Greenshot image editor to 1.2.9 version (by @campbeb)
  • Single instance improvements to support multiple file upload from Windows Explorer properly (by @campbeb)
  • Added raw URL option to Pastebin and GitHub Gist
  • Moved Quick task menu’s “Continue” button to top of the menu
  • Added AcceptInvalidSSLCertificates option to Application settings -> Advanced tab which can be used by people who using self signed certificates
  • File name pattern will be applied to “Upload from URL” method too
  • Will not show window/control hover areas anymore in screen color picker

ShareX 10.8.0 — 2016-03-10

  • Added recent items support to main window list (You can disable this feature or change how many number of items to show from Application settings window -> History tab )
  • Added automatically assigned icons for quick task menu items
  • Added continue button to quick task menu to use current task settings
  • History window layout and filtering improvements
  • Image history performance improvement to load faster
  • Added open history & open image history hotkeys
  • Added Imgland image uploader (by @jibcore)
  • Save settings to file when tray menu is closed

ShareX 10.7.0 — 2016-02-21

  • Added “Show quick tasks menu” to after capture tasks which allows quickly selecting tasks with a customizable menu
  • Added “Export / Import” tab to “Application settings” window which allows exporting compressed backup of settings, history, logs and import them without requiring ShareX to restart
  • Added window for “Directory indexer” tool which allows previewing or changing settings before upload
  • Directory indexer improvements to support html5 compliance, new settings and index methods
  • Added Chevereto preset uploaders list, it will be defaulted to UltraIMG
  • Added vgy.me account support and using https links
  • Added direct link support for someimage.com (by @jevanpipitone)
  • Added “Show file in explorer” after capture task which opens folder with file selected in it (by @junderhill)
  • Use native FFmpeg AAC encoder because libvo_aacenc removed in latest FFmpeg builds
  • Added “Hide columns” option to main window right click menu

ShareX 10.6.1 — 2016-01-18

  • In update notification window if user presses the “No” button then ShareX will not check for updates for another 24 hours
  • If the user has not changed previous default value of a window name pattern setting then it will be reset to the new default value which uses %pn (process name) instead of %t (window title); people who have already modified it won’t be affected (you can always customize the file name via Task settings window -> File naming tab )
  • Alternative clipboard copy method is now disabled by default because a few applications have been causing issues with it e.g. Skype
  • QR code window will auto detect a URL in the clipboard and show its QR code on startup (by @Scrxtchy)
  • Support special folder parameters so that for instance, screenshots folder path can be configured as %MyPictures%\Screenshots

ShareX 10.6.0 — 2016-01-09

  • ShareX can automatically detect window where your cursor is during region capture and use that window title (%t) or process name (%pn) in file naming
  • Added s-ul file uploader (by @corin12355)
  • Added optional early URL copy support. That way ShareX can copy URL before actual upload to FTP or Dropbox (In task settings -> advanced tab)
  • Custom uploader export will ignore empty settings to give more compact JSON output
  • Custom uploader “Add syntax” buttons will add syntax to last selected URL text box
  • Added PortableApps support
  • Added text conversions tab to “Hash check” window which will allow you to convert text to binary, hexadecimal, ASCII, base64 or hash
  • Microsoft .NET framework clipboard operations can’t copy/get image with transparency (alpha channel) therefore added PNG and 32 bit DIB copy/get support which will retain transparency of images in clipboard operations
  • ShareX will force refresh prematurely expired Imgur tokens and retry uploading
  • “Capture region” now works as “Capture region (Windows & controls)” by default and it is possible to disable extra “Windows & controls” features
  • Removed IRC client tool

ShareX 10.5.0 — 2015-12-07

  • Added Streamable video uploader support (by @streamablevideo developers)
  • Moved “Show after capture window” and “Show before upload window” to “After capture tasks” menu in main window
  • Moved “Show after upload window” to “After upload tasks” menu in main window
  • Added “After upload” tab and image size label to “After capture” window
  • Default hotkey for Ctrl + Print Screen changed to “Capture region (Windows and controls)”
  • Added JSON and XML response parsing support to custom uploaders using JsonPath and XPath syntax
  • Added “Add syntax” button for Regex section in custom uploaders
  • Canceling save as dialog will still continue uploading instead of stopping the task
  • Pomf “Test all” button will show upload times
  • All active tasks will now be terminated when ShareX is exiting so while uploading if you try to exit ShareX it won’t wait for uploading to complete
  • Settings will save to filename.json.temp file first and then remove temp extension after successful save to make sure saved file is not corrupted
  • Pressing Esc will close main window and after capture window
  • Added shadow to “Region (Annotate)” rectangle drawing

ShareX 10.4.0 — 2015-11-21

  • Added Russian language support (by @L1Q)
  • Added Vietnamese language support (by @thanhpd)
  • Added Seafile file uploader (by @zikeji)
  • Added support for Pomf file uploader clones with 17 clones predefined and ability to setup your own (default is pomf.cat)
  • Added Uguu file uploader
  • Updated Lambda API and added result link options (by @mstojcevich)
  • Added file name field to “Post capture tasks” window
  • Added rectangle drawing support to Region (Annotate) (it has 3 modes now: Capture, Rectangle drawing, Pen drawing)
  • Improvements in UI and hotkey tips for Region (Annotate)
  • Added auto upload, auto close, scroll to top method options for Scrolling capture
  • Separated Scrolling capture window -> Capture tab to 3 groups (Before capture, While capturing, After capture) for it to be more easily understandable
  • Added headers support and location header response option to custom uploaders
  • Added show most recent link first setting
  • Added warning icons for unsupported WebM audio codecs and slow x264 presets
  • Added debug menu to tray menu
  • Having empty file with the file name Portable in the same folder as ShareX.exe will make ShareX portable
  • In portable mode, ShareX auto updater will open download URL of portable ShareX version in browser
  • Added Show «Upload with ShareX» button in Windows Explorer context menu option to ShareX setup
  • When hotkeys are disabled all hotkeys except “Enable/Disable hotkeys” hotkey will be unregistered (by @mpistrich)
  • If saving image fails during an after capture task “Save image to file as…”, then save dialog will reopen (by @mpistrich)
  • Added area info for cursor hover area in “Region (Windows & controls)” mode
  • In default clipboard image copy, background will be filled with white because alpha channel is not supported
  • Logs will save instantly in separate thread now instead of waiting for ShareX to close
  • Show the application name that could cause the hotkey conflict when ShareX fails to register hotkeys

ShareX 10.3.0 — 2015-10-02

  • Added scrolling capture to Capture menu
  • Added image combiner to Tools menu
  • Added temporary button to main window which opens ShareX page on Steam
  • Added edit button near each hotkey in hotkey settings window to make it obvious that task settings of each hotkey is possible to edit
  • Added more name patterns (Task settings -> Upload tab) and categories for context menu of it (by @davidruhmann)
  • Added hidden window option to actions (by @atillabyte)
  • Added -Task «Hotkey description» CLI command to be able to do upload using CLI with specific task settings
  • Added Changelog button to both update notification message box and about window

ShareX 10.2.5 — 2015-09-18

  • Update notification window will be minimized in taskbar and flash instead of showing on screen when new update is available while ShareX is already open
  • Windows & Chrome related settings are moved to Application settings -> Integration tab
  • FFmpeg recording timer will only start when recording is started instead of FFmpeg is started so that way it will accurately show duration of video
  • While recording if something unexpected happened and FFmpeg is not responding to stop command then pressing “Stop” button third time will force close it
  • While uploading any file it is now possible to open file from right click menu without having to wait until upload to complete

ShareX 10.2.0 — 2015-09-05

  • Added Chrome extension support which will allow uploading selection text, image, video, audio using right click menu (Check “Application settings -> Chrome extension support” for instructions)
  • Added IRC client to tools menu
  • Added Video thumbnailer to tools menu
  • Added Portuguese-Brazil language (by @athosbr99 & @RockyTV)
  • Added Polr URL shortener (by @DanielMcAssey)
  • Added OneTimeSecret text uploader (by @DanielMcAssey)
  • Added SomeImage image uploader (by @DanielMcAssey)
  • Parameter support for few file naming macros (%i Adds 0 padding, %rn random number digits, %ra random alphanumeric digits) (by @davidruhmann)
  • Added keyboard support in region capture for creating regions so that way you don’t need to use mouse ( Insert Start/Stop selection, Delete Cancel selection) (by @davidruhmann)
  • Added option to use “after capture tasks” in file uploads which will allow using file related tasks such as “Perform actions” (In Task settings -> Advanced tab)
  • Added custom sound support (In Task settings -> Advanced tab)
  • Snap to preset sizes support for region capture (Hold Alt modifier while dragging region)
  • Added customizable single left click action for tray icon, default is “Capture region” also you can select “None” for be able to disable it (In Application settings -> Advanced tab)
  • Option to only save to history when URL is not empty (In Task settings -> Advanced tab)
  • Added right click menu to screen recording tray icon to be able to abort recording in case abort button not visible in screen
  • When opening image editor it will check if clipboard contains image and ask if you would like to load it
  • Added region capture border glowing for non-active regions
  • Added Imgur GIFV URL option
  • Added optional square magnifier option
  • In main window list Shift + Delete will delete file locally
  • Added separate show cursor setting for screen recording
  • “Post capture tasks” and “Before upload” windows will show custom uploaders with their names
  • Removed “Portable mode” from installer instead added Portable zip file to release section

ShareX 10.1.0 — 2015-08-02

  • Added “Portable mode” option to installer
  • Added ShareX Greenlight buttons to main window where you could vote to help us or just hide it permanently
  • When ShareX window minimizes to tray it will now save all settings
  • “Rectangle region capture” renamed to “Region capture”
  • Rounded rectangle, ellipse, triangle, diamond region captures moved to “Region capture” which you can activate them with Numpad 1, 2, 3, 4 keys
  • Added “Copy URL” option for “ToastWindowClickAction” setting in “Task Settings -> Advanced” tab
  • Added tray menu item and hotkey to be able to “Disable/Enable hotkeys”
  • Imgur GIF uploads now use GIFV link
  • Added LnkU, CoinURL, QRnet, VURL, 2gp URL shorteners (by @DanielMcAssey)
  • Added Windows modifier hotkey support (Because of limitations, instead of holding this modifier you need just press one time for it to add/remove modifier)
  • Multiple file import support e.g. import button used in Custom Uploaders (This feature allows you to import all these custom uploaders with single click)
  • Added clear Custom Uploaders button
  • Added “TextTaskSaveAsFile” setting in “Task Settings -> Advanced” tab which enabled by default and allows to save all text tasks (clipboard text upload, text drag and drop etc.) as file
  • CLI URL upload support (Example: ShareX.exe «https://getsharex.com/img/ShareX_Logo.png» )

ShareX 10.0.0 — 2015-07-04

  • Added FFmpeg GIF encoding support
  • Added GIF encoder setting in “Screen recorder” tab and it defaults to FFmpeg
  • Added FFmpegx265 encoding support (browsers do not support it yet)
  • Added webpage capture
  • Added MaxFile file uploader
  • Added DropFile file uploader
  • Added VideoBin file uploader (by @corey-)
  • Added Up1 file uploader (by @Upload developers)
  • Recent list in tray menu will be saved between sessions
  • Double clicking Regex list entry in “Custom uploaders” tab will try to automatically add correct syntax to URL section
  • Custom uploader test result will also show thumbnail and deletion URLs
  • Added optional force result URL HTTPS setting in Task settings -> Advanced
  • Allow empty text in Twitter image upload
  • Hotkey “Task” dropdown menu is now categorized so it does not fill the screen
  • FFmpeg video/audio device installation is now optional and install button for it is available in “Screen recording options” window
  • Added active window screen recording (including GIF) hotkeys
  • Both last region and active window screen recording hotkeys won’t steal focus now
  • Added hotkeys for all remaining Tools available in main window
  • Added countdown timer for screen recording when auto start timer is configured

ShareX 9.10.1 — 2015-05-17

ShareX 9.10.0 — 2015-05-17

  • Added tips to region capture ( F1 key will hide/show it)
  • Region capture startup time improvement
  • Region capture rectangle info will be shown at the top of the region instead of inside
  • Added coordinate info in region capture under magnifier (pressing Ctrl + C will copy coordinate to clipboard)
  • Numeric keys will capture the corresponding monitor while in region capture e.g. 2 will capture second monitor
  • In region capture

key will capture monitor where cursor is

  • WebM changes to improve frame rate and quality
  • Dutch support (by @wforums)
  • Amazon S3 authentication v4 support (by @alanedwardes)
  • Added new task for capturing specific monitor region (by @danielbrezoi)
  • Added check box in update checker message box to prevent prompt until next startup
  • Improved Twitter UI in destination settings
  • Added skip message box and default message settings for Twitter
  • Error message boxes for FTP client and Tweet message if valid account is not found
  • In main window list Ctrl + C and Ctrl + X will check for shortened url, normal url, and file path to copy in that order. Ctrl + Shift + C will copy file path.
  • Читайте также:  Как установить mac os maverick windows
    Оцените статью