Release 0.4.0 #503
andrewdavidmackenzie
announced in
Announcements
Replies: 1 comment
-
Change ListHere is the change list I put together from the long list of commits! Add TCP Connection method
Updated rppal
Cross compile for armv7 and aarch64 without using cross Release now contains pre-built binaries for armv7 and aarch64 via cargo-dist Many Dependencies updated Features to compile with iroh, tcp, both or neither UI layout fixes
Significant work done on Pi Pico version of piglet (called "porky")
Added some automated texting of piggui, piglet and connecting to one from the other Docs
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just created release 0.4.0 and also published it to crates.io.
This release has been a long time coming due to Summer vacations, being busy in general, struggling to get GH Action for our release to build for armv7 and aarch64 working correctly and quite a lot of work on a Raspberry Pi Pico port.
Notable features and changes in this release include:
cargo install
as before (if you have a rust toolchain installed) orcargo binstall
to install thepiggui
andpiglet
binaries.I have quite a few issues in that 0.5.0 Milestone that are related to small UI improvements, code improvements or the Pico port and allow me to continue to learn new aspects of rust.
But the plan can change if we get user adoption and input, so please drop a message here if you are using pigg, or would like any particular enhancement, new feature or bug fixed.
Beta Was this translation helpful? Give feedback.
All reactions