-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: 0xtbug/zero-limit
base: v1.1.0
head repository: 0xtbug/zero-limit
compare: v1.1.1
- 6 commits
- 13 files changed
- 2 contributors
Commits on Feb 13, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 369f14e - Browse repository at this point
Copy the full SHA 369f14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebe362a - Browse repository at this point
Copy the full SHA ebe362aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bb94269 - Browse repository at this point
Copy the full SHA bb94269View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e7b62e9 - Browse repository at this point
Copy the full SHA e7b62e9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for deed565 - Browse repository at this point
Copy the full SHA deed565View commit details -
Merge pull request #14 from 0xtbug/dev
feat(providers): add bulk refresh token management & improve artifact handling
Configuration menu - View commit details
-
Copy full SHA for 14ea213 - Browse repository at this point
Copy the full SHA 14ea213View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.1.1