Quiver v2.3.3
Update checks
Manual Check for Updates now prompts you to act when updates are available, instead of showing a dismiss-only summary dialog.
- App updates only — Lists pending apps with version changes, then asks whether to review and update now. The review dialog lets you Update or Skip each app individually, or use Update All.
- Quiver update only — Clear Update Quiver / Not now prompt.
- Both Quiver and app updates — Choose Update Quiver, Update Apps, or Not now. Each option handles only that type of update; there is no ambiguous Yes/No follow-up.
- Everything up to date — No popup. A green checkmark badge appears on the update button after a successful check with nothing pending.
- Quiver check failed — No blocking dialog; the failure is shown in the update button tooltip.
App Catalog
- The repository URL field in the catalog edit form is now read-only, so you can copy the URL without accidentally changing it.
Developer
- Fixed a test-suite stall caused by the publish integration test blocking on unread process output.
- Slow publish integration test is excluded from the default local test run (
Category!=Slow); CI still runs the full suite.
Full test (local): dotnet test Quiver.sln -c Release
Fast test (local): dotnet test Quiver.sln -c Release --filter "Category!=Slow"