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

A brand new look

' + - "

OwlBoard has a brand new look, making it even faster for you to access the data - you won't have to register again.

" + - "

Live station data is still available right from the homepage. If you are signed up, you'll get improved data from the Staff board. Bus and Ferry services are still included

" + - '

Train Data & PIS is now available right from the homepage if you are searching by headcode, for other PIS searches, the PIS finder is in the bottom menu

', - '

Staff Station Boards

' + - '

If you are registered, staff station boards will be available.

' + - '

Staff boards will show hidden platform numbers as well as ECS moves

' + - '

You can also tap on a train to see live train data.

', - '

Everything Else

' + - "

Everything else has moved to the 'More' menu, where you'll find the Reference Code lookup and software details." + - '
' + - '

You will only see this welcome page again when there are new updates

' + '

Sign-up Fixed

' + + "

An issue present since 28/07/2023 has meant that new users or users with expired logins are unable to register.

" + + '

This issue has now been fixed and new users will be able to register for Rail Staff Access

', + '

Always Improving

' + + '

OwlBoard is always improving, the current improvements aim to improve performance when you have low mobile signal.

' ]; @@ -60,7 +53,7 @@ left: 50%; transform: translateX(-50%); width: 85%; - height: 85vh; + height: 75vh; max-height: 600px; overflow-y: auto; max-width: 400px; diff --git a/src/lib/stores/version.ts b/src/lib/stores/version.ts index 2bd83dc..6fe8ccd 100644 --- a/src/lib/stores/version.ts +++ b/src/lib/stores/version.ts @@ -1,3 +1,3 @@ -export const version: string = '2023.7.1'; -export const versionTag: string = 'beta8'; +export const version: string = '2023.8.1'; +export const versionTag: string = ''; export const showWelcome: boolean = true;