Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chatgpt-web-dev/chatgpt-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: chatgpt-web-dev/chatgpt-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.1
Choose a head ref
  • 4 commits
  • 50 files changed
  • 1 contributor

Commits on Jun 18, 2025

  1. feat: enhance search query with advanced depth and refine result cont…

    …ent parsing (#629)
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    BobDu authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    9412c88 View commit details
    Browse the repository at this point in the history
  2. refactor: prompt store table to use raw data and improve UI (#630)

    * refactor: prompt store table to use raw data and improve UI
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    
    * refactor: prompt store table improve UI in mobile
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    
    ---------
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    BobDu authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    4880b1f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. feat: add configurable max search result (#631)

    * fix: try catch search timeout error
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    
    * feat: add configurable max search result
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    
    * feat: implement search test endpoint
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    
    ---------
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    BobDu authored Jun 21, 2025
    Configuration menu
    Copy the full SHA
    1d16e84 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. refactor: vue-i18n use composition api (#632)

    * refactor: vue-i18n use composition api
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    
    * refactor: vue i18n use typescript typing
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    
    * refactor: replace $t with t in vue-i18n usage
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    
    ---------
    
    Signed-off-by: Bob Du <i@bobdu.cc>
    BobDu authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    35e6e20 View commit details
    Browse the repository at this point in the history
Loading