Skip to content

v0.1.1-alpha

Latest
Compare
Choose a tag to compare
@KaruroChori KaruroChori released this 14 Dec 07:39
· 97 commits to master since this release

Full release notice: ./docs/releases/v0.1.1-alpha.md
Full Changelog: https://github.com/KaruroChori/vs-fltk/commits/v0.1.1-alpha

This first alpha release is not meant to be usable in real-world scenarios, and documentation will not be there yet for the most part.
The main objective is to implement & test most of the pipelines needed to:

  • build vs
  • install it
  • the generation of its flatpak image (currently not working because of upstream issues with CMake #46)

The flatpak image attached is from a later v0.1.2 build, as several things have been fixed. Just added for testing purposes.

Still, vs is somewhat usable as a technical preview.
For now, the building pipeline is not well documented, and it can be hard to replicate.
Also, installing it on most distributions might cause issues with your past or future dependencies.
You should be able to try it out via flatpak and the docker image provided by @andy5995.
I am seeking feedback, so you are very welcome to test it along!

For reference, you can check what is the intended scope of this project in terms of future developments and expected features.
The milestone page also contains some related information.

New Contributors