Releases: planetary-social/planetary-ios
Releases · planetary-social/planetary-ios
1.2.2
- Add a basic search bar to the Discover tab that allows you to search for posts.
- Fix the layout of the Discover tab on macOS.
- Changed name and description of "Reset Planetary" button to "Delete My Identity"
- Increased query performance on Home and Discover feeds.
- Added new tutorial messages in the Home feed for new users.
1.2.1
- Added a badge to the Home Feed when there are new posts available.
- Improved blob propagation when posting images.
- The threaded conversation view now shows likes posted from other SSB clients.
- Allow lookup of user IDs outside your network on Your Network tab.
- Allow lookup of individual messages by ID on Your Network tab.
- Hashtags on the Hashtags tab are now sorted by popularity.
- Allow users to skip setting their name during onboarding.
- Changed text on the first two onboarding screens to better explain what Planetary is.
- Fixed a bug where posts from blocked users could show up in the Discover feed.
- Made follow message loading state more dynamic so that it shows individual pieces of info as soon as they are ready.
- Improve performance of the recently downloaded post count in the side menu.
- Fixed a bug where blocks were showing up as follows in the Home Feed.
- Fixed a bug in the background color on follow messages in dark mode.
1.2.0 The Big Resync
Planetary 1.2.0 - The Big Resync
Planetary version 1.2.0 is now released in the App Store! This release includes a major upgrade to the go-ssb library we use. It comes with two years of fixes and upgrades that have been made to the library. This includes a lengthy migration process that we have tried to make as smooth as we can. For most users this should only take a few minutes, although for users with very large databases it will take longer.
This release also includes a number of exciting new features:
- You can choose from several new algorithms to sort your home feed. You change algorithms and learn more in the Settings -> Algorithms menu.
- Planetary now displays “follows” in the home feed. This is a great way to discover who your friends are following.
- The Hashtags tab now has search bar so you can browse your favorite topics.
As well as a lot of minor tweaks and fixes:
- Improved loading of images.
- Display year in timestamps on old posts.
- Removed connection firewall in go-ssb. Planetary will now replicate with any other SSB client on your local network.
- Fixed an issue where Planetary would incorrectly prevent the user from posting with a message about it restoring.
- Added an option in onboarding to follow the Planetary identity.
- Added an option during onboarding to opt out of analytics.
- Remove in-app image cropping since it was buggy.
- Updated the style of photo gallery page indicator.
- Fixed usernames getting clipped on the Discover tab.
- Improved app launch time.
- Improved replication performance.
- Updated Spanish translation
- Thread view now sorts replies by claimed timestamp instead of received timestamp.
- Added a Home Feed algorithm that moves posts back to the top of your feed when they receive a reply.
See CHANGELOG
1.1.2
1.1.1
1.1.0
1.0.23
1.0.22
1.0.21
1.0.20
Fixed
- Allow Planetary to sync data for longer periods of time (up to 30 seconds) when the app is in the backgound. #381
- Fix new posts not showing at the top of user Profile pages. #377
- Fixed a crash when tapping the share button on the Profile page. #378
- Fixed popover menus on iPads in landscape orientation. Popover menus were pointing to the wrong places in portrait, and crashing the app in landscape. #350 (@kode54)