Skip to content

Commit

Permalink
README and version history changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaex authored and Jaex committed Nov 20, 2013
1 parent 4f2c96c commit c0da7b9
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 31 deletions.
29 changes: 15 additions & 14 deletions Docs/VersionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@

This update is focused on performance improvements and features additions to image effects and watermark. These changes break backward compatibility. Therefore image effects and watermark settings will be reset.

Added new drawings category to image effects for be able to add background, border, checkerboard, image and text (watermark)
Added new image adjustment effects: black & white, polaroid and sepia
Added new image filter effects: edge detect, emboss, gaussian blur, convolution matrix, mean removal, sharpen and smooth
Added new image manipulation effect: crop
Image effects accessible from Tools menu for be able to load image file (or drag and drop image) and save changes
Simplified watermark settings
In task settings be able to choose which FTP account to be used
Allow Jira address with subfolder
Using GitHub API for check updates
* Added new drawings category to image effects for be able to add background, border, checkerboard, image and text (watermark)
* Added new image adjustment effects: black & white, polaroid and sepia
* Added new image filter effects: edge detect, emboss, gaussian blur, convolution matrix, mean removal, sharpen and smooth
* Added new image manipulation effect: crop
* Image effects accessible from Tools menu
* Simplified watermark settings
* In task settings be able to choose which FTP account to be used
* Allow Jira address with subfolder
* Using GitHub API for check updates
* Added remember main window size setting

ShareX 8.3 r747 - 2013-11-02

Tray icon can now report progress percentage
Color picker improvements
Added new After Capture task "Add image effects" in favour of resize, border and shadow
Added hotkey support for Tools (screen color picker, hash check and index folder) and to stop uploading
Added mega.co.nz file uploader support
* Tray icon can now report progress percentage
* Color picker improvements
* Added new After Capture task "Add image effects" in favour of resize, border and shadow
* Added hotkey support for Tools (screen color picker, hash check and index folder) and to stop uploading
* Added mega.co.nz file uploader support

ShareX 8.2 r655 – 2013-09-26

Expand Down
File renamed without changes.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
ShareX is an open source program that lets you take screenshots of any selected area with a single key, save them in your clipboard, hard disk or instantly upload them to over 25 different file hosting services. ShareX can capture screenshots with different shapes: rectangle, rounded rectangle, ellipse, triangle, diamond, polygon and also freehand. It can upload images, text files and all other different file types. It is able to capture screenshots with transparency and shadow. The program also supports clipboard upload and drag-and-drop.
#Website: [getsharex.com](http://getsharex.com)

ShareX is an open source program that lets you take screenshots of any selected area with a single key, save them in your clipboard, hard disk or instantly upload them to over 25 different file hosting services. ShareX can capture screenshots with different shapes: rectangle, rounded rectangle, ellipse, triangle, diamond, polygon and also freehand. It can upload images, text files and all other different file types. It is able to capture screenshots with transparency and shadow. The program also supports clipboard upload and drag-and-drop.

**Capture methods:** Fullscreen, Active window, Window list, Active monitor, Monitor list, Rectangle, Rectangle + Window, Rounded rectangle, Ellipse, Triangle, Diamond, Polygon, Free hand, Last region, Screen recording (Supports animated gif), Auto capture

**After capture:** Add image effects, Add watermark, Annotate image, Copy image to clipboard, Print image, Save image to file, Save image to file as, Copy file to clipboard, Copy file path to clipboard, Perform actions, Upload image to host

**Upload methods:** File upload, Clipboard upload, Drag and drop, Send to from Windows Explorer, Watch folder

**After upload:** Use URL shortener, Post URL to social networking service, Send URL with Email, Copy URL to clipboard

**Image uploaders:** imageshack.us, tinypic.com, imgur.com, flickr.com, photobucket.com, picasaweb.google.com, uploadscreenshot.com, twitpic.com, twitsnaps.com, yfrog.com, imm.io, File uploader

**Text uploaders:** pastebin.com, pastebin.ca, paste2.org, slexy.org, pastee.org, paste.ee, File uploader

**File uploaders:** dropbox.com, mega.co.nz, Google Drive, rapidshare.com, sendspace.com, minus.com, box.com, ge.tt, localhostr.com, Custom uploader, FTP server, Shared folder, Email

**URL shorteners:** goo.gl, bit.ly, j.mp, is.gd, tinyurl.com, turl.ca

**Social networking services:** twitter.com

**Tools:** Screen color picker, Hash check, Index folder, Image effects
4 changes: 2 additions & 2 deletions ShareX Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DirExistsWarning=no
;InfoBeforeFile=Docs\VersionHistory.txt
InternalCompressLevel=ultra64
LanguageDetectionMethod=uilanguage
LicenseFile=Docs\license.txt
LicenseFile=LICENSE.txt
MinVersion=0,5.01.2600
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-setup
OutputDir=Output\
Expand Down Expand Up @@ -58,7 +58,7 @@ Name: "CreateStartupIcon"; Description: "Launch {#MyAppName} automatically at Wi
Source: "ShareX\bin\Release\*.exe"; Excludes: *.vshost.exe; DestDir: {app}; Flags: ignoreversion
Source: "ShareX\bin\Release\*.dll"; DestDir: {app}; Flags: ignoreversion
Source: "ShareX\bin\Release\*.css"; DestDir: {app}; Flags: ignoreversion
Source: "Docs\license.txt"; DestDir: {app}; Flags: ignoreversion
Source: "LICENSE.txt"; DestDir: {app}; Flags: ignoreversion
;Source: "ShareX\bin\Release\*.pdb"; DestDir: {app}; Flags: ignoreversion

[Icons]
Expand Down
4 changes: 1 addition & 3 deletions ShareX/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,7 @@ private void tsmiIndexFolder_Click(object sender, EventArgs e)

private void tsmiImageEffects_Click(object sender, EventArgs e)
{
ImageEffectsForm form = new ImageEffectsForm(ShareXResources.Logo);
form.EditorMode();
form.Show();
OpenImageEffects();
}

private void tsbScreenshotsFolder_Click(object sender, EventArgs e)
Expand Down
11 changes: 0 additions & 11 deletions Update.xml

This file was deleted.

0 comments on commit c0da7b9

Please sign in to comment.