Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/CNAME
  • Loading branch information
BlythMeister committed May 5, 2022
2 parents 9c21376 + f3ffc26 commit e4d5265
Show file tree
Hide file tree
Showing 86 changed files with 112 additions and 105 deletions.
14 changes: 7 additions & 7 deletions .build/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -143,7 +143,7 @@ Target "Publish-ReleaseRepo" (fun _ ->
enableProcessTracing <- false
directRunGitCommandAndFail currentDirectory (sprintf "remote set-url origin https://%s:[email protected]/BlythMeister/Gallifrey.git" githubApiKey)
directRunGitCommandAndFail releasesRepo (sprintf "remote set-url origin https://%s:[email protected]/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

Expand Down Expand Up @@ -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 = [
Expand Down Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>")
|> fun x -> x.AppendLine("To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>")
|> fun x -> File.WriteAllText(releasesNewsFile, x.ToString())

checkoutBranch currentDirectory branchName
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].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 [email protected].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.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected].uk).
You can get app support via [twitter](https://twitter.com/GallifreyApp) or via [email](mailto:[email protected].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)

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4>About Us</h4>
<div>
<a href="https://www.twitter.com/GallifreyApp" class="fab fa-twitter" target="_blank"></a>
<a href="https://github.com/BlythMeister/Gallifrey" class="fab fa-github" target="_blank"></a>
<a href="mailto:[email protected].uk" class="far fa-envelope" target="_blank"></a>
<a href="mailto:[email protected].uk" class="far fa-envelope" target="_blank"></a>
<a href="https://join.slack.com/t/gallifreyapp/shared_invite/zt-56jgfbj6-uT6B8fDExuewMktdIm8pdg" class="fab fa-slack" target="_blank"></a>
<a href="https://www.producthunt.com/posts/gallifrey" class="fab fa-product-hunt" target="_blank"></a>
<a href="https://www.producthunt.com/posts/gallifrey" class="fab fa-atlassian" target="_blank"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2017-12-18-release-3-7-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This version contains the following changes:
* Publish fixes


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-05-01-release-3-8-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-06-23-release-3-9-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ This version contains the following changes:
* Dependency update


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-06-25-release-3-9-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-06-26-release-3-9-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This version contains the following changes:
* Fix issue duplicate timers


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-05-release-3-10-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-06-release-3-10-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-07-release-3-10-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This version contains the following changes:
* Update Exceptionless API Key


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-09-release-3-10-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ This version contains the following changes:
* Exception tracking fixes


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-10-release-3-10-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-10-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This version contains the following changes:
* Fix tracking version number


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-10-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This version contains the following changes:
* Fix the fixes...


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-10-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ This version contains the following changes:
* Update tracking message format


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-10-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-10-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-10-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-10-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-10-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-23-release-3-11-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ This version contains the following changes:
* Update Exceptionless API Key


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-07-27-release-3-11-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-08-20-release-3-11-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-08-28-release-3-11-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This version contains the following changes:
* Icon updates


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-09-07-release-3-11-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ This version contains the following changes:
* Dependency updates


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-09-07-release-3-11-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-09-24-release-3-11-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-10-22-release-3-11-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-10-23-release-3-12-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-10-23-release-3-12-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2018-12-18-release-3-13-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ This version contains the following changes:
* Dependency update


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-02-04-release-3-14-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-02-28-release-3-14-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ This version contains the following changes:
* Dependency update


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-03-04-release-3-14-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ This version contains the following changes:
* Improve handled error handling


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-03-12-release-3-14-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-03-29-release-3-15-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This version contains the following changes:
* Dependency update


To download the latest version of the app head to <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-03-29-release-3-15-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-04-29-release-3-15-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-06-17-release-3-16-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2019-11-09-release-3-16-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
2 changes: 1 addition & 1 deletion docs/_posts/2020-04-06-release-3-17-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gallifreyapp.co.uk/downloads/stable>
To download the latest version of the app head to <https://gallifrey.blyth.me.uk/downloads/stable>
Loading

0 comments on commit e4d5265

Please sign in to comment.