Skip to content

Commit 98204eb

Browse files
vitorpamplonaclaude
andcommitted
docs(changelog): cover Tor reliability + other recent v1.12.0 work
Expand the Tor entry into the full reliability cluster (warm-cache speedup, Active-but-dead watchtower, wedged-guard recovery, 60s bootstrap timeout, dial gating, lifecycle serialization) and add the other user-facing changes from recent commits that weren't captured yet: pre-loaded reply threads, richer workout cards, relay recovery after device sleep, and not resetting relay backoff on momentary connections. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bc60509 commit 98204eb

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/changelog/v1.12.00.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,20 @@ Highlights:
9494

9595
### Reading & Feeds
9696

97+
- Enhances Tor reliability and connection speed
98+
- Connects faster by reusing the network directory between launches (about 3× quicker on warm starts).
99+
- Watchtower rebuilds Tor automatically when it looks connected but no relay traffic is flowing.
100+
- Recovers from stuck entry guards that could leave Tor unable to connect across app restarts.
101+
- No longer hangs on a hostile network — bootstrap gives up after 60s and retries instead of wedging.
102+
- Holds Tor-routed relays until the proxy is ready, cutting wasted battery and network on launch and Wi-Fi/cellular switches.
103+
- Stays stable through self-heal resets and network changes.
97104
- Adds new Notifications top nav filter
98105
- The old "Global" tab is split into "Curated" and a raw "Global".
99106
- Curated is the current system that requires your involvement on a thread to notify you.
100107
- Global shows everything, including all hell threads.
101108
- Replies to likes/zaps now reach the notifications feed.
102109
- Adds Reply to zaps and reactions from the notification screen
110+
- Pre-loads reply threads from the feed so opening a thread is faster.
103111
- Adds support for LaTeX math in notes.
104112
- Use `$...$` for inline equations.
105113
- Use `$$...$$` for block equations.
@@ -112,6 +120,7 @@ Highlights:
112120
- Create and publish workout records (kind 1301), interoperable with the RUNSTR dialect.
113121
- Browse a dedicated Workouts feed.
114122
- Filter by exercise type, author, community, or hashtag.
123+
- Richer workout cards: a hero metric, a fixed stats grid, splits-style breakdowns, and the source app.
115124
- Adds support for Music (new)
116125
- First-class support for tracks (kind 36787) and playlists.
117126
- Browse Music Tracks and Music Playlists feeds.
@@ -169,6 +178,8 @@ Highlights:
169178
- Detaches on-chain-zap, nutzap, and channel sources on cache deletion
170179
- Honors relay connection backoff during Tor bootstrap.
171180
- Heals sockets opened on the wrong transport by rebuilding them.
181+
- Recovers relay connections after the device wakes from sleep.
182+
- Keeps a relay's reconnect backoff from resetting on a momentary connection.
172183
- Honors the "Money operations via Tor" setting for payments and wallet relay connections
173184
- Reduces runtime log noise.
174185
- Fixes several edge-case crashes.

0 commit comments

Comments
 (0)