Skip to content

Tags: disini/lantern

Tags

v9.1.9-beta

Toggle v9.1.9-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: bump radiance to 271d3857b2a1 (main 2026-05-13) (getlantern#8753)

Pulls in 6 radiance commits since the previous pin:

- getlantern#475 set max compressed size for issue report to 19.5
- getlantern#476 bump lantern-box to v0.0.82
- getlantern#477 settings: migrate v9.0.x Windows Pro state across cross-dir move
- getlantern#479 backend: clear selected server when it's removed
- getlantern#480 vpn: preserve manually-selected outbound across config refreshes
- getlantern#474 add support for restore purchase

Co-authored-by: Adam Fisk <afisk@mini.local>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

v9.1.8-beta

Toggle v9.1.8-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 send idempotency keys with redirect checkout (getlantern#8736)

* initial commit

* payment: clean redirect idempotency plumbing

* code review updates

v9.1.7-beta

Toggle v9.1.7-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump radiance to 4445a20 (legacy YAML migration) (getlantern#8735)

Pulls in radiance getlantern#464 (pre-9.x flashlight/lantern-client YAML migration)
which lets fresh v9.x installs recover user_id / device_id / token / pro
state from old desktop ~/Library/Application Support/Lantern/settings.yaml,
%APPDATA%\Lantern\settings.yaml, ~/.config/lantern/settings.yaml, or iOS
<sandbox>/userconfig.yaml.

go.mod / go.sum only — no transitive bumps this round.

Co-authored-by: Adam Fisk <afisk@mini.local>

v9.1.6-ios

Toggle v9.1.6-ios's commit message
Tagging new ios release

v9.1.5-beta

Toggle v9.1.5-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump radiance for lantern-box unbounded dial watchdog (getlantern#8728)

Picks up getlantern/radiance#457, which bumped lantern-box to v0.0.77
to land getlantern/lantern-box#252 — a passive dialWatchdog inside the
unbounded outbound that emits structured warnings when a pairing's
dials look pathologically slow.

Once this build ships on a client, lantern.log will start carrying
"unbounded peer flagged unhealthy" warn lines whenever the rolling
10-dial window has zero dials under 1s and the most recent 5 are each
over 5s — the symptom that had the laptop stuck on a slow peer earlier
this week. Purely observational for now; no auto-reset until phase 2
adds a re-pairing API in broflake.

`go mod tidy` clean.

Co-authored-by: Adam Fisk <afisk@mini.local>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v9.1.4-beta

Toggle v9.1.4-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
android: fix abiFilters mismatch causing libflutter.so crash on x86_64 (

getlantern#8726)

The Gradle abiFilters list must match the ABIs Flutter actually builds.
Previously:

  Makefile:                     android-arm,android-arm64
  build.gradle abiFilters:      x86_64, arm64-v8a

This produced two bugs:

1. x86_64 was listed but never built. Google Play split the AAB by ABI;
   x86_64 devices (Chromebooks running Android apps, BlueStacks, x86_64
   emulators) installed an x86_64 split that contained zero native libs
   and crashed at startup with:

     MissingLibraryException: Could not find 'libflutter.so'.
     Looked for: [x86_64], but only found: [].

2. armeabi-v7a was built but excluded by the filter, silently dropping
   32-bit ARM users from receiving the libs.

Aligns abiFilters with what Flutter builds (arm64-v8a + armeabi-v7a)
and drops the empty x86_64 split. Adds a comment so the next person
who edits either list knows they need to update both.

v9.1.3-beta

Toggle v9.1.3-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
android: fix abiFilters mismatch causing libflutter.so crash on x86_64 (

getlantern#8726)

The Gradle abiFilters list must match the ABIs Flutter actually builds.
Previously:

  Makefile:                     android-arm,android-arm64
  build.gradle abiFilters:      x86_64, arm64-v8a

This produced two bugs:

1. x86_64 was listed but never built. Google Play split the AAB by ABI;
   x86_64 devices (Chromebooks running Android apps, BlueStacks, x86_64
   emulators) installed an x86_64 split that contained zero native libs
   and crashed at startup with:

     MissingLibraryException: Could not find 'libflutter.so'.
     Looked for: [x86_64], but only found: [].

2. armeabi-v7a was built but excluded by the filter, silently dropping
   32-bit ARM users from receiving the libs.

Aligns abiFilters with what Flutter builds (arm64-v8a + armeabi-v7a)
and drops the empty x86_64 split. Adds a comment so the next person
who edits either list knows they need to update both.

v9.1.2-beta

Toggle v9.1.2-beta's commit message
Bump radiance to 861cb6d

Picks up the unbounded slog sweep chain:
- radiance getlantern#453 → lantern-box v0.0.76 → broflake ce5f75aa2054 → unbounded getlantern#357

No API changes — purely a logging-layer migration through the transitive
deps. lantern build clean.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v9.1.1-beta

Toggle v9.1.1-beta's commit message
Bump radiance to 861cb6d

Picks up the unbounded slog sweep chain:
- radiance getlantern#453 → lantern-box v0.0.76 → broflake ce5f75aa2054 → unbounded getlantern#357

No API changes — purely a logging-layer migration through the transitive
deps. lantern build clean.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v9.1.0-beta

Toggle v9.1.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump radiance to pull in lantern-box v0.0.75 (Reflex silence timeout) (

…getlantern#8715)

radiance main now pins lantern-box v0.0.75, which carries
getlantern/lantern-box#250 (reflex: lower default silence timeout to
2s ± 600ms, plus SilenceJitter doc clarification). Bumping radiance
here propagates that timeout change to end users.

go mod tidy: bumps radiance pseudo-version a1539181aaf7 → 08e8d202d60d
and lantern-box v0.0.74 → v0.0.75.

Co-authored-by: Adam Fisk <afisk@mini.local>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>