diff --git a/src/lib/overlays/welcome.svelte b/src/lib/overlays/welcome.svelte index 8a1753e..a365197 100644 --- a/src/lib/overlays/welcome.svelte +++ b/src/lib/overlays/welcome.svelte @@ -20,11 +20,11 @@ } const pageText: string[] = [ - '

A new way to find PIS Codes

' + - "

You can now use a headcode to find a PIS code where there is only a partial match

" + - '

For now, you can see a PIS code where you need to skip some stops at the start,

' + - '

soon, you will be able to find PIS codes where you need to skip stops at the end.

' + - '

Check out our Facebook page where a video guide will be available soon.

', + '

Resgistration Errors

' + + "

There is an issue registering with GWR email addresses being caused by the phishing prevension system in use.

" + + '

You will be able to use Headcode and PIS lookups without registering.

' + + '

Staff departure boards will remain unavailable unless registered due to sensitive information which may be shown.

' + + '

Join the conversation on the Facebook page where updates will be given.

', ]; diff --git a/src/lib/stores/version.ts b/src/lib/stores/version.ts index 5510fb6..ec66fbd 100644 --- a/src/lib/stores/version.ts +++ b/src/lib/stores/version.ts @@ -1,3 +1,3 @@ -export const version: string = '2024.2.2'; +export const version: string = '2024.3.0'; export const versionTag: string = ''; -export const showWelcome: boolean = false; +export const showWelcome: boolean = true;