- Modified component styles to use 'rounded-field' instead of 'rounded-btn' for consistency.
- Updated 'lucide-react' and 'react-resizable-panels' versions in package.json and package-lock.json.
- Adjusted paths in components.json for Tailwind CSS and global styles.
- Added new themes to the SelectTheme component for enhanced customization options.
- 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.
- 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.
Many users have requested things like using all AI models. I question the utility of that, though I believe such requests may arise from the hassle of doing that manually, so let's make it easier for users to do that manually.
* Turkish Translation
I’ve added a Turkish translation to make Upscayl more accessible to Turkish-speaking users. This aims to improve user experience and inclusivity.
* Language Switcher
* Update translations-atom.ts
* Tiny fixes
* Spelling mistake
With that, known translation distresses have been lowered to 1:
1- Line 161 incomprehensible English.
* VERSION 1!!!
COMPLETED THE TRANSLATION.
What changed:
I had been checking pull requests up and I saw French translation improvement. With that it has given me an inspiration.
* 161,162,163 language improvements and fixs
* Add new locale for Bahasa Indonesia
* Update Indonesian locale translations for clarity and consistency
* Retain model names in English and add high fidelity model
---------
Co-authored-by: NayamAmarshe <nayam@upscayl.org>
* Update translations-atom.ts
Added pt_PT to Locales type and translations object
* Update language-switcher.tsx
Added Portuguese language option to locale selection dropdown
* pt-PT language
New localization file with Portuguese translations
pt-PT language code for portuguese (Portugal)
* Update pt_PT.json
---------
Co-authored-by: NayamAmarshe <nayam@upscayl.org>