What's Changed
- Fix DMs input not being able to type newlines by @mozzius in #7959
- Fix color theme for embed by @mozzius in #7965
- Fix embed iframe transparency by unspecifying color-scheme by @mozzius in #7967
- encode url before redirect by @haileyok in #7968
- Clean up logic for showing message input by @mozzius in #7964
- Update
VideoTooLargeError
strings by @surfdude29 in #7923 - fix: Account switcher shows outdated profile name by @omar0404 in #7969
- Tweak label by @surfdude29 in #7937
- Restore hardcoded DIDs for Discover debug by @mozzius in #7977
- Fix typo in
ListHiddenScreen.tsx
by @surfdude29 in #7970 - Fix newskie dialog width by @mozzius in #7949
- Fix lists tab appearing when user has a starterpack but no lists by @mozzius in #7952
- Filter deleted convos from inbox by @mozzius in #7944
- Add checks for invalid syntax post-i18n builds by @estrattonbailey in #7935
- Fix missing RecordWithMedia media embed preview in notifications view by @estrattonbailey in #7988
- A few good metrics by @estrattonbailey in #7897
- Update i18n by @pfrazee in #7992
- Don't poll for latest for Discover by @estrattonbailey in #7993
- remove .parse usage by @haileyok in #8016
- remove proxy from iab by @haileyok in #8017
- Remove bad ref in render usage by @mozzius in #8024
- Fix post thread item hider line height crop by @mozzius in #8028
- blink: redirect on root route by @haileyok in #8029
- blink: use meta for redirect by @haileyok in #8031
- Add eslint consistent type import rules by @mozzius in #8035
- New
ContextMenu
menu type for DM messages by @mozzius in #8014 - Bump version to 1.100.0 by @mozzius in #8038
- Haptics on external link card by @mozzius in #8049
- Change touch device detection method by @brw in #5919
- Revert "Small revert to be on the safe side" by @mozzius in #7958
- fix:Conversations don't refresh when going offline and back online by @omar0404 in #7985
- Extract center column offset, reduce by 20px by @mozzius in #7974
- Make the right sidebar smaller when offset, reduce total offset by @mozzius in #8052
- Fix people list footer by @mozzius in #8039
- Make sure Sentry's auth token is set on process by @estrattonbailey in #8040
- Allow selecting
ContextMenu
options via press-and-hold by @mozzius in #8020 - Instrument signup by @mozzius in #8037
- [DMs] Emoji reaction picker by @mozzius in #8023
- [DMs] Reactions - link up API (attempt 2) by @mozzius in #8074
- Some design tweaks to web emoji picker by @estrattonbailey in #8076
- Design tweaks to applied reactions by @estrattonbailey in #8077
- Put applied reactions inside context menu wrapper on native by @estrattonbailey in #8078
- Preload emoji picker data for reactions on web by @estrattonbailey in #8079
- Remove double decode of URI by @jasonculverhouse in #8068
- Fix broken error screen in DMs by @mozzius in #8071
- Fix some warnings that the web build spits out by @mozzius in #8092
- Add
msg
macro for two labels by @surfdude29 in #8091 - Fix suggested follows scrolling by @estrattonbailey in #8036
- Fix loading jumps and footer on feeds tab by @mozzius in #8063
- [Reactions] Get reactions in chat list working again with new lexicon by @mozzius in #8093
- Add plural formatting for "too long" error messages when editing profile info by @surfdude29 in #7998
- Add plural formatting for handle too long error by @surfdude29 in #7999
- Add plural formatting for
STARTER_PACK_MAX_SIZE
toast by @surfdude29 in #8000 - Translate number joined starter pack string and add plural formatting by @surfdude29 in #7984
- Reapply "Modify hosting provider text for better localization" by @quiple in #7928
- Make
Posts
andPeople
tabs translatable for user lists by @surfdude29 in #7982 - Add plural formatting for alt text truncated string by @surfdude29 in #7994
- Update languages.ts by @aryiu in #7996
- Simplify content warning dialog text by @surfdude29 in #7943
- Fix background color in emoji reactions by @mozzius in #8102
- Add plural formatting, translate and tweak some accessibility strings in composer by @surfdude29 in #7997
- Tweak copy to remove remaining uses of
sign up
by @surfdude29 in #7987 - [Explore] Base by @mozzius in #8053
- Wait for preferences before fetching trending data by @estrattonbailey in #8109
- [Explore] Memoize each module individually by @mozzius in #8111
- [Explore] Add shadow cache by @mozzius in #8119
- [Explore] Log views of starter packs module by @mozzius in #8118
- [Explore] Moderate trending topic avis by @mozzius in #8123
- [Explore] Reduce scroll glitchiness on iOS by @mozzius in #8121
- [Explore] Add flatlist perf-related props by @mozzius in #8120
- [Explore] Add index to view metric by @mozzius in #8124
- Content interests by @estrattonbailey in #8114
- Rename search to explore in titles and links by @estrattonbailey in #8116
- [Explore] Match placeholder color with other skeletons by @mozzius in #8129
- [Explore] Add interests card by @estrattonbailey in #8125
- [Explore] New suggested follows endpoint by @estrattonbailey in #8130
- [Explore] Design tweaks by @estrattonbailey in #8131
- Update deps to support ios 18.4 by @pfrazee in #8133
- [Explore] Invalidate queries post-interests edit by @estrattonbailey in #8128
- Fix the 'seen' metric in explore by @pfrazee in #8134
- Rework the visual design of the interests card in explore by @pfrazee in #8135
- Remove unused index to fix lint by @estrattonbailey in #8148
- [Explore] Small fixes by @estrattonbailey in #8145
- Center the selected tab in the sugg follows tabbar by @estrattonbailey in #8146
- Align copy in
Your interests
toasts by @surfdude29 in #8138 - Slice 'For You' results by @estrattonbailey in #8152
- [Explore] Rm sticky headers by @estrattonbailey in #8154
- Add in new suggested accounts endpoint into FollowDialog by @estrattonbailey in #8147
- Update patches by @estrattonbailey in #8151
- [Explore] Tweak performance settings on Android by @estrattonbailey in #8158
- [Explore] Reduced experience by @estrattonbailey in #8160
- Increase suggested follows in the new user progress guide modal by @pfrazee in #8162
- Release 1.100 by @pfrazee in #8168
- Pass in Sentry vars to prod android build by @estrattonbailey in #8170
- Change Crowdin links in localization doc to point to public page by @surfdude29 in #8100
- Add translate metrics by @estrattonbailey in #8171
- Update translations from crowdin by @pfrazee in #8172
New Contributors
- @omar0404 made their first contribution in #7969
- @jasonculverhouse made their first contribution in #8068
- @aryiu made their first contribution in #7996
Full Changelog: 1.99.0...1.100.0