-
-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: vertopal/vertopal-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vertopal/vertopal-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 12 files changed
- 1 contributor
Commits on Nov 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 148d1fb - Browse repository at this point
Copy the full SHA 148d1fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fdcd40 - Browse repository at this point
Copy the full SHA 8fdcd40View commit details -
feat(config): expose Config with runtime overrides and masking
Renamed _Config to Config and added it to the public API (`__all__`). Added `update()` and `clear_overrides()` for in-memory runtime overrides. Updated `get()` to respect overrides before user config and defaults. Introduced `_SENSITIVE_KEYS` tuple and masked sensitive values in `__str__` and `__repr__`. Marked `set()`, `remove()`, and `save()` as [INTERNAL USE ONLY] in docstrings. Clarified resolution priority in class and method docstrings. Updated `vertopal.api.interface` to import and use `Config` instead of `_Config`. Updated `vertopal.cli.config_manager` to import and use `Config`, and adjusted docstrings to reference internal methods. Exposed `Config` at the top-level in `vertopal/__init__.py` for external usage. Added CHANGELOG entry under Unreleased documenting new Config features.
Configuration menu - View commit details
-
Copy full SHA for 0924b4c - Browse repository at this point
Copy the full SHA 0924b4cView commit details
Commits on Nov 19, 2025
-
fix(utils): improve _ChunkedFileWrapper for reliable streaming
Rewind file streams before upload to prevent EMPTY_FILE errors and truncated uploads. Added __len__, __iter__, and __next__ magic methods to improve compatibility with streaming clients and support chunk iteration. Added CHANGELOG entry under Unreleased documenting _ChunkedFileWrapper fixes.
Configuration menu - View commit details
-
Copy full SHA for 047ebf8 - Browse repository at this point
Copy the full SHA 047ebf8View commit details
Commits on Nov 27, 2025
-
feat(exceptions): add new API errors (TooManyRequests, FreeAppLimited…
…, DisabledForFreeApp, WrongFormatStructure, InvalidFormat) Updated CHANGELOG to document new exceptions.
Configuration menu - View commit details
-
Copy full SHA for e7f1fb8 - Browse repository at this point
Copy the full SHA e7f1fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e1906 - Browse repository at this point
Copy the full SHA d4e1906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dee702 - Browse repository at this point
Copy the full SHA 1dee702View commit details
Loading
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 v2.1.0...v2.2.0