Commit graph

7290 commits

Author SHA1 Message Date
L1Q 32c151451b Update Russian 2022-07-15 09:12:10 +03:00
Jaex 0ee2c26f25 Disable select all in history form 2022-07-14 00:07:16 +03:00
Jaex c3be90826f Handle invalid image URL 2022-07-13 22:25:15 +03:00
Jaex a76cb6417f Fixed AutoCloseAfterUploadForm option 2022-07-13 22:13:18 +03:00
Jaex 5151166816 Update dev build confirmation message box 2022-07-13 18:33:20 +03:00
Jaex 492dac9d0c Added Google Images OCR service link 2022-07-13 12:27:37 +03:00
Jaex b5f4f3e256
Merge pull request #6363 from makuhlmann/patch-1
Ensure proper saving of settings on file shares
2022-07-13 01:24:09 +03:00
Jaex f5ce6bfd32 fixed #6339: Make sure crop rectangle is inside bitmap area 2022-07-13 00:48:50 +03:00
Jaex 192bfe6d43 fixed #6364: Support portable dev build update 2022-07-12 20:08:49 +03:00
Malte Kuhlmann 22859d5053
Ensure proper saving of settings on file shares
On Windows file shares (DFS) with restricted WRITE_DAC permission, the method File.Replace results in a System.UnauthorizedAccessException, even when the user has full permissions to interact with the file and folder. This configuration can commonly be found in business environments.

By setting the flag ignoreMetadataErrors to true, errors related to attributes and ACL are ignored. This results in the settings being saved correctly. Normal errors during file operation are not suppressed with this change, they should fail as usual.
2022-07-12 13:31:03 +02:00
Jaex 4aa373b94e fixed #6362: Parse path correctly when path only contains root 2022-07-12 12:42:48 +03:00
Jaex 02b42be2fb Only open fullscreen preview on left click 2022-07-12 08:04:37 +03:00
Jaex ef367e4dde Move copy all button to bottom 2022-07-11 13:45:00 +03:00
Jaex 3c78444114 Added copy all button to OCR form 2022-07-11 13:28:29 +03:00
Jaex 12684ce5d8
Merge pull request #6356 from RikoDEV/develop
Fix missing EmbeddedResource in PL translations
2022-07-11 12:55:24 +03:00
Jaex 69ad13f680 Added single line option to OCR window 2022-07-11 12:21:39 +03:00
Jaex 82ffe63f45 If service links are not changed then reset them to default 2022-07-11 11:38:31 +03:00
Jaex 53ed4fb34d Added DuckDuckGo OCR service link 2022-07-11 11:00:20 +03:00
Jaex 96ff5858b2 Added DeepL OCR service link 2022-07-11 10:57:02 +03:00
RikoDEV 67e2eae967
Fix missing MainForm EmbeddedResource 2022-07-11 08:47:04 +02:00
Jaex 9d9654ffdb After OCR automatically focus result textbox 2022-07-11 07:37:06 +03:00
Jaex 7a9354b2d5 Sort OCR languages 2022-07-10 12:49:34 +03:00
Jaex 68099c4494 Also added OCR help button to task settings window 2022-07-10 12:43:01 +03:00
Jaex 0e68e9006a Don't show notification form in alt tab menu 2022-07-10 10:46:43 +03:00
Jaex c2b6b2b2a5 Added pl language to setup script 2022-07-10 09:54:38 +03:00
Jaex 08f64d74ab Added credits 2022-07-10 09:45:12 +03:00
Jaex 91d8103650 Added pl flag 2022-07-10 09:33:21 +03:00
Jaex d2098c2126
Merge pull request #6320 from RikoDEV/develop
Polish translations
2022-07-10 09:06:26 +03:00
Jaex 17a6fc878d Added input parameter support to custom uploader xml function 2022-07-10 09:02:44 +03:00
Jaex d46e40ce53 Added input parameter support to custom uploader json function 2022-07-10 08:39:00 +03:00
Jaex 3c1dc2ac9a Added input parameter support to custom uploader regex function 2022-07-10 08:23:25 +03:00
Jaex aa04cae425 fixed #6340: Added OCR help button, OCR window layout changes 2022-07-09 16:01:35 +03:00
Jaex 6cc4f116d6 fixed #6223: Set IsImageModified to false for rest of image editor tasks too 2022-07-09 07:37:48 +03:00
Jaex f0ab85ead7 fixed #6342: Reverse order of words in RTL languages 2022-07-09 04:50:22 +03:00
Jaex 3275d92a54 fixed #6336: Round proportional position 2022-07-09 03:19:08 +03:00
Jaex 91a73d37b4 fixed #6322: Remove spaces between words in CJK languages 2022-07-08 10:11:06 +03:00
Jaex 690d506b0e Increase version 2022-07-08 09:54:04 +03:00
Jaex 385da55502 Release 14.0.1 2022-07-08 05:42:07 +03:00
Jaex 91ec6ae28f Update FluentFTP 2022-07-08 05:37:56 +03:00
RikoDEV 03ef4af97e Merge branch 'develop' of https://github.com/RikoDEV/ShareX into develop 2022-07-04 11:04:45 +02:00
RikoDEV 26aa283e16 Add translations lost by IDE 2022-07-04 11:04:41 +02:00
RikoDEV 3348473cb0
Fix AppVeyor build 2022-07-03 22:47:24 +02:00
RikoDEV f9b4d58c1f Polish translations 2022-07-03 22:17:03 +02:00
Jaex 101c4e12db fixed #6317: await OCRImage inside HandleHotkeys 2022-07-01 23:34:41 +03:00
Jaex f7f6870502 Increase version 2022-07-01 23:07:54 +03:00
Jaex 684d12d14c Release 14.0.0 2022-07-01 20:20:30 +03:00
Jaex 6bd3348cb1 Update FluentFTP 2022-07-01 19:27:12 +03:00
Jaex ea4c8a652f Rename "ro_RO" to "ro" 2022-06-29 19:41:11 +03:00
Jaex 6588a245cd
Merge pull request #6312 from Edward205/develop
Translated "Romanian" in about window
2022-06-29 19:38:35 +03:00
Jaex 77bf60fda0 #5055: If default size then use .NET method of converting cursor to bitmap 2022-06-29 19:31:59 +03:00