Skip to content

Releases: poeticAndroid/homegirl

v0.6.2

14 Sep 17:02
Compare
Choose a tag to compare
  • Tighter sync with web drives.
  • Read and write straight from/to standard input/output/error stream with sys.read/write/err.
  • view.children gives you all sub-viewports of a viewport.
  • Forced unmounts now only kills programs originating from the drive.
  • sys.killall to kill all instances of a given program.
  • More copymodes! Xor, min, max and add.
  • gfx.tri to draw filled triangles.
  • Classic Amiga mouse pointer! image.pointer to define your own mouse pointer on active viewport.
  • input.midi to read MIDI data from any attached MIDI input devices! 🎵 (currently Windows only)
  • various bugfixes and such...
  • HTTPS support!
  • simplified require and text.loadfont that searches for the "nearest" library/font, including on the sys: drive..

v0.5.1

08 Sep 15:28
Compare
Choose a tag to compare
  • ability to mount webservers as drives (HTTP only at the moment)
  • comes with a public world: drive on which you can share your creations with the world! 🌍
  • each drive now has permissions for the programs on it
  • F12 opens the config folder
  • fs.rename to rename files and folders

v0.4.7

24 Aug 06:55
Compare
Choose a tag to compare
  • Time and date functions
  • File information functions
  • Image scaling
  • _DRIVE, _DIR and _FILE constants referring to the program drive/folder/name
  • Viewport attributes
  • image.tri() to draw textured triangles

0.4.0

19 Aug 16:09
Compare
Choose a tag to compare
  • fs.read and fs.write now supports binary files
  • audio channels are now evenly spread
  • it's now possible to save sound samples
  • it's now possible to save GIF animations
  • included screen.lua library for giving your screens a draggable titlebar and cycle button
  • Homegirl now has an icon!
    Icon

v0.3.0

01 Aug 20:03
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • improved editor
  • fixed fullscreen bug
  • fonts get cached
  • more stable API

v0.2.0

14 Jul 15:43
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • added a text editor!
  • improved shell with history and tab completion
  • automatically creates config and user drive in your home folder
  • ability to add your own drives in the config file
  • the examples folder is now called demos
  • added new screenmodes for 4:3 aspect ratio
  • some bugfixing that hopefully improves stability a tiny bit

v0.1.10

10 Jul 19:18
Compare
Choose a tag to compare
v0.1.10 Pre-release
Pre-release

First public release!

still has some bugs..