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: 0xtbug/zero-limit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: 0xtbug/zero-limit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 2 contributors

Commits on Feb 13, 2026

  1. build(release): improve artifact handling robustness and logging

    Update find commands for AppImage updater artifacts to use more generic wildcards.
    Configure `action-gh-release` to not fail on unmatched files.
    Set `actions/upload-artifact` to warn if signature files are not found.
    Enhance log messages for artifact preparation steps.
    
    These changes make artifact matching more resilient to filename variations.
    They prevent the release workflow from failing if optional artifacts are missing.
    Improved logging provides clearer feedback during artifact preparation.
    0xtbug committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    369f14e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe362a View commit details
    Browse the repository at this point in the history
  3. feat(providers): implement delete all connected accounts functionality

    Adds a "Delete All" button and confirmation dialog to the Providers page.
    Introduces `isDeletingAll`, `executeDeleteAll`, `showDeleteAllConfirmation`,
    and `setShowDeleteAllConfirmation` states and functions in `useProvidersPresenter`.
    Implements the `executeDeleteAll` logic to call the new `authFilesApi.deleteAll`
    endpoint. Adds the `deleteAll` method to `authFilesApi` to send a DELETE
    request to `/auth-files?all=true`. Includes new internationalization keys
    for "Delete All" related texts across all locales. Bumps the application
    version to `1.1.0` in `package.json`, `Cargo.toml`, and `tauri.conf.json`.
    
    This provides users with a convenient and efficient way to remove all their
    connected provider accounts simultaneously, improving account management.
    It also ensures a consistent and localized user experience for this new
    functionality and reflects the new feature set in the application's version.
    0xtbug committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    bb94269 View commit details
    Browse the repository at this point in the history
  4. feat(providers): add ability to copy refresh token

    Adds a button to copy the refresh token for each provider directly from the UI.
    This allows users to easily retrieve their refresh tokens for debugging or other uses.
    Introduces a `copyRefreshToken` function in the presenter to handle the logic.
    Adds a new API endpoint to download the content of an authentication file.
    Updates the `AuthFile` type to include an optional `name` property.
    Adds corresponding translation keys for the new functionality.
    0xtbug committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    e7b62e9 View commit details
    Browse the repository at this point in the history
  5. feat(providers): implement "Copy All" refresh tokens functionality

    Adds a new "Copy All" button to the Providers page, allowing users to copy refresh tokens from multiple selected providers.
    
    This feature includes:
    - A new dialog for selecting providers to include in the copy operation.
    - State management in `useProvidersPresenter` for the modal, selection, and copying process.
    - Logic to fetch and concatenate refresh tokens from selected providers.
    - Clipboard integration to copy the combined refresh tokens.
    - Internationalization support for new strings related to "Copy All" functionality.
    
    This enhances user convenience by providing a bulk action for managing refresh tokens.
    0xtbug committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    deed565 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from 0xtbug/dev

    feat(providers): add bulk refresh token management & improve artifact handling
    0xtbug authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    14ea213 View commit details
    Browse the repository at this point in the history
Loading