seekia/Changelog.md

84 lines
2.8 KiB
Markdown
Raw Normal View History

# Changelog
This document attempts to describe the history of changes to Seekia.
Small and insignificant changes may not be included in this log.
## Unversioned Changes
2024-05-02 05:52:27 +02:00
* 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*
2024-04-21 01:10:36 +02:00
* Upgraded Fyne to version 2.4.5. - *Simon Sarasova*
2024-04-13 20:59:43 +02:00
* Improved Whitepaper.md. - *Simon Sarasova*
* Improved ReadMe.md and Documentation.md. - *Simon Sarasova*
## Before Version 0.50
After Version 0.50, I deleted all Git history to start fresh.
2024-04-11 16:39:27 +02:00
Part of the reason for doing this was to reduce the compressed size of the Git repository from ~14MB to ~7 MB.
All changes to Seekia preceding Version 0.50 are available in the Seekia v0.50 Git History bundle file.
### Download Git History File
To get the file, you must download it from the IPFS network.
**File name:**
`SeekiaGitHistory-v0.50.bundle`
**File SHA-256 Checksum:**
`91edbccf32d90abe9670aeb5aed800d21c3c1ec94f0791df2a9f443ff6b85f17`
**File IPFS Content ID:**
`QmPbDpE9UcNbKFkr1uZQN8JrR3RPr6khJyBdwg7kJuHsNh`
**IPFS Gateway Download Link:**
[ipfs.io/ipfs/bafybeiass5adiqiw65i67ox3jt3rx3r54h5rhvwrepd2rbjp2ybftww6ci](https://ipfs.io/ipfs/bafybeiass5adiqiw65i67ox3jt3rx3r54h5rhvwrepd2rbjp2ybftww6ci)
### Verify Git History File Signature
**File PGP Signature:**
```
-----BEGIN PGP SIGNATURE-----
iQIkBAAWCAHMFiEEESzO4XzetwSe5Wii+FQEUgumnSwFAmYWeWfA7SYAmDMEZH98
qBYJKwYBBAHaRw8BAQdAwEUyZVL64eDCk4KUWn6FNBB6Ruufmfl9yiO7QbRXIo+0
H1NpbW9uIFNhcmFzb3ZhIDxzaW1vbkBzYXJhc292YT6ImQQTFgoAQRYhBBEszuF8
3rcEnuVoovhUBFILpp0sBQJkf3yoAhsDBQkDwmcABQsJCAcCAiICBhUKCQgLAgQW
AgMBAh4HAheAAAoJEPhUBFILpp0shhEA/2DtSWWuhKZ7bpawKSkACQn5dZT/J6cm
GchXsyvidqfWAQD+Hm7eKnKCat8aina43gfNflXjLOONHRgZIOdbUtytDLg4BGR/
fKgSCisGAQQBl1UBBQEBB0AAVG4K4ZcExTjPuGmPwCTVphvzezrm33W021KOJUpV
bwMBCAeIfgQYFgoAJhYhBBEszuF83rcEnuVoovhUBFILpp0sBQJkf3yoAhsMBQkD
wmcAAAoJEPhUBFILpp0sDEQA/0ddlnCH2dn2h0ctZL3hyP7FG+uHESAwG12AiiQE
LxhsAP9py6k+vLCaOpj3M2qxR+XZdpENwWr8stqYnWRa1JlFBgAKCRD4VARSC6ad
LAUXAQDTeq5kX5amMHgVh0sbW03iub7P9Dx3hPxHk2mOCsIm/wD+IqGhvUWmfSMP
j8LTstfvqJ4YleEaNCXidI3JuVheTAI=
=74o/
-----END PGP SIGNATURE-----
```
**Verify PGP Signature:**
Save the above signature in a file called `SeekiaGitHistory-v0.50.bundle.asc`
Verify the signature by running the following command in a terminal:
`gpg --verify SeekiaGitHistory-v0.50.bundle.asc SeekiaGitHistory-v0.50.bundle`
Simon Sarasova's PGP Signing key: `112CCEE17CDEB7049EE568A2F85404520BA69D2C`
### Unpack Git History File
Upon downloading the file, run the following command in a terminal to extract the bundle and browse its contents:
`git clone SeekiaGitHistory-v0.50.bundle`