1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +01:00
Commit Graph

77 Commits

Author SHA1 Message Date
abhishek-gaonkar
cb7b45ab59 FIX: types issue during runtime 2024-11-10 14:57:04 +05:30
abhishek-gaonkar
5605523df8 ADD: File Extension check in Backend 2024-10-24 22:29:41 +05:30
abhishek-gaonkar
177b555a55 MOD: Refactor few codes; Suggestions 2024-10-24 17:38:51 +05:30
abhishek-gaonkar
a6157bfc80 Merge upstream/main into feat/ctrl-v 2024-10-06 16:44:09 +05:30
Nayam Amarshe
a6f344f3b8 New models selection menu 2024-10-06 12:45:44 +05:30
abhishek-gaonkar
bf06416134 Modified handlePaste functionality to save in temp folder 2024-10-05 15:23:35 +05:30
NayamAmarshe
95843ded88
Refactor Renderer Code (#987)
* Initial refactor

* Remove unused imports

* Update code

* Refactor and Update Code

- Change file names to kebab-caase
- Add new useTranslation Hook
- Change useLog hook name to useLogger
- Update translation hook to provide autocomplete

* Update import and component name

* Rename files and components

* Update locales

* Update electron commands

* Update var

* Change Lowercase

* Replace filter with map

* Add props

* Update flag check

* Add validate paths

* Update formats

* Update import

* Update function

* Update function and translation

* Update handlePaste
2024-10-04 14:45:54 +05:30
Felipe Machado
acf06532b8
Support JFIF files which are basically JPGs anyways (#983)
Note that this outputs JPG, but I think that should be fine. It's the better format anyways.
2024-09-21 12:37:58 -04:00
Josh Rufer
4fe8c437d7
Warn if file output path exceeds Windows's maximum length (#891)
Added check for exceeding MAX_PATH limit in windows. Should be relatively easy to add an actual fix from here.

Co-authored by @coderabbit

---------

Co-authored-by: Aaron Liu <aaronliu0130@gmail.com>
2024-07-08 22:44:49 -05:00
Nayam Amarshe
4b3c0e209f Fix [DOUBLE UPSCAYL] Wrong scale size being used #841 2024-05-29 23:18:13 +05:30
Nayam Amarshe
3f76011ba5 Add tilesize and add compression in arguments 2024-04-25 01:10:48 +05:30
Nayam Amarshe
5feabea516 Refactor code and remove config vars to fix ASCII path decoding 2024-04-25 00:59:51 +05:30
Nayam Amarshe
618b46f553 Fix batch upscayl scale skip and refactor error detection 2024-04-24 19:14:51 +05:30
Nayam Amarshe
5cc9bd0df5 Add error resume for batch upscayl, and refactor code 2024-04-24 18:46:35 +05:30
Nayam Amarshe
6f8df14ed9 Fix #787 2024-04-24 16:04:32 +05:30
Nayam Amarshe
aa84f7de1d Fix name logic 2024-04-21 23:10:54 +05:30
Nayam Amarshe
938bc0d83a Fix name logic 2024-04-21 23:09:13 +05:30
Nayam Amarshe
8b2ca0238c Fix scale arguments and tooltip overflow 2024-04-21 22:44:39 +05:30
Nayam Amarshe
c2a10ca0d4 Add toast and add shadcn theme vars 2024-04-21 19:34:59 +05:30
Nayam Amarshe
ecbb48acdc Add back custom width 2024-04-20 21:14:42 +05:30
Nayam Amarshe
0fe8bf8ba4 Fix scale and config vars 2024-04-09 23:41:24 +05:30
Nayam Amarshe
b846c76afe Remove sharp 2024-04-09 00:17:08 +05:30
Nayam Amarshe
1755b26c4a Initial Fix 2024-02-14 12:02:52 +05:30
Nayam Amarshe
df9ff7de27 Fix PNG to JPG convert issue 2024-02-14 11:30:39 +05:30
Nayam Amarshe
801755ca9f Fix batch mode JPG Alpha, Rename Fast model & Fix tooltip z-index 2024-02-10 16:55:07 +05:30
Nayam Amarshe
fed423f73f Fix #646 2024-02-09 18:28:19 +05:30
Nayam Amarshe
54fc57f633 Fix #646 2024-02-09 18:26:04 +05:30
Nayam Amarshe
bece033f4d Add custom width 2024-02-08 20:27:35 +05:30
Nayam Amarshe
00099928fb Fix #653 2024-01-23 15:00:08 +05:30
Nayam Amarshe
3c19a6c5a9 Remove unused imports 2024-01-16 14:58:58 +05:30
Nayam Amarshe
f144421999 Fix localstorage bug 2024-01-16 14:52:31 +05:30
Nayam Amarshe
12c62f9b54 Delete unnecessary files in batch-upscayl command 2024-01-16 14:17:09 +05:30
Nayam Amarshe
d6842930a6 Fix batch upscayl format bug and custom models path bug 2024-01-16 12:00:07 +05:30
Nayam Amarshe
10c880e32c Fix image-upscayl command and add zip target to package.json 2024-01-15 20:36:13 +05:30
Nayam Amarshe
f7803f7c9e Add support for alpha channel in batch upscayl 2024-01-15 18:39:46 +05:30
Nayam Amarshe
3ed4638aa5 Refactor file path and remove unnecessary code 2024-01-15 18:20:36 +05:30
Nayam Amarshe
a80f85a069 Refactor image saving format in batch-upscayl.ts and get-arguments.ts 2024-01-15 18:16:21 +05:30
Nayam Amarshe
6b55f219fb Refactor image-upscayl.ts and convert-and-scale.ts 2024-01-15 18:08:47 +05:30
Nayam Amarshe
67738d5b6c Add dialog message box for update download event 2024-01-15 17:48:16 +05:30
Nayam Amarshe
b525abc7dd Remove unused import and variable in batch-upscayl.ts 2024-01-15 17:01:40 +05:30
Nayam Amarshe
57810f4d77 Add showNotification function and update output folder path 2024-01-15 17:00:59 +05:30
Nayam Amarshe
fb7728077e Add removeFileExtension utility function 2024-01-15 15:34:11 +05:30
Nayam Amarshe
68d3395cbe Update model scale usage in code 2024-01-15 14:55:29 +05:30
Nayam Amarshe
e20523471b Update version to 2.9.6, add overwriteAtom, and fix ImageFormatSelect button 2024-01-15 14:37:22 +05:30
Nayam Amarshe
305822eb5c Refactor auto-update dialog handling #589 2023-12-04 06:20:42 -08:00
Nayam Amarshe
f08671c357 Fix batch upscayl 2023-12-03 12:06:00 +05:30
Nayam Amarshe
a6c9c5a20d Fix issue with deleting temp folder 2023-11-30 22:35:21 +05:30
Nayam Amarshe
d108a75612 Fix logs 2023-11-27 07:51:17 +05:30
Nayam Amarshe
c77e0f6c92 Fix temp folder delete bug 2023-11-26 18:36:23 +05:30
Nayam Amarshe
00520494cd Fix batch mode upscayl 2023-11-26 15:48:31 +05:30