From 5ccc965fc46d8260df01cbf1079d1e0e4ee640b2 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 2 Mar 2024 20:20:35 +0000 Subject: [PATCH] Update name, doc and release date --- AUTHORS | 2 +- CHANGELOG.md | 4 ++-- internal/ui/about_bundled.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index c232c953..b1958226 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ Andy Williams Stephen Houston -Jacob Alzén +Jacob Alzén Tai Groot diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cda0a93..7480e426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog This file lists the main changes with each version of the FyneDesk project. -More detailed release notes can be found on the [releases page](https://github.com/fyne-io/desktop/releases). +More detailed release notes can be found on the [releases page](https://github.com/fyshos/fynedesk/releases). -## 0.4 - Ongoing +## 0.4 - 2 March 2024 ### Added diff --git a/internal/ui/about_bundled.go b/internal/ui/about_bundled.go index 3f18a4cf..0e1add9a 100644 --- a/internal/ui/about_bundled.go +++ b/internal/ui/about_bundled.go @@ -8,5 +8,5 @@ import "fyne.io/fyne/v2" var resourceAuthors = &fyne.StaticResource{ StaticName: "AUTHORS", StaticContent: []byte( - "Andy Williams \nStephen Houston \nJacob Alzén \nTai Groot \n"), + "Andy Williams \nStephen Houston \nJacob Alzén jacalz@tutanota.com>\nTai Groot \n"), }