diff --git a/components/Dropdown.tsx b/components/Dropdown.tsx index 3962c01..13588f8 100644 --- a/components/Dropdown.tsx +++ b/components/Dropdown.tsx @@ -15,7 +15,7 @@ interface DropdownProps { export default function Dropdown(props: DropdownProps) { const { label, options } = props; return ( - + {label}
Last updated: 2021-10-23 (v2.2.3)
+
Last updated: 2021-10-25 (v2.2.4)
diff --git a/package.json b/package.json index 64b1ab5..8c98982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grassroots_covidpass", - "version": "2.2.3", + "version": "2.2.4", "author": "Billy Lo ", "license": "MIT", "private": false, diff --git a/pages/index.tsx b/pages/index.tsx index a196f7a..11f1b51 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -80,11 +80,12 @@ function Index(): JSX.Element {
Alberta
British Columbia
-
Ontario
+
Manitoba (NEW QR CODES ONLY)
Newfoundland and Labrador
Northwest Territories
Nova Scotia
Nunavut
+
Ontario
Prince Edward Island
Québec
Saskatchewan
@@ -106,11 +107,12 @@ function Index(): JSX.Element {
Virginia
{displayPassCount}

- Nunavut support added - Oct 25th update: + Nunavut and Manitoba support added - Oct 25th update:

  • Thank you very much to the Government of Nunavut for proactively reaching out to us to allow us to add support for Nunavummiut!
  • +
  • Support for newly-released Manitoba federal-standard QR codes
  • (Often-requested) support added for importing proof-of-vaccination into Google Pay on Android 8.1+
  • You can now scan QR codes directly off of paper or a screen with your camera, eliminating the need to upload PDFs or pictures
  • Support added for importing QR codes from images as well as from PDFs
  • diff --git a/public/locales/en/faq.yml b/public/locales/en/faq.yml index 37f8f49..5bd7d22 100644 --- a/public/locales/en/faq.yml +++ b/public/locales/en/faq.yml @@ -28,7 +28,7 @@ familyA: Yes. You can save multiple Apple Wallet, Google Pay, or Photo cards on freeQ: Is this free and non-commercial? freeA: Similar to %s, there are no commercial interests. Just volunteers trying to do our part to help the community. otherProvincesQ: How about support for other provinces or US states? -otherProvincesA: We now have support for Ontario, British Columbia, Québec, Alberta, Saskatchewan, Nova Scotia, Yukon, Northwest Territories, Nunavut, Newfoundland and Labrador, Prince Edward Island, California, New York, New Jersey, Louisiana, Hawaii, Virginia, Utah, Kentucky, Oklahoma, New Mexico, Nevada, Connecticut, and Delaware QR codes. If you have a QR code that is not currently supported by our app, please contact us at %s +otherProvincesA: We now have support for Ontario, British Columbia, Québec, Alberta, Saskatchewan, Manitoba (new QR codes only), Nova Scotia, Yukon, Northwest Territories, Nunavut, Newfoundland and Labrador, Prince Edward Island, California, New York, New Jersey, Louisiana, Hawaii, Virginia, Utah, Kentucky, Oklahoma, New Mexico, Nevada, Connecticut, and Delaware QR codes. If you have a QR code that is not currently supported by our app, please contact us at %s appleWatchQ: How about Apple Watch? appleWatchA: If you have iCloud sync enabled, you will see the pass on the watch too. Please be aware though that the new QR codes may be too large to display accurately on older Apple Watches due to their screen size. whyQ: Why have we taken time to build this? diff --git a/src/sentry.ts b/src/sentry.ts index 55538a9..9d0c0fa 100644 --- a/src/sentry.ts +++ b/src/sentry.ts @@ -3,7 +3,7 @@ import { Integrations } from '@sentry/tracing'; export const initSentry = () => { SentryModule.init({ - release: 'grassroots_covidpass@2.2.3', // App version. Needs to be manually updated as we go unless we make the build smarter + release: 'grassroots_covidpass@2.2.4', // App version. Needs to be manually updated as we go unless we make the build smarter dsn: 'https://7120dcf8548c4c5cb148cdde2ed6a778@o1015766.ingest.sentry.io/5981424', integrations: [ new Integrations.BrowserTracing(),