Commit graph

5242 commits

Author SHA1 Message Date
Luca Wild
ed939dd006
Update README.md 2018-11-14 15:04:43 -05:00
Jaex
1e0ec404a7 Include operating system bit in debug logs, Program.cs refactoring 2018-11-14 10:08:45 +03:00
Jaex
c628a22d9d fixed #3735: Image save issue from image editor 2018-11-13 14:19:37 +03:00
Jaex
86242dca83 fixed #3734: Added optional setting to strip color space information chunks from PNG image 2018-11-13 11:10:33 +03:00
Jaex
e58d6f3eb9 Fix typo 2018-11-13 09:54:04 +03:00
Jaex
4169dfe64a Don't restrict custom uploaders with http method 2018-11-11 11:51:44 +03:00
Jaex
f1b46519d4 Increase version for dev builds 2018-11-11 10:37:52 +03:00
Jaex
015693290a Rename CustomUploaderRequestType to CustomUploaderRequestMethod 2018-11-11 10:33:17 +03:00
Jaex
3021c2b522
Merge pull request #3724 from AlcaDesign/patch-1
Add AmazonS3 endpoint for SFO2 DigitalOcean Spaces
2018-11-10 09:40:30 +03:00
Jacob Foster
8bf5bee53e
Add AmazonS3 endpoint for SFO2 DigitalOcean Spaces 2018-11-09 21:05:35 -06:00
Jaex
68a911e796 Release 2018-11-09 00:31:07 +03:00
Jaex
8b83eee82c Update BlobEmoji 2018-11-06 21:27:35 +03:00
Jaex
4f74e7fad3 Include version in user-agent 2018-11-06 02:40:05 +03:00
Jaex
b1fed1c1c0 Added $base64:text$ syntax to custom uploader parser 2018-11-05 03:02:38 +03:00
Jaex
9d923aeb13 Allow negative offset in image effects 2018-11-05 01:02:06 +03:00
Jaex
1a71ed6c32 Show install dev build button always 2018-11-03 14:02:34 +03:00
Jaex
4e42de6dd5 Screen record manager refactoring 2018-11-01 13:49:27 +03:00
Jaex
dded3a11a0 Even size not required for animated images 2018-11-01 13:06:59 +03:00
Jaex
e9958e155c Removed screen record cli option because task actions already can do same thing and with two pass encoding option it is not that required anymore 2018-11-01 12:36:13 +03:00
Jaex
6cee0358f2 Replace prompt parameter positions 2018-10-31 17:07:46 +03:00
Jaex
c0de09d8c9 Added title support to prompt syntax 2018-10-31 15:47:56 +03:00
Jaex
5141777523 Improve custom uploader parser escaping 2018-10-31 15:19:27 +03:00
Jaex
bdfbebfe37 Fix escape 2018-10-31 14:45:55 +03:00
Jaex
8cd98a52bd Custom uploader parser fixes 2018-10-31 13:21:13 +03:00
Jaex
97c3d67b25 Also support custom uploader syntax in arguments and headers 2018-10-31 11:51:16 +03:00
Jaex
a41a1bc5f3 Rename $input$ syntax to $prompt$ 2018-10-31 10:17:58 +03:00
Jaex
97d1748659
Merge pull request #3699 from sylveon/master
Add AMD hardware acceleration support
2018-10-31 09:55:02 +03:00
Charles Milette
8f9a0d06dd
Fix resx stupidity 2018-10-30 19:40:29 -04:00
Charles Milette
4826689872
Increase default real time buffer size
100 megabytes was not enough for my 2560x1080 screen
2018-10-30 19:33:02 -04:00
Charles Milette
9cf109241b
Add AMD hardware acceleration support 2018-10-30 19:31:10 -04:00
Jaex
73cd641fb5 CodeMaid cleanup 2018-10-30 20:58:35 +03:00
Jaex
efb1c463e5
Merge pull request #3697 from CookieMichal/code-factor-opti
Simplified code complexity
2018-10-30 20:15:10 +03:00
Jaex
1e27c14d16
Update UploadManager.cs 2018-10-30 20:14:46 +03:00
CookieMichal
d92be87507 Made code less complex and removed duplicates 2018-10-30 17:23:22 +01:00
Jaex
84e80d8d32
Merge pull request #3695 from CookieMichal/cached-content-viewer
Fixes unexpected clipboard content viewer behavior
2018-10-30 15:37:28 +03:00
CookieMichal
ea6f8e3e92 Method should be considered private 2018-10-30 13:15:15 +01:00
CookieMichal
4ca5c87d96 Dispose cached image if upload was canceled 2018-10-30 13:08:56 +01:00
Jaex
e75ccdab0e For .NET 4.7.2 accessibility improvements 2018-10-30 12:44:49 +03:00
Jaex
d5701b8ec0 Added "Switch.UseLegacyAccessibilityFeatures=false" to app.config file 2018-10-30 11:18:01 +03:00
CookieMichal
f00eef28c4 Fixes unexpected clipboard content viewer behavior (as in #1769) 2018-10-30 01:37:58 +01:00
Jaex
505a40302a Update DreamObjects endpoint 2018-10-29 08:20:59 +03:00
Jaex
658a0e1c66
Merge pull request #3689 from L1Q/master
Update Russian translation
2018-10-25 04:08:50 +03:00
L1Q
20a3d7ce92 Update Russian translation 2018-10-25 04:07:34 +03:00
Jaex
95d416b8b7
Merge pull request #3688 from L1Q/master
Improve localization support
2018-10-25 04:05:45 +03:00
L1Q
2f2bf8ff0a Improve localization support
- move strings to resx
- create tokens for missing language names in about form
- mark uploader names invariant
2018-10-25 04:00:47 +03:00
Jaex
3ce996cb63
Merge pull request #3682 from ThePigsMud/master
Fixed spacing on some names
2018-10-21 03:02:25 +03:00
ThePigsMud
fa56126d27
Fixed spacing on some names
Spacing on some names would cause URLs to add %C2%A0 on the end of them. Removing these spaces fixes it.
2018-10-20 18:38:58 -05:00
Jaex
6599bfecb0 fixed #2595: Added APNG encoding support to screen recording 2018-10-20 21:59:10 +03:00
Jaex
b394ca4896 #765, #3656: Added WebP encoding support to screen recording 2018-10-20 20:06:31 +03:00
Jaex
343d30568d fixed #3678: Revert group box size change 2018-10-20 13:47:18 +03:00