mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-22 23:50:36 -04:00
* main: (31 commits) Fix versioning suffix mismatch in browser extension package.json (#1274) Fix versioning suffix in wxt.config.ts (#1274) Delete nginx.conf (superseded by port specific configs) Update AppInfo.ts (#1274) Bump app alpha build version (#1274) Fix app initialize and reinitialize layout (#1274) Update bump version to use semver for app store marketing version (#1274) Update login/unlock.tsx (#1274) Use API version for communicating app version with API instead of full version (#1274) Bump version to 0.24.0 alpha for testing mobile app (#1274) Update versioning to support stage suffix (#1274) Add browser extension vault upgrade test (#1274) Update VaultMessageHandler.ts (#1274) Simplify mobile app error handling preventing duplicate popups (#1274) Update error type location (#1274) Mobile app logout flow and AppContext refactor (#1274) Check both dev and build folders for browser extension test (#1274) Add GitHub workflow for running e2e browser extension tests (#1274) Update BrowserExtensionPlaywrightTest.cs (#1274) Make ChromeExtensionTests.cs tests pass locally (#1274) ...