diff --git a/.build/build.fsx b/.build/build.fsx index 3ddbab04..ab52fdb1 100644 --- a/.build/build.fsx +++ b/.build/build.fsx @@ -68,7 +68,7 @@ Target "VersionUpdate" (fun _ -> let changeLog = XDocument.Load(changeLogPath) let versionLogs = changeLog - |> fun changelog -> changelog.Descendants(XName.Get("Version", "https://releases.gallifreyapp.co.uk/ChangeLog")) + |> fun changelog -> changelog.Descendants(XName.Get("Version", "https://gallifrey-releases.blyth.me.uk/ChangeLog")) |> Seq.filter(fun x -> x.Attribute(XName.Get("Number")).Value = "0.0.0.0" || x.Attribute(XName.Get("Number")).Value = versionNumber) if versionLogs |> Seq.isEmpty then failwithf "No change log for version 0.0.0.0 or %s" versionNumber @@ -143,7 +143,7 @@ Target "Publish-ReleaseRepo" (fun _ -> enableProcessTracing <- false directRunGitCommandAndFail currentDirectory (sprintf "remote set-url origin https://%s:x-oauth-basic@github.com/BlythMeister/Gallifrey.git" githubApiKey) directRunGitCommandAndFail releasesRepo (sprintf "remote set-url origin https://%s:x-oauth-basic@github.com/BlythMeister/Gallifrey.Releases.git" githubApiKey) - directRunGitCommandAndFail releasesRepo "config --global user.email \"publish@gallifreyapp.co.uk\"" + directRunGitCommandAndFail releasesRepo "config --global user.email \"publish@gallifrey.blyth.me.uk\"" directRunGitCommandAndFail releasesRepo "config --global user.name \"Gallifrey Auto Publish\"" enableProcessTracing <- true @@ -191,13 +191,13 @@ Target "Publish-ReleaseNotes" (fun _ -> let releaseVersion = if isStable then baseVersion else versionNumber let versionLog = XDocument.Load(changeLogPath) - |> fun changelog -> changelog.Descendants(XName.Get("Version", "https://releases.gallifreyapp.co.uk/ChangeLog")) + |> fun changelog -> changelog.Descendants(XName.Get("Version", "https://gallifrey-releases.blyth.me.uk/ChangeLog")) |> Seq.filter(fun x -> x.Attribute(XName.Get("Number")).Value.StartsWith(releaseVersion)) |> Seq.head - let features = versionLog.Descendants(XName.Get("Feature", "https://releases.gallifreyapp.co.uk/ChangeLog")) |> Seq.map(fun x -> sprintf "* %s" x.Value) |> Seq.toList - let bugs = versionLog.Descendants(XName.Get("Bug", "https://releases.gallifreyapp.co.uk/ChangeLog")) |> Seq.map(fun x -> sprintf "* %s" x.Value) |> Seq.toList - let others = versionLog.Descendants(XName.Get("Other", "https://releases.gallifreyapp.co.uk/ChangeLog")) |> Seq.map(fun x -> sprintf "* %s" x.Value) |> Seq.toList + let features = versionLog.Descendants(XName.Get("Feature", "https://gallifrey-releases.blyth.me.uk/ChangeLog")) |> Seq.map(fun x -> sprintf "* %s" x.Value) |> Seq.toList + let bugs = versionLog.Descendants(XName.Get("Bug", "https://gallifrey-releases.blyth.me.uk/ChangeLog")) |> Seq.map(fun x -> sprintf "* %s" x.Value) |> Seq.toList + let others = versionLog.Descendants(XName.Get("Other", "https://gallifrey-releases.blyth.me.uk/ChangeLog")) |> Seq.map(fun x -> sprintf "* %s" x.Value) |> Seq.toList let versionName = versionLog.Attribute(XName.Get("Name")) let releaseNotes = [ @@ -235,7 +235,7 @@ Target "Publish-ReleaseNotes" (fun _ -> |> fun x -> x.AppendLine("") |> fun x -> x.AppendLine(String.Join("\n", releaseNotes).Replace("# ","#### ")) |> fun x -> x.AppendLine("") - |> fun x -> x.AppendLine("To download the latest version of the app head to ") + |> fun x -> x.AppendLine("To download the latest version of the app head to ") |> fun x -> File.WriteAllText(releasesNewsFile, x.ToString()) checkoutBranch currentDirectory branchName diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index a15cbda2..270f6b86 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -6,4 +6,4 @@ open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -custom: https://www.gallifreyapp.co.uk/donations/ +custom: https://gallifrey.blyth.me.uk/donations/ diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 59338766..7322845a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at info@gallifreyapp.co.uk. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at gallifrey@blyth.me.uk. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/README.md b/README.md index 9130e21d..4e87faf4 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,19 @@ Gallifrey has a beta and stable version of the app. **Installing on Windows 8+ will alert with SmartScreen, you should be able to "Run Anyway" until I can afford a proper certificate, there is no way around this! After a couple of runs, the warning should stop** -* [Stable Release](http://releases.gallifreyapp.co.uk/download/modern/stable/setup.exe) -* [Beta Release](http://releases.gallifreyapp.co.uk/download/modern/beta/setup.exe) +* [Stable Release](http://gallifrey-releases.blyth.me.uk/download/modern/stable/setup.exe) +* [Beta Release](http://gallifrey-releases.blyth.me.uk/download/modern/beta/setup.exe) Donate ========= Please help us keep this project up and running by donating. -[Click Here to donate](http://www.gallifreyapp.co.uk/donations.html) +[Click Here to donate](http://gallifrey.blyth.me.uk/donations.html) Support ========= -You can get app support via [twitter](https://twitter.com/GallifreyApp) or via [email](mailto:support@GallifreyApp.co.uk). +You can get app support via [twitter](https://twitter.com/GallifreyApp) or via [email](mailto:gallifrey@blyth.me.uk). There is also a [Slack workspace](https://join.slack.com/t/gallifreyapp/shared_invite/enQtNDA2MDU3OTYwNDgyLTc3YjBjOTc2MDkxNWM3MWYxNDgwNTMyMWI5ZmRhYmZiZWRlOGVkMGQwZDFlOTJlN2I4ZGI5MmExZGY5ZmM2YjI). We are using GitHub issues to maintain a backlog and track bugs, so feel free to raise issues there (https://github.com/BlythMeister/Gallifrey/issues) diff --git a/appveyor.yml b/appveyor.yml index 4a9c7261..d2d99ebf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ - docs/* - '**/*.html' - '**/*.md' -version: '3.23.0.{build}' +version: '3.24.0.{build}' skip_tags: true image: Visual Studio 2019 clone_folder: c:\project\gallifrey diff --git a/docs/_config.yml b/docs/_config.yml index 8581d2cc..ea5345de 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ #Basic Settings title: Gallifrey App description: "Get the best assistant to help manage your 'wibbily wobbly timey wimey' for Jira! A simple, light-weight Jira time logging companion to help you travel the Jira universe!" -url: https://www.gallifreyapp.co.uk +url: https://gallifrey.blyth.me.uk logo: /images/Logo.png lang: en_GB enableCsp: true diff --git a/docs/_includes/sidebar.html b/docs/_includes/sidebar.html index 4dc924b4..4bd8ab0d 100644 --- a/docs/_includes/sidebar.html +++ b/docs/_includes/sidebar.html @@ -11,7 +11,7 @@

About Us

- + diff --git a/docs/_posts/2017-12-18-release-3-7-8.md b/docs/_posts/2017-12-18-release-3-7-8.md index 74e1df07..5add83d9 100644 --- a/docs/_posts/2017-12-18-release-3-7-8.md +++ b/docs/_posts/2017-12-18-release-3-7-8.md @@ -15,4 +15,4 @@ This version contains the following changes: * Publish fixes -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-05-01-release-3-8-0.md b/docs/_posts/2018-05-01-release-3-8-0.md index c7c8b996..3a680e8f 100644 --- a/docs/_posts/2018-05-01-release-3-8-0.md +++ b/docs/_posts/2018-05-01-release-3-8-0.md @@ -27,4 +27,4 @@ This version contains the following changes: * Automatic cloudflare cache purge on build -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-06-23-release-3-9-0.md b/docs/_posts/2018-06-23-release-3-9-0.md index cf0d9e5d..c0d90eda 100644 --- a/docs/_posts/2018-06-23-release-3-9-0.md +++ b/docs/_posts/2018-06-23-release-3-9-0.md @@ -31,4 +31,4 @@ This version contains the following changes: * Dependency update -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-06-25-release-3-9-1.md b/docs/_posts/2018-06-25-release-3-9-1.md index fc9460f1..6794fea4 100644 --- a/docs/_posts/2018-06-25-release-3-9-1.md +++ b/docs/_posts/2018-06-25-release-3-9-1.md @@ -16,4 +16,4 @@ This version contains the following changes: * Fix issue with login failure on start-up causing crash -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-06-26-release-3-9-2.md b/docs/_posts/2018-06-26-release-3-9-2.md index d5a3266d..c95010f4 100644 --- a/docs/_posts/2018-06-26-release-3-9-2.md +++ b/docs/_posts/2018-06-26-release-3-9-2.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issue duplicate timers -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-05-release-3-10-0.md b/docs/_posts/2018-07-05-release-3-10-0.md index ce54a366..2256d731 100644 --- a/docs/_posts/2018-07-05-release-3-10-0.md +++ b/docs/_posts/2018-07-05-release-3-10-0.md @@ -22,4 +22,4 @@ This version contains the following changes: * Improve handling of failed updates -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-06-release-3-10-1.md b/docs/_posts/2018-07-06-release-3-10-1.md index 2056b58f..8effcb09 100644 --- a/docs/_posts/2018-07-06-release-3-10-1.md +++ b/docs/_posts/2018-07-06-release-3-10-1.md @@ -16,4 +16,4 @@ This version contains the following changes: * Fix issue when remaining is over 24 hours -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-07-release-3-10-2.md b/docs/_posts/2018-07-07-release-3-10-2.md index 257055f5..801fb8dd 100644 --- a/docs/_posts/2018-07-07-release-3-10-2.md +++ b/docs/_posts/2018-07-07-release-3-10-2.md @@ -15,4 +15,4 @@ This version contains the following changes: * Update Exceptionless API Key -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-09-release-3-10-3.md b/docs/_posts/2018-07-09-release-3-10-3.md index 12558471..df0a130e 100644 --- a/docs/_posts/2018-07-09-release-3-10-3.md +++ b/docs/_posts/2018-07-09-release-3-10-3.md @@ -17,4 +17,4 @@ This version contains the following changes: * Exception tracking fixes -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-10-release-3-10-4.md b/docs/_posts/2018-07-10-release-3-10-4.md index d743503a..738ebf07 100644 --- a/docs/_posts/2018-07-10-release-3-10-4.md +++ b/docs/_posts/2018-07-10-release-3-10-4.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issues with saving settings -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-10-10.md b/docs/_posts/2018-07-23-release-3-10-10.md index 26b5873b..64cc8356 100644 --- a/docs/_posts/2018-07-23-release-3-10-10.md +++ b/docs/_posts/2018-07-23-release-3-10-10.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix tracking version number -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-10-11.md b/docs/_posts/2018-07-23-release-3-10-11.md index a96eeb00..5dea0b69 100644 --- a/docs/_posts/2018-07-23-release-3-10-11.md +++ b/docs/_posts/2018-07-23-release-3-10-11.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix the fixes... -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-10-12.md b/docs/_posts/2018-07-23-release-3-10-12.md index 86fa10db..8d514811 100644 --- a/docs/_posts/2018-07-23-release-3-10-12.md +++ b/docs/_posts/2018-07-23-release-3-10-12.md @@ -19,4 +19,4 @@ This version contains the following changes: * Update tracking message format -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-10-5.md b/docs/_posts/2018-07-23-release-3-10-5.md index ccd2057d..02e991e0 100644 --- a/docs/_posts/2018-07-23-release-3-10-5.md +++ b/docs/_posts/2018-07-23-release-3-10-5.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issues with update errors -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-10-6.md b/docs/_posts/2018-07-23-release-3-10-6.md index 8be9454e..a800eea0 100644 --- a/docs/_posts/2018-07-23-release-3-10-6.md +++ b/docs/_posts/2018-07-23-release-3-10-6.md @@ -15,4 +15,4 @@ This version contains the following changes: * Prevent app auto restart when dialog open -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-10-7.md b/docs/_posts/2018-07-23-release-3-10-7.md index 1cefb04b..2a4331c7 100644 --- a/docs/_posts/2018-07-23-release-3-10-7.md +++ b/docs/_posts/2018-07-23-release-3-10-7.md @@ -15,4 +15,4 @@ This version contains the following changes: * Revert 3.10.6.0 -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-10-8.md b/docs/_posts/2018-07-23-release-3-10-8.md index 3f7173d3..37ca3c90 100644 --- a/docs/_posts/2018-07-23-release-3-10-8.md +++ b/docs/_posts/2018-07-23-release-3-10-8.md @@ -16,4 +16,4 @@ This version contains the following changes: * Update settings encryption to be case insensitive -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-10-9.md b/docs/_posts/2018-07-23-release-3-10-9.md index 397b6997..b7a23429 100644 --- a/docs/_posts/2018-07-23-release-3-10-9.md +++ b/docs/_posts/2018-07-23-release-3-10-9.md @@ -15,4 +15,4 @@ This version contains the following changes: * Add additional information to error tracking -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-23-release-3-11-0.md b/docs/_posts/2018-07-23-release-3-11-0.md index 0f28503c..26811f1b 100644 --- a/docs/_posts/2018-07-23-release-3-11-0.md +++ b/docs/_posts/2018-07-23-release-3-11-0.md @@ -32,4 +32,4 @@ This version contains the following changes: * Update Exceptionless API Key -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-07-27-release-3-11-1.md b/docs/_posts/2018-07-27-release-3-11-1.md index 8d6ae15f..0a1e75a2 100644 --- a/docs/_posts/2018-07-27-release-3-11-1.md +++ b/docs/_posts/2018-07-27-release-3-11-1.md @@ -15,4 +15,4 @@ This version contains the following changes: * Updated Gitter links to Slack -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-08-20-release-3-11-2.md b/docs/_posts/2018-08-20-release-3-11-2.md index 421c0dae..da57dda1 100644 --- a/docs/_posts/2018-08-20-release-3-11-2.md +++ b/docs/_posts/2018-08-20-release-3-11-2.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issue with Jira search -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-08-28-release-3-11-3.md b/docs/_posts/2018-08-28-release-3-11-3.md index 4ce971bd..a4ec646f 100644 --- a/docs/_posts/2018-08-28-release-3-11-3.md +++ b/docs/_posts/2018-08-28-release-3-11-3.md @@ -15,4 +15,4 @@ This version contains the following changes: * Icon updates -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-09-07-release-3-11-4.md b/docs/_posts/2018-09-07-release-3-11-4.md index 1b1be16c..f5ac8d87 100644 --- a/docs/_posts/2018-09-07-release-3-11-4.md +++ b/docs/_posts/2018-09-07-release-3-11-4.md @@ -19,4 +19,4 @@ This version contains the following changes: * Dependency updates -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-09-07-release-3-11-5.md b/docs/_posts/2018-09-07-release-3-11-5.md index 2a9e8374..a53f1e7e 100644 --- a/docs/_posts/2018-09-07-release-3-11-5.md +++ b/docs/_posts/2018-09-07-release-3-11-5.md @@ -15,4 +15,4 @@ This version contains the following changes: * Prevent more than 1 concurrent update check -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-09-24-release-3-11-6.md b/docs/_posts/2018-09-24-release-3-11-6.md index 276e85c4..ae20a36e 100644 --- a/docs/_posts/2018-09-24-release-3-11-6.md +++ b/docs/_posts/2018-09-24-release-3-11-6.md @@ -15,4 +15,4 @@ This version contains the following changes: * Automatically try and use file backups if loading file fails -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-10-22-release-3-11-7.md b/docs/_posts/2018-10-22-release-3-11-7.md index 3145983b..8058ee0d 100644 --- a/docs/_posts/2018-10-22-release-3-11-7.md +++ b/docs/_posts/2018-10-22-release-3-11-7.md @@ -15,4 +15,4 @@ This version contains the following changes: * Explicitly set leave remaining time when exporting to Tempo -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-10-23-release-3-12-0.md b/docs/_posts/2018-10-23-release-3-12-0.md index 4aabf926..d6d12ce7 100644 --- a/docs/_posts/2018-10-23-release-3-12-0.md +++ b/docs/_posts/2018-10-23-release-3-12-0.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issue whereby updates never get applied -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-10-23-release-3-12-1.md b/docs/_posts/2018-10-23-release-3-12-1.md index 293c4906..3c60ccde 100644 --- a/docs/_posts/2018-10-23-release-3-12-1.md +++ b/docs/_posts/2018-10-23-release-3-12-1.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issue whereby updates never get applied -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2018-12-18-release-3-13-0.md b/docs/_posts/2018-12-18-release-3-13-0.md index 4973ea4f..f98af6e6 100644 --- a/docs/_posts/2018-12-18-release-3-13-0.md +++ b/docs/_posts/2018-12-18-release-3-13-0.md @@ -19,4 +19,4 @@ This version contains the following changes: * Dependency update -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-02-04-release-3-14-1.md b/docs/_posts/2019-02-04-release-3-14-1.md index 25846111..ac78fd4c 100644 --- a/docs/_posts/2019-02-04-release-3-14-1.md +++ b/docs/_posts/2019-02-04-release-3-14-1.md @@ -15,4 +15,4 @@ This version contains the following changes: * Version number bump to fix release -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-02-28-release-3-14-2.md b/docs/_posts/2019-02-28-release-3-14-2.md index 35aba7f0..27bd16b0 100644 --- a/docs/_posts/2019-02-28-release-3-14-2.md +++ b/docs/_posts/2019-02-28-release-3-14-2.md @@ -21,4 +21,4 @@ This version contains the following changes: * Dependency update -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-03-04-release-3-14-3.md b/docs/_posts/2019-03-04-release-3-14-3.md index c12c7a34..16e90760 100644 --- a/docs/_posts/2019-03-04-release-3-14-3.md +++ b/docs/_posts/2019-03-04-release-3-14-3.md @@ -16,4 +16,4 @@ This version contains the following changes: * Improve handled error handling -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-03-12-release-3-14-4.md b/docs/_posts/2019-03-12-release-3-14-4.md index be6417cc..0cb72577 100644 --- a/docs/_posts/2019-03-12-release-3-14-4.md +++ b/docs/_posts/2019-03-12-release-3-14-4.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issue with duplicate timers -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-03-29-release-3-15-0.md b/docs/_posts/2019-03-29-release-3-15-0.md index bc20540d..43bd78f4 100644 --- a/docs/_posts/2019-03-29-release-3-15-0.md +++ b/docs/_posts/2019-03-29-release-3-15-0.md @@ -15,4 +15,4 @@ This version contains the following changes: * Dependency update -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-03-29-release-3-15-1.md b/docs/_posts/2019-03-29-release-3-15-1.md index 2355efd5..e4121a5b 100644 --- a/docs/_posts/2019-03-29-release-3-15-1.md +++ b/docs/_posts/2019-03-29-release-3-15-1.md @@ -15,4 +15,4 @@ This version contains the following changes: * Update to use the Tempo v3 API as the old ones have been deprecated -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-04-29-release-3-15-2.md b/docs/_posts/2019-04-29-release-3-15-2.md index 7da21057..e3780296 100644 --- a/docs/_posts/2019-04-29-release-3-15-2.md +++ b/docs/_posts/2019-04-29-release-3-15-2.md @@ -15,4 +15,4 @@ This version contains the following changes: * Add ability to retry Jira login if login failed without need to go through login dialogs -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-06-17-release-3-16-0.md b/docs/_posts/2019-06-17-release-3-16-0.md index 149c23aa..1b7cc6e1 100644 --- a/docs/_posts/2019-06-17-release-3-16-0.md +++ b/docs/_posts/2019-06-17-release-3-16-0.md @@ -16,4 +16,4 @@ This version contains the following changes: * Support Atlassian API tokens. Username/Password will be switched off on Jira Cloud instances on 3rd June 2019 -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2019-11-09-release-3-16-1.md b/docs/_posts/2019-11-09-release-3-16-1.md index abe49d4c..08d47f46 100644 --- a/docs/_posts/2019-11-09-release-3-16-1.md +++ b/docs/_posts/2019-11-09-release-3-16-1.md @@ -15,4 +15,4 @@ This version contains the following changes: * Update wording on login failure dialog -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-04-06-release-3-17-0.md b/docs/_posts/2020-04-06-release-3-17-0.md index dbd567a8..001d425d 100644 --- a/docs/_posts/2020-04-06-release-3-17-0.md +++ b/docs/_posts/2020-04-06-release-3-17-0.md @@ -20,4 +20,4 @@ This version contains the following changes: * Remove support for Jira SOAP endpoints -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-04-21-release-3-18-0.md b/docs/_posts/2020-04-21-release-3-18-0.md index ff170553..caa5469b 100644 --- a/docs/_posts/2020-04-21-release-3-18-0.md +++ b/docs/_posts/2020-04-21-release-3-18-0.md @@ -25,4 +25,4 @@ This version contains the following changes: * Update to version 2 of MahApps -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-04-23-release-3-18-1.md b/docs/_posts/2020-04-23-release-3-18-1.md index 8d48d764..f246a947 100644 --- a/docs/_posts/2020-04-23-release-3-18-1.md +++ b/docs/_posts/2020-04-23-release-3-18-1.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issue styling -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-06-10-release-3-19-0.md b/docs/_posts/2020-06-10-release-3-19-0.md index c20c0909..13aef8c3 100644 --- a/docs/_posts/2020-06-10-release-3-19-0.md +++ b/docs/_posts/2020-06-10-release-3-19-0.md @@ -20,4 +20,4 @@ This version contains the following changes: * Update app to .net 4.8.0 from .net 4.7.0 -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-09-release-3-20-0.md b/docs/_posts/2020-07-09-release-3-20-0.md index 94010f91..8a6edc4c 100644 --- a/docs/_posts/2020-07-09-release-3-20-0.md +++ b/docs/_posts/2020-07-09-release-3-20-0.md @@ -15,4 +15,4 @@ This version contains the following changes: * Branding Update -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-09-release-3-20-1.md b/docs/_posts/2020-07-09-release-3-20-1.md index 2cf9bf68..a71739cc 100644 --- a/docs/_posts/2020-07-09-release-3-20-1.md +++ b/docs/_posts/2020-07-09-release-3-20-1.md @@ -15,4 +15,4 @@ This version contains the following changes: * Branding Update -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-13-release-3-20-2.md b/docs/_posts/2020-07-13-release-3-20-2.md index 876c632d..8b5d3021 100644 --- a/docs/_posts/2020-07-13-release-3-20-2.md +++ b/docs/_posts/2020-07-13-release-3-20-2.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix messaging on Tempo login failure -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-15-release-3-20-3.md b/docs/_posts/2020-07-15-release-3-20-3.md index 837f7d3b..df62bc67 100644 --- a/docs/_posts/2020-07-15-release-3-20-3.md +++ b/docs/_posts/2020-07-15-release-3-20-3.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix issue with automatic remaining adjustment on tempo when remaining would be negative -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-15-release-3-20-4.md b/docs/_posts/2020-07-15-release-3-20-4.md index 7c2f815f..11c691d4 100644 --- a/docs/_posts/2020-07-15-release-3-20-4.md +++ b/docs/_posts/2020-07-15-release-3-20-4.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix the export time update being skipped if it run recently, meaning it's possible to over export time -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-20-release-3-20-5.md b/docs/_posts/2020-07-20-release-3-20-5.md index 124f9923..fe440e1d 100644 --- a/docs/_posts/2020-07-20-release-3-20-5.md +++ b/docs/_posts/2020-07-20-release-3-20-5.md @@ -17,4 +17,4 @@ This version contains the following changes: * Fix exceptionless -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-20-release-3-20-6.md b/docs/_posts/2020-07-20-release-3-20-6.md index 08872e3f..4ddf3ec3 100644 --- a/docs/_posts/2020-07-20-release-3-20-6.md +++ b/docs/_posts/2020-07-20-release-3-20-6.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix exceptionless -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-20-release-3-20-7.md b/docs/_posts/2020-07-20-release-3-20-7.md index bccf3b5b..3f850ba1 100644 --- a/docs/_posts/2020-07-20-release-3-20-7.md +++ b/docs/_posts/2020-07-20-release-3-20-7.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix exceptionless -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-07-30-release-3-20-8.md b/docs/_posts/2020-07-30-release-3-20-8.md index 95ba68a5..1e78d14c 100644 --- a/docs/_posts/2020-07-30-release-3-20-8.md +++ b/docs/_posts/2020-07-30-release-3-20-8.md @@ -16,4 +16,4 @@ This version contains the following changes: * Fix default search -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-08-04-release-3-20-9.md b/docs/_posts/2020-08-04-release-3-20-9.md index 60e683d9..e075932e 100644 --- a/docs/_posts/2020-08-04-release-3-20-9.md +++ b/docs/_posts/2020-08-04-release-3-20-9.md @@ -15,4 +15,4 @@ This version contains the following changes: * Fix worklog loading for Jira -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-12-08-release-3-20-10.md b/docs/_posts/2020-12-08-release-3-20-10.md index 790bf9e6..05a0e2ad 100644 --- a/docs/_posts/2020-12-08-release-3-20-10.md +++ b/docs/_posts/2020-12-08-release-3-20-10.md @@ -19,4 +19,4 @@ This version contains the following changes: * Dependencies update -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-12-08-release-3-20-11.md b/docs/_posts/2020-12-08-release-3-20-11.md index 9698d0e9..8cdbc690 100644 --- a/docs/_posts/2020-12-08-release-3-20-11.md +++ b/docs/_posts/2020-12-08-release-3-20-11.md @@ -15,4 +15,4 @@ This version contains the following changes: * Follow-up fix for analytics tracking -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-12-08-release-3-20-12.md b/docs/_posts/2020-12-08-release-3-20-12.md index 1c00605e..2b63411f 100644 --- a/docs/_posts/2020-12-08-release-3-20-12.md +++ b/docs/_posts/2020-12-08-release-3-20-12.md @@ -15,4 +15,4 @@ This version contains the following changes: * Follow-up fix for analytics tracking -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2020-12-09-release-3-20-13.md b/docs/_posts/2020-12-09-release-3-20-13.md index 98076454..2254cdfa 100644 --- a/docs/_posts/2020-12-09-release-3-20-13.md +++ b/docs/_posts/2020-12-09-release-3-20-13.md @@ -15,4 +15,4 @@ This version contains the following changes: * Keep all timers on a day if 1 or more cannot be deleted -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2021-03-01-release-3-21-0.md b/docs/_posts/2021-03-01-release-3-21-0.md index 718ef947..ff610f08 100644 --- a/docs/_posts/2021-03-01-release-3-21-0.md +++ b/docs/_posts/2021-03-01-release-3-21-0.md @@ -15,4 +15,4 @@ This version contains the following changes: * Remove premium. Everyone now gets the premium features -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2021-03-11-release-3-22-0.md b/docs/_posts/2021-03-11-release-3-22-0.md index de74d852..1b0daf15 100644 --- a/docs/_posts/2021-03-11-release-3-22-0.md +++ b/docs/_posts/2021-03-11-release-3-22-0.md @@ -16,4 +16,4 @@ This version contains the following changes: * Change PayPal to Donate -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2021-03-11-release-3-22-1.md b/docs/_posts/2021-03-11-release-3-22-1.md index e2519d90..919d0884 100644 --- a/docs/_posts/2021-03-11-release-3-22-1.md +++ b/docs/_posts/2021-03-11-release-3-22-1.md @@ -15,4 +15,4 @@ This version contains the following changes: * Bump version -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2021-03-11-release-3-22-2.md b/docs/_posts/2021-03-11-release-3-22-2.md index 1c996b33..5220c507 100644 --- a/docs/_posts/2021-03-11-release-3-22-2.md +++ b/docs/_posts/2021-03-11-release-3-22-2.md @@ -15,4 +15,4 @@ This version contains the following changes: * Downgrade dependency -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2021-03-11-release-3-22-3.md b/docs/_posts/2021-03-11-release-3-22-3.md index c2c1db1d..d91157ae 100644 --- a/docs/_posts/2021-03-11-release-3-22-3.md +++ b/docs/_posts/2021-03-11-release-3-22-3.md @@ -15,4 +15,4 @@ This version contains the following changes: * Downgrade dependency -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2021-03-11-release-3-22-4.md b/docs/_posts/2021-03-11-release-3-22-4.md index c4de103b..5ac6a840 100644 --- a/docs/_posts/2021-03-11-release-3-22-4.md +++ b/docs/_posts/2021-03-11-release-3-22-4.md @@ -15,4 +15,4 @@ This version contains the following changes: * Revert release -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/_posts/2022-03-09-release-3-22-5.md b/docs/_posts/2022-03-09-release-3-22-5.md index 88d31685..552d4d0d 100644 --- a/docs/_posts/2022-03-09-release-3-22-5.md +++ b/docs/_posts/2022-03-09-release-3-22-5.md @@ -19,4 +19,4 @@ This version contains the following changes: * Dependency Update -To download the latest version of the app head to +To download the latest version of the app head to diff --git a/docs/help/index.md b/docs/help/index.md index 5c05170b..5e2ef5b8 100644 --- a/docs/help/index.md +++ b/docs/help/index.md @@ -4,7 +4,7 @@ description: Proving support on Twitter, Email and through GitHub we are here to --- # Support -You can get app support via twitter or via email. +You can get app support via twitter or via email. If you would like to chat to someone to get assistance, we have a public slack workspace you can use. diff --git a/docs/help/smartscreen/index.md b/docs/help/smartscreen/index.md index f07757e8..8d24efe2 100644 --- a/docs/help/smartscreen/index.md +++ b/docs/help/smartscreen/index.md @@ -7,7 +7,7 @@ description: Helpful advice on dealing with Windows SmartScreen [Windows SmartScreen](https://en.wikipedia.org/wiki/Microsoft_SmartScreen) in Windows 8 onwards seems to be causing users some bother. In the interim (until we have our own Microsoft approved certificate or enough users for Microsoft to trust us) the following steps will help! -If you have the ability to update your organisations group policy, you could add "http://releases.gallifreyapp.co.uk" & "https://releases.gallifreyapp.co.uk" into your "Intranet Zone". +If you have the ability to update your organisations group policy, you could add "http://gallifrey-releases.blyth.me.uk" & "https://gallifrey-releases.blyth.me.uk" into your "Intranet Zone". By doing this you will circumvent the Windows SmartScreen feature as this does not apply to intranet zone applications. When prompted with this: diff --git a/docs/keybase.txt b/docs/keybase.txt index 97f6ab99..bcf8b7b9 100644 --- a/docs/keybase.txt +++ b/docs/keybase.txt @@ -4,7 +4,7 @@ https://keybase.io/blythmeister I hereby claim: - * I am an admin of https://www.gallifreyapp.co.uk + * I am an admin of https://gallifrey.blyth.me.uk * I am blythmeister (https://keybase.io/blythmeister) on keybase. * I have a public key ASBwvtTm8cs1SATrLmvuqsQcKo9NKAUSTG8veaNmHfwdswo @@ -26,7 +26,7 @@ To do so, I am signing this object: "seqno": 2208562 }, "service": { - "hostname": "www.gallifreyapp.co.uk", + "hostname": "gallifrey.blyth.me.uk", "protocol": "https:" }, "type": "web_service_binding", diff --git a/docs/robots.txt b/docs/robots.txt index 8ec54441..10507af0 100644 --- a/docs/robots.txt +++ b/docs/robots.txt @@ -2,5 +2,5 @@ # www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449 User-agent: * -Sitemap: https://www.gallifreyapp.co.uk/sitemap.xml +Sitemap: https://gallifrey.blyth.me.uk/sitemap.xml Disallow: diff --git a/src/Gallifrey.UI.Modern.Alpha/Gallifrey.UI.Modern.Alpha.csproj b/src/Gallifrey.UI.Modern.Alpha/Gallifrey.UI.Modern.Alpha.csproj index 54229891..d0238786 100644 --- a/src/Gallifrey.UI.Modern.Alpha/Gallifrey.UI.Modern.Alpha.csproj +++ b/src/Gallifrey.UI.Modern.Alpha/Gallifrey.UI.Modern.Alpha.csproj @@ -26,8 +26,8 @@ false true true - https://releases.gallifreyapp.co.uk/download/modern/alpha/ - https://releases.gallifreyapp.co.uk/download/modern/alpha/ + https://gallifrey-releases.blyth.me.uk/download/modern/alpha/ + https://gallifrey-releases.blyth.me.uk/download/modern/alpha/ https://github.com/BlythMeister/Gallifrey https://github.com/BlythMeister/Gallifrey Gallifrey %28Alpha%29 diff --git a/src/Gallifrey.UI.Modern.Beta/Gallifrey.UI.Modern.Beta.csproj b/src/Gallifrey.UI.Modern.Beta/Gallifrey.UI.Modern.Beta.csproj index ce9bf4da..95932cc1 100644 --- a/src/Gallifrey.UI.Modern.Beta/Gallifrey.UI.Modern.Beta.csproj +++ b/src/Gallifrey.UI.Modern.Beta/Gallifrey.UI.Modern.Beta.csproj @@ -26,8 +26,8 @@ false true true - https://releases.gallifreyapp.co.uk/download/modern/beta/ - https://releases.gallifreyapp.co.uk/download/modern/beta/ + https://gallifrey-releases.blyth.me.uk/download/modern/beta/ + https://gallifrey-releases.blyth.me.uk/download/modern/beta/ https://github.com/BlythMeister/Gallifrey https://github.com/BlythMeister/Gallifrey Gallifrey %28Beta%29 diff --git a/src/Gallifrey.UI.Modern.Stable/Gallifrey.UI.Modern.Stable.csproj b/src/Gallifrey.UI.Modern.Stable/Gallifrey.UI.Modern.Stable.csproj index 1bc63490..5c678390 100644 --- a/src/Gallifrey.UI.Modern.Stable/Gallifrey.UI.Modern.Stable.csproj +++ b/src/Gallifrey.UI.Modern.Stable/Gallifrey.UI.Modern.Stable.csproj @@ -26,8 +26,8 @@ false true true - https://releases.gallifreyapp.co.uk/download/modern/stable/ - https://releases.gallifreyapp.co.uk/download/modern/stable/ + https://gallifrey-releases.blyth.me.uk/download/modern/stable/ + https://gallifrey-releases.blyth.me.uk/download/modern/stable/ https://github.com/BlythMeister/Gallifrey https://github.com/BlythMeister/Gallifrey Gallifrey diff --git a/src/Gallifrey.UI.Modern/ChangeLog.xml b/src/Gallifrey.UI.Modern/ChangeLog.xml index 7719fa71..ef709bad 100644 --- a/src/Gallifrey.UI.Modern/ChangeLog.xml +++ b/src/Gallifrey.UI.Modern/ChangeLog.xml @@ -1,5 +1,5 @@  - + Add/Edit/Delete Timers @@ -843,6 +843,13 @@ + + + + + Update domain + +