Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Railway auto-update #2

Merged
merged 384 commits into from
Dec 7, 2024
Merged

Railway auto-update #2

merged 384 commits into from
Dec 7, 2024

Conversation

railway-app[bot]
Copy link

@railway-app railway-app bot commented Dec 30, 2023

This PR was automatically created by Railway in order to bring your project up-to-date with the source repo it was originally created from.

We have also created a PR deploy for you on your project to test out the new updates. We recommend testing things out on this PR deploy and then merging the PR when you're happy with how things work.

Algorithm5838 and others added 30 commits September 26, 2023 20:45
[+] feat(auth.tsx): add support for resetting access token in resetAccessCode function
[+] fix(auth.tsx): fix formatting issue in resetAccessCode function
[+] feat(locales): add support for sub tips in Auth component for multiple languages :
  - Add sub tips in Arabic locale (ar.ts)
  - Add sub tips in Bengali locale (bn.ts)
  - Add sub tips in Chinese locale (cn.ts)
  - Add sub tips in English locale (en.ts)
  - Add sub tips in Indonesian locale (id.ts)
[+] feat(auth.tsx): add goChat function to navigate to chat page
[+] fix(auth.tsx): change onClick event from goHome to goChat
[+] refactor(id.ts): remove unused import and isApp variable
[+] fix(id.ts): update Unauthorized error message
[+] fix(auth.tsx): fix conditional rendering of token input field
[+] refactor(auth.tsx): improve code readability by using conditional rendering for token input field
[+] feat(global.d.ts): add support for window.__TAURI__.notification methods
[+] feat(update.ts): add notification for new version availability
[+] fix(Cargo.toml): add tauri feature "notification-all" to enable notifications
[+] fix(tauri.conf.json): enable all notification features in tauri configuration
…eb#2884

[+] fix(exporter.tsx): add async keyword to download function
[+] feat(exporter.tsx): add support for saving image file using window.__TAURI__ API
[+] feat(global.d.ts): add types for window.__TAURI__ API methods
[+] feat(locales): add translations for download success and failure messages
[+] feat(sync.ts): add support for generating backup file name with date and time
[+] fix(utils.ts): add async keyword to downloadAs function and add support for saving file using window.__TAURI__ API
[+] fix(update.ts): remove unnecessary notification sending when permission is not granted
[+] feat(update.ts): add notification for already up to date version
[+] feat(update.ts): add support for localization in update notifications
[+] fix(update.ts): add missing semicolon in useUpdateStore function
-   config.ts
    -   line 72 remove type confirmation of x as x always has type 'number'
    -   line 135 remove redundant local variable
-   chat.ts
    -   delete unused import
-   config.ts
    -   line 72: remove type confirmation of x as x always has type 'number'
    -   line 135: remove the redundant local variable
-   chat.ts
    -   delete the unused import
似乎这里引入了一个逻辑判断错误,会导致打包之后的界面变宽变高。
Simple typo fix.
fredliang44 and others added 26 commits December 25, 2023 04:07
fix: fix issue cannot using gemini-pro with code auth
chore: auto concat messages for gemini-pro
fix: fix auth key selection when using different model
fix: removing `bearer` from auth header when using azure
fix: return bearer header when using openai
fix: remove the content-encoding header
- [+] chore(package.json): update @tauri-apps/cli devDependency to version 1.5.7
- [+] chore(yarn.lock): update @tauri-apps/cli versions to 1.5.7
* chore: update auth value logic

* chore: bump version 2.10.1
* chore: update auth value logic

* chore: bump version 2.10.1

* Chore [Package] Downgrade Tauri Builder Version (ChatGPTNextWeb#3656)

- [+] chore(package.json): update @tauri-apps/cli devDependency to version 1.5.7
- [+] chore(yarn.lock): update @tauri-apps/cli versions to 1.5.7

* chore: update README.md

---------

Co-authored-by: H0llyW00dzZ <priv8@btz.pm>
* feat: support streaming for Gemini Pro

* feat: display texts smoothly

* chore: remove comments
Copy link
Author

railway-app bot commented Dec 30, 2023

This PR is being deployed to Railway 🚅

@hughlv hughlv merged commit 5cf58d9 into main Dec 7, 2024
1 check passed
hughlv pushed a commit that referenced this pull request Dec 7, 2024
using indexdb store image data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.