diff --git a/Changelog.md b/Changelog.md index bca6d45..eabeb1f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ This document attempts to describe the history of changes to the Seekia Website codebase. Small and insignificant changes may not be included in this log. +* Upgraded Seekia to Version 0.60. Upgraded the whitepaper to Version 7. - *Simon Sarasova* * Improved the Index and About pages. - *Simon Sarasova* * Changed Codeberg Git repository to Git.Pub.Solar repository. - *Simon Sarasova* * Added favicons. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 2e3ac9f..6c69ab2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase. Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | April 10, 2024 | 12 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 13 \ No newline at end of file diff --git a/main.go b/main.go index 4bbca70..f31d797 100644 --- a/main.go +++ b/main.go @@ -18,10 +18,10 @@ import "text/template" import goFilepath "path/filepath" // This is the current Seekia release .tgz filename -const currentReleaseFilename = "Seekia-v0.50.tgz" +const currentReleaseFilename = "Seekia-v0.60.tgz" // This is the IPFS base32 CID for the current Seekia release .tgz file -const currentReleaseIpfsCID = "bafybeie6nkmucrvo3i7bonmlf77dlna65tjogsq5zmrcpqke7pvdkiumhy" +const currentReleaseIpfsCID = "bafybeieu6qxwmug7v7hodvm6gvnvihv24dahgeofpyzrb22svtble36eiy" func main(){ diff --git a/resources/assets/Seekia.pdf b/resources/assets/Seekia.pdf index 84a9ab7..882be41 100644 Binary files a/resources/assets/Seekia.pdf and b/resources/assets/Seekia.pdf differ diff --git a/resources/memos/Version0.60.txt b/resources/memos/Version0.60.txt new file mode 100644 index 0000000..36d3269 --- /dev/null +++ b/resources/memos/Version0.60.txt @@ -0,0 +1,90 @@ +| «« Seekia Memo »» +| +|- Signature: +| Wa-yFIq_-fzxNdEVdzS_aSXnYxlJrY +| pWGKzbbkn4V3alXmuEm7uPmh35bUAj +| rVaic57ONiiuPzGVMNO1CJfADQ== +| +|- Identity Key: +| f59a0bce855d6e48105612ae73ffabfc +| 4fac1349226433ff586e08b9b32ffd9d +| +|- Author: +| simonx5yudleks5jhwhnck5s28m +| +|- Memo: +| +| Cardano Block Height: +| 10269259 +| +| Cardano Block Hash: +| edc68659f945313aee24c94192269bf9527d6875c787b94951e376a78f7037db +| +| Date: +| May 4, 2024 +| +| +| This memo is an announcement of Seekia version 0.60. +| +| Version 0.60 contains important improvements to Seekia's goals, branding, documentation, and whitepaper. +| +| Cheers! +| +| - Simon Sarasova +| +| --- +| +| The file "Seekia-v0.60.tgz" contains the current Seekia source code. +| +| The file "SeekiaGitHistory-v0.60.bundle" contains Seekia's Git commit history. +| +| --- +| +| Release Filename: +| Seekia-v0.60.tgz +| +| Release SHA256 Checksum: +| 2c506e929fe7aabaddd5347da6769386f6deaeac29d1c24854e8fa2fae1d36f0 +| +| --- +| +| Release GPG Signature Filename: +| Seekia-v0.60.tgz.asc +| +| Release GPG Signature SHA256 Checksum: +| 4d2cd3d64c7daf21981ca6a312b99a390cc2a4d5e5d13d64b21195b5c90b0b6f +| +| --- +| +| Release Git History Filename: +| SeekiaGitHistory-v0.60.bundle +| +| Release Git History SHA256 Checksum: +| fc06b130b0e773883fa9a2f64c54a8df609886ba258aef9e04b8f594acb8993a +| +| --- +| +| Release Git History GPG Signature Filename: +| SeekiaGitHistory-v0.60.bundle.asc +| +| Release Git History GPG Signature SHA256 Checksum: +| 1a72af093c7feb2dff3efc506b925d7356490f8c592153dc3416698ea593dedf +| +| --- +| +| Version 0.60 Changelog: +| +| - Improved Whitepaper.md and upgraded Whitepaper.pdf to Version 7. - Simon Sarasova +| - Improved Whitepaper.md and upgraded Whitepaper.pdf to Version 6. - Simon Sarasova +| - Removed whitespace from license filenames. - Simon Sarasova +| - Improved Future-Plans.md. - Simon Sarasova +| - Improved Documentation.md. - Simon Sarasova +| - Upgraded all uses of math/rand to math/rand/v2. - Simon Sarasova +| - Improved Whitepaper.md. Race and ancestry are now seperate concepts. - Simon Sarasova +| - Improved ReadMe.md and Documentation.md. - Simon Sarasova +| - Upgraded Fyne to version 2.4.5. - Simon Sarasova +| - Improved Whitepaper.md. - Simon Sarasova +| - Improved ReadMe.md and Documentation.md. - Simon Sarasova +| +| +| «« End Of Memo »» \ No newline at end of file diff --git a/resources/pages/archive.html b/resources/pages/archive.html index db4f6f5..00865e9 100644 --- a/resources/pages/archive.html +++ b/resources/pages/archive.html @@ -32,7 +32,63 @@

Each release has 2 download methods: IPFS and Gateway.

IPFS links require using software that can download content from the IPFS network, such as the Brave Browser.

Gateway links allow you to download from a third-party website using any browser.

-

You should verify the SHA256 checksum for each file you download.

+

You should verify the SHA-256 checksum for each file you download.

+ + + +
+ +

Version 0.60

+ +
+ +

Date:

+

May 4, 2024

+ +
+ +

Memo Announcement:

+Version0.60.txt + +
+ +

Release Filenames:

+

Seekia-v0.60.tgz

+

SeekiaGitHistory-v0.60.bundle

+ +
+ +

Download via IPFS:

+ +Seekia-v0.60.tgz +SeekiaGitHistory-v0.60.bundle + +
+ +

Download via IPFS Gateway:

+ +Seekia-v0.60.tgz +SeekiaGitHistory-v0.60.bundle + +
+ +

SHA-256 Checksums:

+ +

Seekia-v0.60.tgz:

+

2c506e929fe7aabaddd5347da6769386f6deaeac29d1c24854e8fa2fae1d36f0

+ +

SeekiaGitHistory-v0.60.bundle:

+

fc06b130b0e773883fa9a2f64c54a8df609886ba258aef9e04b8f594acb8993a

+ +
+ +

PGP Signatures:

+ +Seekia-v0.60.tgz.asc +SeekiaGitHistory-v0.60.bundle.asc + + +
@@ -71,7 +127,7 @@
-

SHA256 Checksums:

+

SHA-256 Checksums:

Seekia-v0.50.tgz:

163afee5b3fa85f0600a1b651b64780482f72fd58096796a4bea4c01c6c22b5a

@@ -119,7 +175,7 @@
-

SHA256 Checksum:

+

SHA-256 Checksum:

e5dafd5df1813272a3e9431ff961194d36de1e2bb7a69fffee0c1569a9f4f4a8


@@ -157,7 +213,7 @@
-

SHA256 Checksum:

+

SHA-256 Checksum:

eebf5ed39cc550a34f75d066776a2025e6874216844a7e4c22ecf17e63047d9c


@@ -193,7 +249,7 @@
-

SHA256 Checksum:

+

SHA-256 Checksum:

67d9b7f351458918a54a1902c9ce98a5aa1a40676ab0262319076010da8dc8cd


@@ -231,7 +287,7 @@
-

SHA256 Checksum:

+

SHA-256 Checksum:

1aeb1126d93359fe9d81c6f4a4042087ef20e56ab189a1db019179903b54a063


@@ -269,7 +325,7 @@
-

SHA256 Checksum:

+

SHA-256 Checksum:

c1024cc7ce1e4425d7fb450df98baa6c71f24691851665bd9bd94a9ce82a9d56


diff --git a/resources/pages/download.html b/resources/pages/download.html index a52df28..2479997 100644 --- a/resources/pages/download.html +++ b/resources/pages/download.html @@ -31,9 +31,9 @@
-

Download Seekia Version 0.50

+

Download Seekia Version 0.60

-

File Name: Seekia-v0.50.tgz

+

File Name: Seekia-v0.60.tgz

{{.Download}} @@ -45,30 +45,30 @@
-

Seekia v0.50 SHA256 Checksum:

-

163afee5b3fa85f0600a1b651b64780482f72fd58096796a4bea4c01c6c22b5a

+

Seekia v0.60 SHA-256 Checksum:

+

2c506e929fe7aabaddd5347da6769386f6deaeac29d1c24854e8fa2fae1d36f0


-

Use the command for your operating system to compute the file's checksum.

+

Use the command for your operating system to compute the file's SHA-256 checksum.

The result from the command should match the above checksum.

Linux - sha256sum Seekia-v0.50.tgz + sha256sum Seekia-v0.60.tgz
Mac - shasum -a 256 Seekia-v0.50.tgz + shasum -a 256 Seekia-v0.60.tgz
Windows - Get-FileHash Seekia-v0.50.tgz + Get-FileHash Seekia-v0.60.tgz

@@ -79,8 +79,8 @@
-

Download v0.50 PGP Signature:

-Seekia-v0.50.tgz.asc +

Download v0.60 PGP Signature:

+Seekia-v0.60.tgz.asc
@@ -94,7 +94,7 @@ Linux

Use this command to get the signing key.

- gpg --verify Seekia-v0.50.tgz.asc Seekia-v0.50.tgz + gpg --verify Seekia-v0.60.tgz.asc Seekia-v0.60.tgz
diff --git a/resources/signatures/Seekia-v0.60.tgz.asc b/resources/signatures/Seekia-v0.60.tgz.asc new file mode 100644 index 0000000..6762f92 --- /dev/null +++ b/resources/signatures/Seekia-v0.60.tgz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIkBAAWCAHMFiEEESzO4XzetwSe5Wii+FQEUgumnSwFAmY1nrHA7SYAmDMEZH98 +qBYJKwYBBAHaRw8BAQdAwEUyZVL64eDCk4KUWn6FNBB6Ruufmfl9yiO7QbRXIo+0 +H1NpbW9uIFNhcmFzb3ZhIDxzaW1vbkBzYXJhc292YT6ImQQTFgoAQRYhBBEszuF8 +3rcEnuVoovhUBFILpp0sBQJkf3yoAhsDBQkDwmcABQsJCAcCAiICBhUKCQgLAgQW +AgMBAh4HAheAAAoJEPhUBFILpp0shhEA/2DtSWWuhKZ7bpawKSkACQn5dZT/J6cm +GchXsyvidqfWAQD+Hm7eKnKCat8aina43gfNflXjLOONHRgZIOdbUtytDLg4BGR/ +fKgSCisGAQQBl1UBBQEBB0AAVG4K4ZcExTjPuGmPwCTVphvzezrm33W021KOJUpV +bwMBCAeIfgQYFgoAJhYhBBEszuF83rcEnuVoovhUBFILpp0sBQJkf3yoAhsMBQkD +wmcAAAoJEPhUBFILpp0sDEQA/0ddlnCH2dn2h0ctZL3hyP7FG+uHESAwG12AiiQE +LxhsAP9py6k+vLCaOpj3M2qxR+XZdpENwWr8stqYnWRa1JlFBgAKCRD4VARSC6ad +LGmPAQCmdmGs8JxNqrlmy/brnbjYkv48VecZhj5RXSszhny/CwD+I+bjy9gb/OVN +Az+xjn4q+UEgzMz0uonSmZUEwDaeRQ4= +=gvlk +-----END PGP SIGNATURE----- diff --git a/resources/signatures/SeekiaGitHistory-v0.60.bundle.asc b/resources/signatures/SeekiaGitHistory-v0.60.bundle.asc new file mode 100644 index 0000000..59e81d5 --- /dev/null +++ b/resources/signatures/SeekiaGitHistory-v0.60.bundle.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIkBAAWCAHMFiEEESzO4XzetwSe5Wii+FQEUgumnSwFAmY1nsnA7SYAmDMEZH98 +qBYJKwYBBAHaRw8BAQdAwEUyZVL64eDCk4KUWn6FNBB6Ruufmfl9yiO7QbRXIo+0 +H1NpbW9uIFNhcmFzb3ZhIDxzaW1vbkBzYXJhc292YT6ImQQTFgoAQRYhBBEszuF8 +3rcEnuVoovhUBFILpp0sBQJkf3yoAhsDBQkDwmcABQsJCAcCAiICBhUKCQgLAgQW +AgMBAh4HAheAAAoJEPhUBFILpp0shhEA/2DtSWWuhKZ7bpawKSkACQn5dZT/J6cm +GchXsyvidqfWAQD+Hm7eKnKCat8aina43gfNflXjLOONHRgZIOdbUtytDLg4BGR/ +fKgSCisGAQQBl1UBBQEBB0AAVG4K4ZcExTjPuGmPwCTVphvzezrm33W021KOJUpV +bwMBCAeIfgQYFgoAJhYhBBEszuF83rcEnuVoovhUBFILpp0sBQJkf3yoAhsMBQkD +wmcAAAoJEPhUBFILpp0sDEQA/0ddlnCH2dn2h0ctZL3hyP7FG+uHESAwG12AiiQE +LxhsAP9py6k+vLCaOpj3M2qxR+XZdpENwWr8stqYnWRa1JlFBgAKCRD4VARSC6ad +LHNaAQC2OI/PJ9B+afailYFamP0f+NH4yG1TYw86PUr3QG1hBgEApwA12U0Dp1bD +OFeH+Hki7YSfzZIe+Xg0FzOU7HV6OQ0= +=nOvn +-----END PGP SIGNATURE-----