Skip to content

Releases: PinkQween/ViOS

Build OS v0.1.6

14 Jul 14:27

Choose a tag to compare

Update README and Makefile for improved clarity and functionality

- Added a new section in the README to specify compatible versions of the ViOS toolchain components, enhancing user guidance.
- Included version badges for Libc, Binutils, and ViOS to improve visibility of component versions.
- Modified the Makefile for the c_print program to include the crt0.o object file, ensuring proper assembly and linking of the program.
- Updated the clean target in the Makefile to remove the newly added crt0.o object file, maintaining a clean build environment.

Build OS update-test-vios-graphics+audio

12 Jul 17:21

Choose a tag to compare

Update GitHub Actions workflow for tag handling

- Changed tag pattern quotes in build.yml for consistency.
- Modified tag sanitization to exclude additional characters.
- Added sudo permissions for renaming the OS binary and changing its ownership.

Build OS test-video-pre-release

10 Jul 23:33

Choose a tag to compare

Enhance GitHub Actions workflow for OS binary release

Updated build.yml to rename the OS binary to include the tag name during the build process. This change ensures that the correct binary is referenced in the GitHub release step, improving clarity and organization in the release artifacts.

Co-authored-by: Bradley Wu <Bradleyy@users.noreply.github.com>

Build OS

20 Jun 18:31

Choose a tag to compare

Added UART terminal support

Full Changelog: v0.1.4...v0.1.5

Build OS

19 Jun 23:19

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.2