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: janhq/jan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev@{1day}
Choose a base ref
...
head repository: janhq/jan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 16 commits
  • 45 files changed
  • 9 contributors

Commits on Nov 1, 2025

  1. French Translation

    fredatgithub committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    d73adc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    54c6aa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    9ca4d47 View commit details
    Browse the repository at this point in the history
  2. Update web-app/src/locales/fr/common.json

    Co-authored-by: Copilot <[email protected]>
    fredatgithub and Copilot authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    ef508e0 View commit details
    Browse the repository at this point in the history
  3. Update web-app/src/locales/fr/common.json

    Co-authored-by: Copilot <[email protected]>
    fredatgithub and Copilot authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    325a606 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6032f77 View commit details
    Browse the repository at this point in the history
  5. Update web-app/src/locales/fr/common.json

    Co-authored-by: Copilot <[email protected]>
    fredatgithub and Copilot authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    7af07d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37d1465 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cca9e40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d66136a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76c67b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Merge pull request #6884 from github-roushan/dismiss-dropdown

    fix: hide thread dropdown on delete dialog confirmation popup
    urmauur authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    b6ada1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6849 from fredatgithub/French_translation

    French Translation
    Vanalite authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    cb67a0d View commit details
    Browse the repository at this point in the history
  3. feat: Russian localization (#6869)

    * Add files via upload
    
    Updating localization files
    
    * Update LanguageSwitcher.tsx
    
    Added Russian language option
    
    * Add files via upload
    
    Removing the trailing newline character
    
    * Add files via upload
    
    UI Testing, Translation & Contextual QA
    Kuzmich55 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    6150688 View commit details
    Browse the repository at this point in the history
  4. feat: replace Tauri dialog plugin with rfd integration (#6850)

    * feat: replace Tauri dialog plugin with rfd integration
    
    Remove the legacy `tauri-plugin-dialog` dependency and its capability entry, adding `rfd` as a cross‑platform native file dialog library.
    Introduce `open_dialog` and `save_dialog` commands that expose file‑selection and save dialogs to the frontend, along with a `DialogOpenOptions` model for filter, directory, and multiple‑file support.
    Update the `TauriDialogService` to invoke these new commands instead of the removed plugin, ensuring a cleaner build and consistent dialog behaviour across desktop targets.
    
    * chore: remove unused serde_json import
    
    Remove the unnecessary serde_json import from `src-tauri/src/core/filesystem/commands.rs` to keep the codebase clean and eliminate unused dependencies. This small refactor improves build clarity and reduces potential lint warnings.
    qnixsynapse authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    3825767 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b7ee77 View commit details
    Browse the repository at this point in the history
Loading