1.129.0
v1.129.0
Added 8
- Add height constraint to full-height bottom sheets
- Restore activity notification subscriptions screen
- Add new search results tab for starter packs
- Create new trending feeds interstitial
- Add From: Me to advanced search filters
- Display beta badge when isBetaUser is true
- Enable sharing a post to a new group chat
- React Native New Arch
Changed 7
- Reduce bottom hitslop for menu button
- Lighten blue (link) text for dim and dark themes
- Don't roll up account labels into additional post alerts
- Move known likers below stats row and restore original order in stats row
- Pass recId with trending topic click metrics
- Update presentation of trending topics in Explore
- Update presentation of trending feeds
Fixed 5
- Stop closing search suggestions on input blur
- Fix image crop in quote posts
- Fix image menu in landscape orientation
- Hide video pillarboxing on web when the card fits
- Display post counts greater than 1,000
What's Changed
- Bump version to v1.129.0 by @mozzius in https://github.com/bluesky-social/social-app/pull/11175
- Add moduleSuffixes to tsconfig by @mozzius in https://github.com/bluesky-social/social-app/pull/11146
- Cache main bundle stats for PR checks by @mozzius in https://github.com/bluesky-social/social-app/pull/11172
- Reduce bottom hitslop for menu button by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11189
- Split mobile build/submit pipelines and de-duplicate OTA workflow by @mozzius in https://github.com/bluesky-social/social-app/pull/11133
- Fix Android release asset upload by @mozzius in https://github.com/bluesky-social/social-app/pull/11174
- Add nightly Maestro E2E workflow by @mozzius in https://github.com/bluesky-social/social-app/pull/11181
- Lighten blue (link) text for dim and dark themes by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11164
- Stop closing search suggestions on input blur by @mozzius in https://github.com/bluesky-social/social-app/pull/11199
- Add height constraint to full-height bottom sheets by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11178
- Fix image crop in quote posts, remove
PostEmbedViewContext.FeedEmbedRecordWithMediaby @estrattonbailey in https://github.com/bluesky-social/social-app/pull/11205 - Don't roll up account labels into additional post alerts by @estrattonbailey in https://github.com/bluesky-social/social-app/pull/11204
- Fix image menu in landscape orientation by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11188
- Bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in https://github.com/bluesky-social/social-app/pull/11203
- Bump the actions group with 4 updates by @dependabot[bot] in https://github.com/bluesky-social/social-app/pull/11202
- Restore activity notification subscriptions screen by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11201
- TypeScript 7 (attempt 2) by @mozzius in https://github.com/bluesky-social/social-app/pull/11169
- add client event for failed video playback by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11170
- Add new search results tab for starter packs by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11226
- Remove console.log, address lint by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11228
- Squish separate imports from the same source in ActivityNotificationSettings by @RetroSunstar in https://github.com/bluesky-social/social-app/pull/11225
- Move known likers below stats row; restore original order in stats row by @abenzer in https://github.com/bluesky-social/social-app/pull/11192
- Hide video pillarboxing on web when the card fits by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11118
- Use stable tsgolint by @mozzius in https://github.com/bluesky-social/social-app/pull/11229
- Pass recId with trending topic click metrics by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11232
- Add feature gate for starter pack search by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11234
- Update presentation of trending topics in Explore by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11227
- Create new trending feeds interstitial by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11207
- Update presentation of trending feeds by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11206
- Tweak loading state for block dialog by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11236
- Add From: Me to advanced search filters by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11126
- Display beta badge when isBetaUser is true by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11160
- Enable sharing a post to a new group chat by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11191
- React Native New Arch by @abulenok in https://github.com/bluesky-social/social-app/pull/10980
- Sort follows and following behind gate by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11237
- Stub RN codegen native component on web by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11240
- Display post counts greater than 1,000 by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11242
- Fix scroll forwarder web entrypoint by @mozzius in https://github.com/bluesky-social/social-app/pull/11245
- Update API package and filter AA configs by platform by @estrattonbailey in https://github.com/bluesky-social/social-app/pull/11244
- Migrate
useScrollViewOffsettouseScrollOffsetby @tomekzaw in https://github.com/bluesky-social/social-app/pull/11250 - Tweak appearance of trending topics by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11253
- Fix Maestro E2E runtime environment by @mozzius in https://github.com/bluesky-social/social-app/pull/11247
- Fix Maestro E2E regressions on iOS and Android by @mozzius in https://github.com/bluesky-social/social-app/pull/11258
- Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in /bskyweb by @dependabot[bot] in https://github.com/bluesky-social/social-app/pull/11257
- Add intl note on OTA flow by @estrattonbailey in https://github.com/bluesky-social/social-app/pull/11241
- Add hitslop to switch account ... menu by @mozzius in https://github.com/bluesky-social/social-app/pull/11262
- Fix native signup captcha interactions by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11263
- Update
react-native-uitextviewby @mozzius in https://github.com/bluesky-social/social-app/pull/11264 - v1.129.0 release prep by @mozzius in https://github.com/bluesky-social/social-app/pull/11265
New Contributors
- @abulenok made their first contribution in https://github.com/bluesky-social/social-app/pull/10980
- @tomekzaw made their first contribution in https://github.com/bluesky-social/social-app/pull/11250
Full Changelog: https://github.com/bluesky-social/social-app/compare/1.128.0...1.129.0