Releases: MineBill/Seed
Release 0.3
What's Changed
- New design by @MineBill in #7
- Resolve file-in-use and escaping issues by @envision3d in #8
- prevent crash when engine isn't able to be added by @envision3d in #9
- Re-design and re-make by @MineBill in #11
New Contributors
- @envision3d made their first contribution in #8
Full Changelog: v0.2...v0.3
v0.2
What's Changed
- added Build & Run instructions by @plasmarad in #4
- fix duplicate check with project paths by @nothingTVatYT in #5
New Contributors
- @plasmarad made their first contribution in #4
- @nothingTVatYT made their first contribution in #5
Full Changelog: 0.1...v0.2
latest
What's Changed
- added Build & Run instructions by @plasmarad in #4
New Contributors
- @plasmarad made their first contribution in #4
Full Changelog: 0.1...latest
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
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.