Releases: Ale32bit/Capy64
Releases · Ale32bit/Capy64
Beta 1.1.2
Full Changelog: v1.1.0-beta...v1.1.2-beta
Beta 1.1.1
- Bug fixes
- Adaptations for packaging
Full Changelog: v1.1.0-beta...v1.1.1-beta
Beta 1.1.0
Full Changelog: v1.0.0-beta...v1.1.0-beta
Beta 1.0.0
This is the start of the beta stage
Full Changelog: v0.0.10-alpha...v1.0.0-beta
Alpha 0.0.10
Alpha 0.0.9
What's Changed
- Fix machine.title erroring with empty string by @Apachedrag427 in #4
- add setClipboard and getClipboard to machine by @Apachedrag427 in #5
- Remove paste event by @Apachedrag427 in #6
- Added 5 low quality channels for basic waveforms: sine, square, triangle, sawtooth and noise.
- Added gamepad support.
- Removed
_HOST
variable, superseded bymachine.version()
. - Added
sides
argument togpu.drawCircle()
. - Bugfix crash on unsupported unicode chars.
- Bugfix lag when not focused.
- Other minor bugfixes and internal changes.
New Contributors
- @Apachedrag427 made their first contribution in #4
Full Changelog: v0.0.8-alpha...v0.0.9-alpha
Alpha 0.0.8
- Added timer.now() that returns epoch time in milliseconds
- Added support for byte arrays in audio.play
- Removed all types of Stream handlers, replaced by one single object
- Allow GPUBuffers to draw out of bounds
- Moved CapyOS to its own repository
- Make bios.lua download the OS
- Improved object management, this fixes object types mismatch bug
- Stop audio on runtime close
- Allow floating point number in timer.start
- Force event queue processing to end after n resumes, n is the queue size before first cycle of the resume.
Full Changelog: v0.0.7-alpha...v0.0.8-alpha
Alpha 0.0.7
- Added term.blit function
- Added width and height arguments to gpu.newBuffer
- Added gpu.drawBuffer
- Added Discord RPC
- Added icon created by @Atakku
- Added gpu.loadImage
- Added image during boot screen
- Added machine library
- Added audio library
- Added resizable window
- Resized chars
- Moved os.shutdown to machine library
- Bugfix fs.delete crashing on non empty directories without resursion
- Bugfix require not replacing dots with slashes
- Other minor bugfixes and changes
Full Changelog: v0.0.6-alpha...v0.0.7-alpha
Alpha 0.0.6
Full Changelog: v0.0.5-alpha...v0.0.6-alpha
Alpha 0.0.5
Full Changelog: v0.0.4-alpha...v0.0.5-alpha