Skip to content

v0.7.2 — Gru Notepad showcase and x11util

Latest

Choose a tag to compare

@shawnlondono shawnlondono released this 06 Aug 23:03

Summary

Toolkit cut focused on the Gru Notepad public showcase path: document the separate app repo, fix the Linux x11util package gap that blocked consumers using examples/appinstance, and bump the public pin to 0.7.2.

What's new since v0.7.1

  • Showcase app: Gru Notepad (requires this module; not vendored here)
  • Site: ledocorp.org/gru/notepad · clips on X
  • x11util package shipped (Linux raise/focus helper used by examples/appinstance) so module consumers tidy/build cleanly
  • README / licensing / cheatsheet: Notepad is a public showcase repo, not “private for now”

Install

go get github.com/ledocorp/gru@v0.7.2
go run ./cmd/hello
go run -tags grudemo .
go run -tags webview2 ./cmd/webviewhello

Showcase app (separate clone):

git clone https://github.com/shawnlondono/gru-notepad
cd gru-notepad
go run ./cmd/grunotepad

See the README and Getting Started.

Primary target: Windows.