Skip to content

Releases: MineBill/Seed

v0.2

17 Jan 20:07
e082644
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1...v0.2

latest

17 Jan 08:16
05d9076
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1...latest

0.1

13 Jan 17:00
Compare
Choose a tag to compare
0.1

Some notes:

  • Version Naming
    I'm going to be using the Linux kernel method of naming, which is increasing the minor number when adding new stuff and the major when i feel like enough stuff have been added to justify it. It doesn't really matter since this is an application and not a library.

  • Self-Contained
    I won't be publishing self-contained packages because i don't think it makes sense to do so. This launcher is designed for Flax, which has a requirement of .NET being installed on your system. Thus, .NET will always be installed for any potential users of this application. If you feel like self-contained packages should be provided, please open an issue.

Full Changelog: alpha...0.1

alpha

10 Jan 15:58
Compare
Choose a tag to compare
alpha Pre-release
Pre-release

I believe the launcher is mostly bug-free and usable enough for people to test and report bugs!

The attached releases are built locally on my PC because i didn't spend any time researching how to setup Github actions. If you are concerned about their contents, feel free to clone the repo and build them yourself!

The releases with the name "self-contained" should be self-contained, meaning they don't need .net installed. The others do need .net 7 installed on your system.