Skip to content

fix(deps): update dependencies - #43

Merged
tannevaled merged 1 commit into
mainfrom
renovate/deps
Sep 1, 2026
Merged

fix(deps): update dependencies#43
tannevaled merged 1 commit into
mainfrom
renovate/deps

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-widgets/toolkit v0.298.0v0.300.0 age confidence
github.com/go-widgets/window v0.57.0v0.64.0 age confidence

Release Notes

go-widgets/toolkit (github.com/go-widgets/toolkit)

v0.300.0

Compare Source

v0.299.0

Compare Source

go-widgets/window (github.com/go-widgets/window)

v0.64.0: — GTK input routing

Compare Source

The GTK4-hosted Linux backend now routes pointer and key input to the Surface: clicks, scrolls and keystrokes reach the drawn regions (native controls still get theirs from GTK first). So the reader is fully navigable on Linux — proven end-to-end under Xvfb (a click on Settings opens the Settings view). Needs go-gtk/gtk4 v0.3.0.

v0.63.0: — GTK presents on demand (Repainter)

Compare Source

The GTK4-hosted backend now implements window.Repainter: it presents only when a repaint was requested (via the application's NeedsPresent-gated loop), not on every frame-clock tick. Measured with the reader under Xvfb, idle presents fall from ~100% of ticks to ~7% — a ~15× cut in idle texture uploads — matching the Cocoa backend's on-demand policy. UI unchanged.

v0.62.0: — native GTK4 window presents frames

Compare Source

The GTK4-hosted Linux backend now actually shows pixels: sizes the GtkPicture in its GtkFixed (a content-less picture requested 0×0 and was invisible) and presents every frame from the GdkFrameClock via go-gtk v0.2.4's AddTickCallback (was a single pre-map present). newsreader -window with GO_WIDGETS_GTK=1 renders natively on Linux end-to-end (Xvfb-verified). Completes native windowing on cocoa+win32+gtk, CGO=0.

v0.61.1

Compare Source

v0.61.0

Compare Source

v0.60.0

Compare Source

v0.59.0

Compare Source

v0.58.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@tannevaled

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/andybalholm/brotli v1.2.2 -> v1.2.3
github.com/go-crdt/collab v0.33.0 -> v0.36.1
github.com/go-crdt/crdt v0.35.0 -> v0.37.0
github.com/go-images/images v0.0.0-20260815210351-4a50ef5ab734 -> v0.0.0-20260830151046-7e8189dc2288
github.com/go-macos/objc v0.2.0 -> v0.7.0
github.com/go-mswin/win32 v0.3.0 -> v0.4.0
github.com/go-opentype/opentype v0.6.0 -> v0.12.0
github.com/go-richdoc/richdoc v0.2.0 -> v0.3.0
golang.org/x/net v0.49.0 -> v0.58.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 -> v0.0.0-20260526163538-3dc84a4a5aaa
google.golang.org/grpc v1.80.0 -> v1.83.2

@tannevaled
tannevaled merged commit a24cf94 into main Sep 1, 2026
15 checks passed
@tannevaled
tannevaled deleted the renovate/deps branch September 1, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant