anna7261
59af19cd10
feat: enhance component structure and update styles
...
- Added new aliases for 'ui', 'lib', and 'hooks' in components.json for better organization.
- Introduced 'iconLibrary' property set to 'lucide'.
- Updated global CSS variables to use oklch color format for improved color management.
- Refactored styles in globals.css for consistency and added new sidebar color variables.
- Commented out unused code in SettingsTab component for clarity.
2025-12-19 17:39:12 -04:00
anna7261
575586515a
refactor: remove electron.vite.config.mts and update dependencies in package.json and package-lock.json
...
- Deleted the electron.vite.config.mts file.
- Updated various dependencies in package.json and package-lock.json, including:
- Bumped versions for @tailwindcss packages, cmdk, lucide-react, react-markdown, react-resizable-panels, react-select, react-tooltip, tailwind-merge, and others.
- Updated devDependencies for @types packages and @vitejs/plugin-react.
- Adjusted PostCSS configuration to use @tailwindcss/postcss.
- Made minor adjustments to Tailwind CSS configuration and global styles.
2025-12-16 22:40:49 -04:00
anna7261
383f8a12e0
chore: update daisyui to version 5.5.14 and remove unused dependencies from package-lock.json
2025-12-16 19:38:53 -04:00
anna7261
85f5074bc0
chore: bump electron and related dependencies to latest versions, update package version to 3.0.0
2025-12-16 19:37:54 -04:00
bookair
8192860fbb
Update package dependencies and scripts to use pnpm
2025-11-08 22:22:31 -04:00
ImRayy
de5c0a5d81
Migrated from Electron + Next.js to Electron + Vite + React ( #1369 )
2025-11-08 17:37:10 -08:00
dependabot[bot]
7a5897bf82
Bump form-data in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [form-data](https://github.com/form-data/form-data ).
Updates `form-data` from 4.0.1 to 4.0.4
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.1...v4.0.4 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.4
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-22 11:40:01 -04:00
dependabot[bot]
24bd3d3958
Bump the npm_and_yarn group across 1 directory with 2 updates
...
Bumps the npm_and_yarn group with 2 updates in the / directory: [next](https://github.com/vercel/next.js ) and [brace-expansion](https://github.com/juliangruber/brace-expansion ).
Updates `next` from 14.2.26 to 15.2.4
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.26...v15.2.4 )
Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.2.4
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-18 21:49:03 -04:00
dependabot[bot]
e2339677ba
Bump next in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js ).
Updates `next` from 14.2.25 to 14.2.26
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.25...v14.2.26 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 14.2.26
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-12 21:54:37 -04:00
Pedro Medina
86c144b1e3
feat: add "Copy Metadata" functionality to upscaled images ( #1220 )
...
feat: copy metadata
fix: better copy-metadata toggle
raw: add new locales for metadata
fix: log metadata on double upscayl
feat: suggest jpg when copying metadata
raw: add metadata suggestion locales
refactor: add bot suggestions
feat: JPEG format validation + ARIA accessibility
2025-06-07 16:34:41 -04:00
dependabot[bot]
6e2c44e124
Bump the npm_and_yarn group across 1 directory with 2 updates
...
Bumps the npm_and_yarn group with 2 updates in the / directory: [next](https://github.com/vercel/next.js ) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ).
Updates `next` from 14.2.21 to 14.2.25
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.21...v14.2.25 )
Updates `@babel/runtime` from 7.25.6 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime"
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 18:51:01 -04:00
dependabot[bot]
f1da88fb72
Bump next from 14.2.10 to 14.2.21 in the npm_and_yarn group
...
Bumps the npm_and_yarn group with 1 update: [next](https://github.com/vercel/next.js ).
Updates `next` from 14.2.10 to 14.2.21
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.10...v14.2.21 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-01 10:41:17 -05:00
Nayam Amarshe
237d7d2409
Update dependencies in package.json to latest versions
2025-01-01 14:55:41 +05:30
dependabot[bot]
6a322b4791
Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group ( #1066 )
...
Bumps the npm_and_yarn group with 1 update: [nanoid](https://github.com/ai/nanoid ).
Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NayamAmarshe <nayam@upscayl.org >
2024-12-20 15:09:50 +05:30
Nayam Amarshe
c9e00de2b0
Fix settings and update version
2024-12-15 23:32:56 +05:30
Nayam Amarshe
dd0583c93b
Add translation for model selection
2024-12-15 23:23:20 +05:30
Nayam Amarshe
efbbf832ff
Make ajv dev
2024-12-15 14:29:42 +05:30
Nayam Amarshe
6a973a2c82
Update images and fix model issue
2024-11-25 19:09:32 +05:30
Nayam Amarshe
a6f344f3b8
New models selection menu
2024-10-06 12:45:44 +05:30
dependabot[bot]
36762e9ed4
Bump next from 14.2.7 to 14.2.10 in the npm_and_yarn group ( #976 )
...
Bumps the npm_and_yarn group with 1 update: [next](https://github.com/vercel/next.js ).
Updates `next` from 14.2.7 to 14.2.10
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.7...v14.2.10 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-21 12:27:00 -04:00
abhishek-gaonkar
bacbee8fa8
ADD: en, ru, ja strings; MOD: Actual strings with t(*) variables
2024-09-05 21:36:08 -04:00
Nayam Amarshe
326aaca7e4
Add Language Switcher ( #950 )
...
* Remove circle bar
* Add initial language switcher support
2024-09-05 21:35:45 -04:00
Aaron Liu
f1be357f8a
fix security vulnerabilities ( #929 )
...
bump electron-updater and tar
2024-08-04 00:05:10 -04:00
dependabot[bot]
ed863cafb2
Bump electron-updater from 6.1.7 to 6.2.1 in the npm_and_yarn group ( #905 )
...
Bumps the npm_and_yarn group with 1 update: [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater ).
Updates `electron-updater` from 6.1.7 to 6.2.1
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.2.1/packages/electron-updater )
---
updated-dependencies:
- dependency-name: electron-updater
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-13 20:14:49 -05:00
dependabot[bot]
a64ccca146
Bump braces from 3.0.2 to 3.0.3 ( #870 )
...
Bump braces in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces ).
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 09:45:15 -04:00
dependabot[bot]
4dba45cc9d
Bump @grpc/grpc-js from 1.9.14 to 1.9.15 in the npm_and_yarn group across 1 directory ( #869 )
...
Bump @grpc/grpc-js in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [@grpc/grpc-js](https://github.com/grpc/grpc-node ).
Updates `@grpc/grpc-js` from 1.9.14 to 1.9.15
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.14...@grpc/grpc-js@1.9.15 )
---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 09:02:21 -04:00
dependabot[bot]
7c2b6ea649
Bump next from 13.5.6 to 14.1.1 ( #816 )
...
Bumps [next](https://github.com/vercel/next.js ) from 13.5.6 to 14.1.1.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v13.5.6...v14.1.1 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 15:38:37 -04:00
dependabot[bot]
c57b91aba6
Bump ejs from 3.1.9 to 3.1.10 ( #806 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 16:47:41 -04:00
Nayam Amarshe
541d04cc4d
Update package
2024-04-22 12:51:07 +05:30
Nayam Amarshe
28f8223da6
Update version and remove dep
2024-04-21 23:14:49 +05:30
Nayam Amarshe
c2a10ca0d4
Add toast and add shadcn theme vars
2024-04-21 19:34:59 +05:30
Nayam Amarshe
3fcb32c125
Bump version, update daisyUI
2024-04-19 03:28:47 +05:30
dependabot[bot]
8b9ddc36c1
Bump undici and firebase ( #778 )
...
Bumps [undici](https://github.com/nodejs/undici ) to 5.28.4 and updates ancestor dependency [firebase](https://github.com/firebase/firebase-js-sdk ). These dependencies need to be updated together.
Updates `undici` from 5.28.3 to 5.28.4
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 )
Updates `firebase` from 10.8.1 to 10.11.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases )
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@10.8.1...firebase@10.11.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
- dependency-name: firebase
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 13:13:13 -04:00
Nayam Amarshe
c6822147d9
Add shadcn and sidebar options
2024-04-17 21:48:45 +05:30
Nayam Amarshe
b846c76afe
Remove sharp
2024-04-09 00:17:08 +05:30
dependabot[bot]
f5104149a2
Bump app-builder-lib and electron-builder ( #740 )
...
Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib ) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder ). These dependencies need to be updated together.
Updates `app-builder-lib` from 24.9.1 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/app-builder-lib )
Updates `electron-builder` from 24.9.1 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/electron-builder )
---
updated-dependencies:
- dependency-name: app-builder-lib
dependency-type: indirect
- dependency-name: electron-builder
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 18:59:27 -05:00
dependabot[bot]
8a83e0d21e
Bump undici and firebase ( #739 )
...
Bumps [undici](https://github.com/nodejs/undici ) to 5.28.3 and updates ancestor dependency [firebase](https://github.com/firebase/firebase-js-sdk ). These dependencies need to be updated together.
Updates `undici` from 5.26.5 to 5.28.3
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.26.5...v5.28.3 )
Updates `firebase` from 10.7.2 to 10.8.1
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases )
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@10.7.2...firebase@10.8.1 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
- dependency-name: firebase
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 18:47:04 -05:00
Nayam Amarshe
649f2d239d
Fix lens and update errors.
2024-02-07 06:53:19 +05:30
Nayam Amarshe
fad4560c12
Fix lens
2024-01-23 14:14:32 +05:30
nerdyman
00326e9585
Upgrade react-compare-slider for keyboard controls and improved a11y
2024-01-18 17:03:52 +00:00
Nayam Amarshe
0a84fab4b6
Fix sharp
2023-12-03 23:32:57 -08:00
Nayam Amarshe
f08671c357
Fix batch upscayl
2023-12-03 12:06:00 +05:30
Nayam Amarshe
6835c42d1f
Update news
2023-11-26 13:34:03 +05:30
dependabot[bot]
2888d32cc1
Bump sharp from 0.32.5 to 0.32.6
...
Bumps [sharp](https://github.com/lovell/sharp ) from 0.32.5 to 0.32.6.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.32.5...v0.32.6 )
---
updated-dependencies:
- dependency-name: sharp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-16 19:39:07 +00:00
Nayam Amarshe
e610e7b8a9
Fix macos builds
2023-11-10 17:11:35 +05:30
Nayam Amarshe
85c8621d4e
Add mas build
2023-11-02 20:33:21 +05:30
Nayam Amarshe
c85dc63c87
Fix versions
2023-10-27 20:00:59 +05:30
Nayam Amarshe
0e13a8d061
Fix notarize
2023-10-27 18:07:48 +05:30
Nayam Amarshe
7480a6181f
Update daisyui
2023-10-26 15:58:01 +05:30
Nayam Amarshe
db36992313
Update packages, upgrade version
2023-10-26 15:57:08 +05:30