Releases: tmontes/puppy
Releases · tmontes/puppy
1.8.0
1.7.0
Changes:
- Bundles a
hello.txt
file and displays it. - Created in the context of mu-editor/pup#155 to help diagnose it.
1.4.0
Changes:
- Now includes a Load and Save button:
- Loading reads up to 128 bytes from the selected file.
- Saving writes a fixed payload to the selected file (which will be overwritten, if it exists!).
- Allows testing reading and writing from/to arbitrary file locations.
- Supports testing the behaviour of
pup
-packaged, signed, and notarized applications on macOS.
1.3.0
Changes:
- Now able to connect and interact with a BBC micro:bit via USB serial:
- Detects serial ports on startup.
- Allows the selection of one serial port: on selection, it is opened and a CTRL-C (0x02) ASCII byte is sent.
- Continuously reads from the serial port, showing micropython's output.
- Allows sending single line commands, thus supporting basic micropython REPL interaction.
- No longer includes the big
Quit
button: close the window to do that! - Fully packaged, signed, notarized with
pup
-- the distributable.zip
file was hand created.
Motivation:
- Understand whether or not
pup
packaged applications can use serial ports on macOS Catalina.
1.2.0
1.1.0
1.0.0
The first hand-signed and -notarized macOS release.
(see this comment).puppy-1.0.0-macos.zip
will probably not workpuppy-1.0.0-macos-post1.zip
may work (given these notes).