Skip to content

Releases: planetary-social/planetary-ios

1.2.2

04 Jul 23:12
72df413
Compare
Choose a tag to compare

Planetary AppStore Link

  • 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

27 Jun 15:00
Compare
Choose a tag to compare

Planetary AppStore Link

  • 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

09 Jun 21:54
Compare
Choose a tag to compare

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.

Planetary AppStore Link

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

05 May 19:44
Compare
Choose a tag to compare

1.1.1

18 Apr 15:27
Compare
Choose a tag to compare

1.1.0

05 Apr 14:00
Compare
Choose a tag to compare

1.0.23

21 Mar 14:25
Compare
Choose a tag to compare
  • Fixed translations being in the wrong language (again, the last build was not deployed correctly).

1.0.22

17 Mar 19:31
Compare
Choose a tag to compare
  • Fixed translations being in the wrong language. #427

1.0.21

14 Mar 14:22
Compare
Choose a tag to compare

Added

  • Added a section showing connected peers and number of synced messages in the side menu. #405
  • Added a placeholder image for unsupported blob types. #412

Fixed

  • Fixed blob loading (in most cases). #412
  • Fixed analytic event formats. #397

Connected Peers UI

1.0.20

22 Feb 16:24
Compare
Choose a tag to compare

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)

Added

  • Added an option to export your database in the Debug menu. #338
  • Added support for the new planetary.link URL format. #352